Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release nodes for kOps 1.27 #15653

Merged
merged 1 commit into from
Jul 17, 2023
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
14 changes: 8 additions & 6 deletions docs/releases/1.27-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
## Release notes for kOps 1.27 series

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

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

# Significant changes

* **The default image has been updated to [Ubuntu 22.04 (Jammy)](https://kops.sigs.k8s.io/operations/images/#ubuntu-2204-jammy)**.
* **The default image has been updated to [Ubuntu 22.04 (Jammy)](https://kops.sigs.k8s.io/operations/images/#ubuntu-2204-jammy/)**.

* The default retention duration for the etcd backups is now set to 90 days.
This behaviour can be overridden by setting `spec.etcdClusters[*].manager.backupRetentionDays` in the cluster spec.

* external-dns is now supported in IPv6 clusters.

* `Karpenter` has been upgraded to version `0.27.x` and the feature flag is no longer necessary.
* Using [swap memory](https://kubernetes.io/blog/2021/08/09/run-nodes-with-swap-alpha/) is now possible by setting `spec.kubelet.memorySwapBehavior`.

## AWS

Expand All @@ -22,8 +18,14 @@ Newly created clusters will be configured as necessary to have these settings.

* As of Kubernetes version 1.27, credentials for private ECR repositories will be handled by the out-of-tree credential provider. This is an additional binary that each instance downloads from the assets repository.

* `Karpenter` has been upgraded to version `0.27.x` and the feature flag is no longer necessary.

## GCP

* Improved support for private topology.

* Support for bastions has been added.

## Openstack

* Nodes will now assign floating IPs when they are in a subnet that is of type `Public`. Previously
Expand Down
Loading