From fa577b820428dfe3b6b2a3a3765ae46f854178ea Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Thu, 25 Aug 2022 22:16:07 -0400 Subject: [PATCH] Update CHANGELOG/CHANGELOG-1.25.md Co-authored-by: Davanum Srinivas --- CHANGELOG/CHANGELOG-1.25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.25.md b/CHANGELOG/CHANGELOG-1.25.md index 3f7c2d415fb..5eea0fabd8f 100644 --- a/CHANGELOG/CHANGELOG-1.25.md +++ b/CHANGELOG/CHANGELOG-1.25.md @@ -276,7 +276,7 @@ Promoted the `ServerSideFieldValidation` feature gate to beta (on by default). T 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. -### Kube-proxy images are now based in distroless +### Kube-proxy images are now based on distroless images In previous releases, kube-proxy container images were built using Debian as the base image. Starting with this release, the images are now built using [distroless](https://github.com/GoogleContainerTools/distroless). This change reduced image size by almost 50% and decreased the number of installed packages and files to only those strictly required for kube-proxy to do its job.