From 35f9d556769275a57b631827ad31acdf5422940c Mon Sep 17 00:00:00 2001 From: Maciek Pytel Date: Fri, 10 Mar 2023 16:14:34 +0100 Subject: [PATCH] Introduce a regular patch release schedule for CA --- cluster-autoscaler/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cluster-autoscaler/README.md b/cluster-autoscaler/README.md index d60d6700ab9c..bc48e43b7f04 100644 --- a/cluster-autoscaler/README.md +++ b/cluster-autoscaler/README.md @@ -74,6 +74,25 @@ Starting from Kubernetes 1.12, versioning scheme was changed to match Kubernetes *Cluster Autoscaler 0.5.X is the official version shipped with k8s 1.6. We've done some basic tests using k8s 1.6 / CA 0.6 and we're not aware of any problems with this setup. However, Cluster Autoscaler internally simulates Kubernetes' scheduler and using different versions of scheduler code can lead to subtle issues. +# Patch releases + +Cluster Autoscaler releases patches for versions corresponding to currently +supported [Kubernetes versions](https://kubernetes.io/releases/) on a roughly 2 +month cadence. Currently planned schedule is below. Please note that target +dates listed below are approximate and we expect up to a week difference between +target ETA and the actual releases. + +| Date | Maintainer Preparing Release | Backup Maintainer | +|------------|------------------------------|-------------------| +| 2023-03-15 | MaciekPytel | gjtempleton | +| 2023-05-17 | gjtempleton | towca | +| 2023-07-19 | towca | x13n | +| 2023-09-13 | x13n | MaciekPytel | +| 2023-11-15 | MaciekPytel | gjtempleton | + +Additional patch releases may happen outside of the schedule in case of critical +bugs or vulnerabilities. + # Notable changes For CA 1.1.2 and later, please check [release