Small notes cleanup

This commit is contained in:
Ole Markus With 2022-09-05 21:35:51 +02:00
parent cec34dc935
commit 28917c6b75
1 changed files with 4 additions and 5 deletions

View File

@ -6,11 +6,14 @@ This is a document to gather the release notes prior to the release.
# Significant changes # Significant changes
* IAM roles on AWS used for ServiceAccounts are now tagged with the name and namespace of the ServiceAccount.
## Other significant changes * Karpenter support can be considered stable on Kubernetes versions 1.22 up until 1.24. Karpenter does not yet support Kubernetes above 1.25.
* Cert Manager may now solve dns-01 challenges. See [the cert manager documentation](/addons/#enabling-dns-01-challenges). * Cert Manager may now solve dns-01 challenges. See [the cert manager documentation](/addons/#enabling-dns-01-challenges).
* EBS CSI driver can now be self-managed. See the [addon docs](/addons/#self-managed-aws-ebs-csi-driver).
# Breaking changes # Breaking changes
## Cinder CSI snapthot controller changes ## Cinder CSI snapthot controller changes
@ -25,15 +28,11 @@ So in case of manually deployed CRDs to make the snapshotter work it is now nece
* Support for Kubernetes version 1.19 has been removed. * Support for Kubernetes version 1.19 has been removed.
# Required actions
# Deprecations # Deprecations
* Support for Kubernetes version 1.20 is deprecated and will be removed in kOps 1.26. * Support for Kubernetes version 1.20 is deprecated and will be removed in kOps 1.26.
* Support for Kubernetes version 1.21 is deprecated and will be removed in kOps 1.27. * Support for Kubernetes version 1.21 is deprecated and will be removed in kOps 1.27.
# Other changes of note
# Full change list since 1.24.0 release # Full change list since 1.24.0 release