From f5bef38c0daa9335c7489c3ac2371e4fbde1595e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0tibran=C3=BD?= Date: Mon, 17 Jun 2024 15:56:53 +0200 Subject: [PATCH] Update changelog for v0.17.0. (#157) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4690e7c9..f03845fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main / unreleased +## v0.17.0 + * [CHANGE] The docker base images are now based off distroless images rather than Alpine. #149 * The standard base image is now `gcr.io/distroless/static-debian12:nonroot`. * The boringcrypto base image is now `gcr.io/distroless/base-nossl-debian12:nonroot` (for glibc).