From 1d2bff595903b1887220a522a5a43c67db2da553 Mon Sep 17 00:00:00 2001 From: JeromeJu <46675578+JeromeJu@users.noreply.github.com> Date: Thu, 22 May 2025 22:13:03 -0400 Subject: [PATCH] chore(release): release v1.24.0 (#3487) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ Makefile | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb0025b1..c4acaa0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# v1.24.0 Release 2025-05-21 +The executor images in this release are: +``` +gcr.io/kaniko-project/executor:v1.24.0 +gcr.io/kaniko-project/executor:latest +``` + +The debug images are available at: +``` +gcr.io/kaniko-project/executor:debug +gcr.io/kaniko-project/executor:v1.24.0-debug +``` + +The slim executor images which don't contain any authentication binaries are available at: +``` +gcr.io/kaniko-project/executor:slim +gcr.io/kaniko-project/executor:v1.24.0-slim +``` + + + +Huge thank you for this release towards our contributors: +- Aaron Prindle +- Aswin A +- dependabot[bot] +- Michael Plump +- Mick van Gelderen +- Thomas L. Kjeldsen + + + # v1.23.2 Release 2024-07-09 The executor images in this release are: ``` diff --git a/Makefile b/Makefile index eb1b6c131..0dace6e11 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 23 -VERSION_BUILD ?= 2 +VERSION_MINOR ?= 24 +VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION_PACKAGE = $(REPOPATH/pkg/version)