From 2930abfe66b5b6eab22519baa2422afbe930be25 Mon Sep 17 00:00:00 2001 From: justinsb Date: Tue, 28 Jan 2025 08:07:38 -0500 Subject: [PATCH] docs: update release note for 1.31 now that it is released --- docs/releases/1.31-NOTES.md | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/docs/releases/1.31-NOTES.md b/docs/releases/1.31-NOTES.md index 41095b1908..8b675f1abd 100644 --- a/docs/releases/1.31-NOTES.md +++ b/docs/releases/1.31-NOTES.md @@ -1,31 +1,17 @@ ## Release notes for kOps 1.31 series -**⚠ kOps 1.30 has not been released yet! ⚠** - This is a document to gather the release notes prior to the release. # Significant changes -* **Kubernetes minor version upgrades to 1.31 *must* be performed using a new `kops reconcile cluster` command.** +* **Kubernetes minor version upgrades to 1.31 *should* be performed using a new `kops reconcile cluster` command.** + + Kubernetes 1.31 introduces stricter checks around the version-skew policy. While kOps has always followed the + version-skew policy, there was an edge case: nodes that were added by an autoscaler during a rolling-update + would not always follow the version-skew policy. See [docs/tutorial/upgrading-kubernetes.md](/docs/tutorial/upgrading-kubernetes.md) for more details. -## Some Feature - -Lorem ipsum.... - -## AWS - -* TODO - -## GCP - -* TODO - -## Openstack - -* TODO - # Other changes of note * Cilium has been upgraded to v1.16. @@ -33,15 +19,6 @@ Lorem ipsum.... * Spotinst cluster controller V1 is replaced with Ocean kubernetes controller V2, all old k8s resource are removed except spotinst-kubernetes-cluster-controller Secret. -# Breaking changes - -## Other breaking changes - -* TODO - -# Known Issues - -* TODO # Deprecations