From b61f9cf41c7bfe21dfca107ee78b74f9240a5ecd Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Mon, 17 Jul 2023 12:00:57 +0300 Subject: [PATCH] Update release nodes for kOps 1.27 --- docs/releases/1.27-NOTES.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/releases/1.27-NOTES.md b/docs/releases/1.27-NOTES.md index 38535ad790..8d89a0c4f9 100644 --- a/docs/releases/1.27-NOTES.md +++ b/docs/releases/1.27-NOTES.md @@ -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 @@ -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