Skip to content

Commit 09bf1ee

Browse files
authored
chore: Bump druid version for 25.11.0 (#755)
* chore: Bump druid version for 25.11.0 * add changelog entry
1 parent 47559a0 commit 09bf1ee

6 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Helm: Allow Pod `priorityClassName` to be configured ([#752]).
10+
- Add support for `34.0.0` ([#755]).
11+
12+
### Changed
13+
14+
- Deprecate support for `33.0.0` ([#755]).
1015

1116
### Fixed
1217

@@ -18,8 +23,13 @@ All notable changes to this project will be documented in this file.
1823
We now correctly handle multiple certificates for both cases.
1924
See [this GitHub issue](https://github.com/stackabletech/issues/issues/764) for details
2025

26+
### Removed
27+
28+
- Remove support for `31.0.1` ([#755]).
29+
2130
[#752]: https://github.com/stackabletech/druid-operator/pull/752
2231
[#753]: https://github.com/stackabletech/druid-operator/pull/753
32+
[#755]: https://github.com/stackabletech/druid-operator/pull/755
2333

2434
## [25.7.0] - 2025-07-23
2535

docs/modules/druid/examples/getting_started/druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 33.0.0
8+
productVersion: 34.0.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-druid-znode
1111
deepStorage:

docs/modules/druid/examples/getting_started/druid.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 33.0.0
8+
productVersion: 34.0.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-druid-znode
1111
deepStorage:

docs/modules/druid/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 33.0.0
6-
- 31.0.1 (deprecated)
5+
- 34.0.0
6+
- 33.0.0 (deprecated)
77
- 30.0.1 (LTS)

tests/templates/kuttl/overrides/20-install-druid.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
{% else %}
1212
productVersion: "{{ test_scenario['values']['druid-latest'] }}"
1313
{% endif %}
14+
pullPolicy: IfNotPresent
1415
clusterConfig:
1516
deepStorage:
1617
hdfs:

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dimensions:
1414
- name: druid
1515
values:
1616
- 30.0.1
17-
- 31.0.1
1817
- 33.0.0
18+
- 34.0.0
1919
# To use a custom image, add a comma and the full name after the product version
2020
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2121
- name: druid-latest
2222
values:
23-
- 33.0.0
23+
- 34.0.0
2424
# To use a custom image, add a comma and the full name after the product version
2525
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2626
- name: zookeeper

0 commit comments

Comments
 (0)