Skip to content

Commit 108aa60

Browse files
authored
Merge pull request #93 from cloudogu/feature/91-17-doguctl-0.15.0
2 parents 3d69fd2 + e1b9f0a commit 108aa60

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [17.0.18-3] - 2026-02-12
8+
### Security
9+
- [#91] Upgrade base-image to 3.23.3-3
10+
- [#91] Update doguctl to v0.15.0 to fix [CVE-2025-61732](https://avd.aquasec.com/nvd/2026/CVE-2025-61732) and [CVE-2025-68121](https://avd.aquasec.com/nvd/2026/CVE-2025-68121).
11+
712
## [17.0.18-2] - 2026-02-09
813
### Changed
914
- [#88] Upgrade base-image to 3.23.3-2

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_VERSION=17.0.18
2-
CHANGE_COUNTER=2
3-
BASE_IMAGE_VERSION=3.23.3-2
2+
CHANGE_COUNTER=3
3+
BASE_IMAGE_VERSION=3.23.3-3
44
JAVA_ALPINE_VERSION=17.0.18_p8-r0
55
IMAGE_NAME=registry.cloudogu.com/official/java
66
IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java

0 commit comments

Comments
 (0)