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
33 changes: 5 additions & 28 deletions docs/releases/1.31-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
## 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.**

See [docs/tutorial/upgrading-kubernetes.md](/docs/tutorial/upgrading-kubernetes.md) for more details.

## Some Feature

Lorem ipsum....

## AWS

* TODO
* **Kubernetes minor version upgrades to 1.31 *should* be performed using a new `kops reconcile cluster` command.**
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we decided that we wanted "should" because we still are going to consider the command a "prerelease" (?)


## GCP
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.

* TODO

## Openstack

* TODO
See [docs/tutorial/upgrading-kubernetes.md](/docs/tutorial/upgrading-kubernetes.md) for more details.

# Other changes of note

Expand All @@ -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

Expand Down
Loading