Skip to content

Commit ac1abcc

Browse files
authored
chore(zookeeper): Update image for 25.11.0 (#1292)
* chore(zookeeper): Update image for 25.11.0 * add changelog entry * update issue template * remove deprecation changelog entries
1 parent 573cf7d commit ac1abcc

File tree

5 files changed

+49
-4
lines changed

5 files changed

+49
-4
lines changed

.github/ISSUE_TEMPLATE/update-product-zookeeper.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ Add/Change/Remove anything that isn't applicable anymore
2828
## Update tasks
2929

3030
- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
31-
- [ ] Upload new version (see `zookeeper/upload_new_zookeeper_version.sh`).
3231
- [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel).
3332
- [ ] Update other dependencies if applicable (eg: jmx_exporter, etc).
33+
- [ ] Initialize new product versions with patchable and add patches if applicable.
34+
- [ ] Delete old patch directories.
35+
- [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions.
3436
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3537
- [ ] Update the version in demos. Add the PR(s) to the list below.
3638

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- spark-connect-client: Add `4.0.1` ([#1286]).
2626
- trino/trino-storage-connector: Add `477` ([#1285]).
2727
- testing-tools: Add `upload_new_keycloak_version.sh` script ([#1289]).
28+
- zookeeper: Add `3.9.4` ([#1292]).
2829

2930
### Changed
3031

@@ -35,8 +36,6 @@ All notable changes to this project will be documented in this file.
3536
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
3637
- vector: Bump to `0.49.0` ([#1258]).
3738
- airflow: Bump uvicorn dependency to `0.37.0` ([#1264]).
38-
- druid: Deprecate `33.0.0` ([#1263]).
39-
- opa: Deprecate `1.4.2` ([#1279]).
4039
- trino-cli: Bump to 477 ([#1285]).
4140
- tools: Bump dependency versions - kubectl to `1.34.1`, yq to `4.47.2`, and jq to `1.8.1` ([#1290]).
4241
- testing-tools: Update keycloak dependency to `26.3.5` and `python:3.12-slim-bullseye` base image ([#1289]).
@@ -80,6 +79,7 @@ All notable changes to this project will be documented in this file.
8079
[#1286]: https://github.com/stackabletech/docker-images/pull/1286
8180
[#1289]: https://github.com/stackabletech/docker-images/pull/1289
8281
[#1290]: https://github.com/stackabletech/docker-images/pull/1290
82+
[#1292]: https://github.com/stackabletech/docker-images/pull/1292
8383

8484
## [25.7.0] - 2025-07-23
8585

zookeeper/boil-config.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ java-base = "17"
33
java-devel = "11"
44

55
[versions."3.9.3".build-arguments]
6-
jmx-exporter-version = "1.3.0"
6+
jmx-exporter-version = "1.4.0"
7+
8+
[versions."3.9.4".local-images]
9+
java-base = "17"
10+
java-devel = "11"
11+
12+
[versions."3.9.4".build-arguments]
13+
jmx-exporter-version = "1.4.0"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
From 24644dd2f8463f972965d14021a7b071d8feaf81 Mon Sep 17 00:00:00 2001
2+
From: xeniape <[email protected]>
3+
Date: Tue, 30 Sep 2025 15:24:05 +0200
4+
Subject: Add CycloneDX plugin
5+
6+
---
7+
pom.xml | 7 ++++++-
8+
1 file changed, 6 insertions(+), 1 deletion(-)
9+
10+
diff --git a/pom.xml b/pom.xml
11+
index 860ffb97..5355571a 100644
12+
--- a/pom.xml
13+
+++ b/pom.xml
14+
@@ -925,7 +925,7 @@
15+
<plugin>
16+
<groupId>org.cyclonedx</groupId>
17+
<artifactId>cyclonedx-maven-plugin</artifactId>
18+
- <version>2.7.9</version>
19+
+ <version>2.8.0</version>
20+
</plugin>
21+
</plugins>
22+
</pluginManagement>
23+
@@ -1200,6 +1200,11 @@
24+
<plugin>
25+
<groupId>org.cyclonedx</groupId>
26+
<artifactId>cyclonedx-maven-plugin</artifactId>
27+
+ <configuration>
28+
+ <projectType>application</projectType>
29+
+ <schemaVersion>1.5</schemaVersion>
30+
+ <skipNotDeployed>false</skipNotDeployed>
31+
+ </configuration>
32+
<executions>
33+
<execution>
34+
<goals>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mirror = "https://github.com/stackabletech/zookeeper.git"
2+
base = "7246445ec281f3dbf53dc54e970c914f39713903"

0 commit comments

Comments
 (0)