Update content/en/blog/_posts/2022-08-23-kubernetes-1.25-blog.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/35981/head
Kat Cosgrove 2022-08-16 08:32:26 -07:00 committed by GitHub
parent 3fb17adc6b
commit 32310426b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ The [CSI Ephemeral Volume](https://github.com/kubernetes/enhancements/tree/maste
Promoted the `ServerSideFieldValidation` feature gate to beta (on by default). This allows optionally triggering schema validation on the API server that errors when unknown fields are detected. This allows the removal of client-side validation from kubectl while maintaining the same core functionality of erroring out on requests that contain unknown or invalid fields.
### Introduced KMS v2
### Introduced KMS v2 API
Introduce KMS v2alpha1 API to add performance, rotation, and observability improvements. Encrypt data at rest (ie Kubernetes `Secrets`) with DEK using AES-GCM instead of AES-CBC for kms data encryption. No user action is required. Reads with AES-GCM and AES-CBC will continue to be allowed. See the guide [Using a KMS provider for data encryption](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) for more information.