Update CHANGELOG/CHANGELOG-1.25.md

Co-authored-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Ricardo Katz 2022-08-23 22:16:45 -03:00 committed by GitHub
parent e14d2e8796
commit 6657ee9d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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