Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/releases/1.32-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@

This is a document to gather the release notes prior to the release.

kOps 1.32 is planned as a small release without significant additional features beyond updated support for kubernetes 1.32 and associated ecosystem updates. Significant kOps features will instead target kOps 1.33.

# Significant changes

## Kubernetes minor version upgrades to 1.31 or later should be performed using the `kops reconcile cluster command.

* Kubernetes 1.31 introduced 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.
We recommend trying the new kops reconcile command, see [docs/tutorial/upgrading-kubernetes.md](https://github.com/kubernetes/kops/blob/master/docs/tutorial/upgrading-kubernetes.md) for more details.
The `kops reconcile` functionality was introduced in kOps 1.32.

* TODO

## Some Feature
Expand Down
Loading