Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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]).

### Fixed

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

### Removed

- Remove support for `31.0.1` ([#755]).

[#752]: https://github.com/stackabletech/druid-operator/pull/752
[#753]: https://github.com/stackabletech/druid-operator/pull/753
[#755]: https://github.com/stackabletech/druid-operator/pull/755

## [25.7.0] - 2025-07-23

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-druid
spec:
image:
productVersion: 33.0.0
productVersion: 34.0.0
clusterConfig:
zookeeperConfigMapName: simple-druid-znode
deepStorage:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-druid
spec:
image:
productVersion: 33.0.0
productVersion: 34.0.0
clusterConfig:
zookeeperConfigMapName: simple-druid-znode
deepStorage:
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/druid/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions tests/templates/kuttl/overrides/20-install-druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
{% else %}
productVersion: "{{ test_scenario['values']['druid-latest'] }}"
{% endif %}
pullPolicy: IfNotPresent
clusterConfig:
deepStorage:
hdfs:
Expand Down
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down