From 453a5e691fee03ac011c94af4b8f785a87001259 Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 23 Sep 2025 14:44:38 +0200 Subject: [PATCH 1/2] chore: Bump druid version for 25.11.0 --- docs/modules/druid/examples/getting_started/druid.yaml | 2 +- docs/modules/druid/examples/getting_started/druid.yaml.j2 | 2 +- docs/modules/druid/partials/supported-versions.adoc | 4 ++-- tests/templates/kuttl/overrides/20-install-druid.yaml.j2 | 1 + tests/test-definition.yaml | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/modules/druid/examples/getting_started/druid.yaml b/docs/modules/druid/examples/getting_started/druid.yaml index 981f69b4..e7762c54 100644 --- a/docs/modules/druid/examples/getting_started/druid.yaml +++ b/docs/modules/druid/examples/getting_started/druid.yaml @@ -5,7 +5,7 @@ metadata: name: simple-druid spec: image: - productVersion: 33.0.0 + productVersion: 34.0.0 clusterConfig: zookeeperConfigMapName: simple-druid-znode deepStorage: diff --git a/docs/modules/druid/examples/getting_started/druid.yaml.j2 b/docs/modules/druid/examples/getting_started/druid.yaml.j2 index 981f69b4..e7762c54 100644 --- a/docs/modules/druid/examples/getting_started/druid.yaml.j2 +++ b/docs/modules/druid/examples/getting_started/druid.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-druid spec: image: - productVersion: 33.0.0 + productVersion: 34.0.0 clusterConfig: zookeeperConfigMapName: simple-druid-znode deepStorage: diff --git a/docs/modules/druid/partials/supported-versions.adoc b/docs/modules/druid/partials/supported-versions.adoc index d1cf17eb..30139c92 100644 --- a/docs/modules/druid/partials/supported-versions.adoc +++ b/docs/modules/druid/partials/supported-versions.adoc @@ -2,6 +2,6 @@ // This is a separate file, since it is used by both the direct Druid documentation, and the overarching // Stackable Platform documentation. -- 33.0.0 -- 31.0.1 (deprecated) +- 34.0.0 +- 33.0.0 (deprecated) - 30.0.1 (LTS) diff --git a/tests/templates/kuttl/overrides/20-install-druid.yaml.j2 b/tests/templates/kuttl/overrides/20-install-druid.yaml.j2 index 2c3557ba..8f6e45c3 100644 --- a/tests/templates/kuttl/overrides/20-install-druid.yaml.j2 +++ b/tests/templates/kuttl/overrides/20-install-druid.yaml.j2 @@ -11,6 +11,7 @@ spec: {% else %} productVersion: "{{ test_scenario['values']['druid-latest'] }}" {% endif %} + pullPolicy: IfNotPresent clusterConfig: deepStorage: hdfs: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 47f97425..eb1086de 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -14,13 +14,13 @@ dimensions: - name: druid values: - 30.0.1 - - 31.0.1 - 33.0.0 + - 34.0.0 # To use a custom image, add a comma and the full name after the product version # - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev - name: druid-latest values: - - 33.0.0 + - 34.0.0 # To use a custom image, add a comma and the full name after the product version # - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev - name: zookeeper From 318554461fd3a738077139fedcba468286c4ddab Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 23 Sep 2025 14:52:27 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bf89ce..426ea57b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,18 @@ All notable changes to this project will be documented in this file. ### Added - Helm: Allow Pod `priorityClassName` to be configured ([#752]). +- Add support for `34.0.0` ([#755]). + +### Changed + +- Deprecate support for `33.0.0` ([#755]). + +### Removed + +- Remove support for `31.0.1` ([#755]). [#752]: https://github.com/stackabletech/druid-operator/pull/752 +[#755]: https://github.com/stackabletech/druid-operator/pull/755 ## [25.7.0] - 2025-07-23