From d6f959c89f864363451d2f4e5234e8894b98d6f6 Mon Sep 17 00:00:00 2001 From: Martin Zihlmann Date: Sat, 31 May 2025 09:19:46 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741f70e3d..ef423813a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# v1.24.0-4 Release 2025-05-31 +The executor images in this release are: +``` +martizih/kaniko:latest +martizih/kaniko:v1.24.0-4 +``` + +The debug images are available at: +``` +martizih/kaniko:debug +martizih/kaniko:v1.24.0-4-debug +``` + +The slim executor images which don't contain any authentication binaries are available at: +``` +martizih/kaniko:slim +martizih/kaniko:v1.24.0-4-slim +``` + +The warmer images are available at: +``` +martizih/kaniko:warmer +martizih/kaniko:v1.24.0-4-warmer +``` + +* WORKDIR learned to cache it's potential output layer by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/22 +* simplify logic for detecting empty layers by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/23 +* fix: ADD learned to cache it's output layer by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/24 + + # v1.24.0-3 Release 2025-05-27 The executor images in this release are: ```