Skip to content

Commit

Permalink
Merge pull request #16574 from justinsb/release_notes_1_29
Browse files Browse the repository at this point in the history
docs: Update release notes to reflect release of 1.29
  • Loading branch information
k8s-ci-robot committed May 16, 2024
2 parents 12841e3 + a1073aa commit dacddc1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/releases/1.29-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## Release notes for kOps 1.29 series

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

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

# Significant changes

## Deferred deletion / pruning phase
Expand Down Expand Up @@ -62,8 +58,6 @@ instances.
* We now use a private load-balancer for in-cluster traffic on GCP, which allows us
to use network tags to restrict access only to the cluster nodes.

## Openstack

# Breaking changes

## Other breaking changes
Expand All @@ -84,4 +78,4 @@ instances.

* Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.

* All legacy addons are deprecated in favor of managed addons, including the [metrics server addon](https://github.com/kubernetes/kops/tree/master/addons/metrics-server) and the [autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler).
* All legacy addons (under `/addons`) are deprecated in favor of managed addons, including the [metrics server addon](https://github.com/kubernetes/kops/tree/master/addons/metrics-server) and the [autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler).
40 changes: 40 additions & 0 deletions docs/releases/1.30-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Release notes for kOps 1.30 series

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

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

# Significant changes

## Some Feature

Lorem ipsum....

## AWS

* TODO

## GCP

* TODO

## Openstack

* TODO


# Breaking changes

## Other breaking changes

* TODO

# Known Issues

* TODO

# Deprecations

* Support for Kubernetes version 1.24 is deprecated and will be removed in kOps 1.30.

* Support for Kubernetes version 1.25 is deprecated and will be removed in kOps 1.31.

0 comments on commit dacddc1

Please sign in to comment.