From d9b84ade0a8a570ce2ed4f827559580a051a835d Mon Sep 17 00:00:00 2001 From: Jeremias Weber Date: Tue, 17 Feb 2026 11:39:42 +0100 Subject: [PATCH 1/2] #96 Upgrade base-image to 3.23.3-4 --- CHANGELOG.md | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fada1..1832625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.0.30-3] - 2026-02-17 +### Fixed +- [#91] Upgrade base-image to 3.23.3-4 + - This fixes a bug in doguctl, to not check the local config if volume is not mounted. + ## [11.0.30-2] - 2026-02-12 ### Security - [#91] Upgrade base-image to 3.23.3-3 diff --git a/Makefile b/Makefile index 59d71e9..c416513 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ JAVA_VERSION=11.0.30 CHANGE_COUNTER=2 -BASE_IMAGE_VERSION=3.23.3-3 +BASE_IMAGE_VERSION=3.23.3-4 JAVA_ALPINE_VERSION=11.0.30_p7-r0 IMAGE_NAME=registry.cloudogu.com/official/java IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java From 532350bf1fd801900fe97020d6640db996c349d4 Mon Sep 17 00:00:00 2001 From: Jeremias Weber Date: Tue, 17 Feb 2026 11:50:40 +0100 Subject: [PATCH 2/2] #96 Increase change-counter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c416513..b10b4aa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ JAVA_VERSION=11.0.30 -CHANGE_COUNTER=2 +CHANGE_COUNTER=3 BASE_IMAGE_VERSION=3.23.3-4 JAVA_ALPINE_VERSION=11.0.30_p7-r0 IMAGE_NAME=registry.cloudogu.com/official/java