Skip to content
Merged
Show file tree
Hide file tree
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
45 changes: 45 additions & 0 deletions docs/releases/1.32-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Release notes for kOps 1.32 series

**⚠ kOps 1.32 has not been released yet! ⚠**

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

# Significant changes

* TODO

## Some Feature

* TODO

## AWS

* TODO

## GCP

* TODO

## Openstack

* TODO

# Other changes of note

* TODO

# Breaking changes

## Other breaking changes

* TODO

# Known Issues

* TODO

# Deprecations

* Support for Kubernetes version 1.26 is deprecated and is removed in kOps 1.32.
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 this is right, we should actually remove 1.26 support in 1.32 (1.N in 1.N+6), and we should announce the deprecation of the next k8s version in the next kOps version. (?)

Copy link
Member

Choose a reason for hiding this comment

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

Yes, I calculated earlier 1.27 to be removed in 1.33.


* Support for Kubernetes version 1.27 is deprecated and will be removed in kOps 1.33.
45 changes: 45 additions & 0 deletions docs/releases/1.33-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Release notes for kOps 1.33 series

**⚠ kOps 1.33 has not been released yet! ⚠**

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

# Significant changes

* TODO

## Some Feature

* TODO

## AWS

* TODO

## GCP

* TODO

## Openstack

* TODO

# Other changes of note

* TODO

# Breaking changes

## Other breaking changes

* TODO

# Known Issues

* TODO

# Deprecations

* Support for Kubernetes version 1.27 is deprecated and is removed in kOps 1.33.

* Support for Kubernetes version 1.28 is deprecated and will be removed in kOps 1.34.
Loading