From 6657ee9d0764755b9b20220a3c8e3c63a0dc081d Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Tue, 23 Aug 2022 22:16:45 -0300 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 1f8f877a194..a2a930b49f3 100644 --- a/CHANGELOG/CHANGELOG-1.25.md +++ b/CHANGELOG/CHANGELOG-1.25.md @@ -278,7 +278,7 @@ Introduce KMS v2alpha1 API to add performance, rotation, and observability impro ### Kube-proxy images are now based in distroless -In previous releases, kube-proxy docker 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 reduced the number of installed packages and files to only the strict required to kube-proxy do its job. +In previous releases, kube-proxy docker 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 reduced the number of installed packages and files to only to those strictly required for kube-proxy do its job. ## Urgent Upgrade Notes