mirror of https://github.com/kubernetes/kops.git
docs: update release note for 1.31 now that it is released
This commit is contained in:
parent
6aeef2c06c
commit
2930abfe66
|
@ -1,31 +1,17 @@
|
||||||
## Release notes for kOps 1.31 series
|
## 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.
|
This is a document to gather the release notes prior to the release.
|
||||||
|
|
||||||
# Significant changes
|
# 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.
|
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
|
# Other changes of note
|
||||||
|
|
||||||
* Cilium has been upgraded to v1.16.
|
* 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
|
* Spotinst cluster controller V1 is replaced with Ocean kubernetes controller V2, all old k8s resource are removed
|
||||||
except spotinst-kubernetes-cluster-controller Secret.
|
except spotinst-kubernetes-cluster-controller Secret.
|
||||||
|
|
||||||
# Breaking changes
|
|
||||||
|
|
||||||
## Other breaking changes
|
|
||||||
|
|
||||||
* TODO
|
|
||||||
|
|
||||||
# Known Issues
|
|
||||||
|
|
||||||
* TODO
|
|
||||||
|
|
||||||
# Deprecations
|
# Deprecations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue