Skip to content

Commit 8af8d1f

Browse files
authored
chore: Add support for 33.0.0, remove support for 30.0.0, deprecate 31.0.1 (#722)
* docs: Bump to 33.0.0, remove support for 30.0.0, deprecate 31.0.1 * test: Add 33.0.0, remove 30.0.0 * chore: Update changelog
1 parent df5cd27 commit 8af8d1f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
- Add support for `33.0.0` ([#722]).
1314

1415
### Changed
1516

@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
2728
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
2829
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
2930
- This is marked as breaking because tools and policies might exist, which require these fields to be set
31+
- Deprecate support for `31.0.1` ([#722]).
3032

3133
### Fixed
3234

@@ -36,6 +38,7 @@ All notable changes to this project will be documented in this file.
3638
### Removed
3739

3840
- test: ZooKeeper 3.9.2 removed ([#716]).
41+
- Remove support for `30.0.0` ([#722]).
3942

4043
[#703]: https://github.com/stackabletech/druid-operator/pull/703
4144
[#704]: https://github.com/stackabletech/druid-operator/pull/704
@@ -46,6 +49,7 @@ All notable changes to this project will be documented in this file.
4649
[#718]: https://github.com/stackabletech/druid-operator/pull/718
4750
[#719]: https://github.com/stackabletech/druid-operator/pull/719
4851
[#721]: https://github.com/stackabletech/druid-operator/pull/721
52+
[#722]: https://github.com/stackabletech/druid-operator/pull/722
4953

5054
## [25.3.0] - 2025-03-21
5155

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: 31.0.1
8+
productVersion: 33.0.0
99
clusterConfig:
1010
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1111
zookeeperConfigMapName: simple-druid-znode

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: 31.0.1
8+
productVersion: 33.0.0
99
clusterConfig:
1010
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1111
zookeeperConfigMapName: simple-druid-znode

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-
- 31.0.1
5+
- 33.0.0
6+
- 31.0.1 (deprecated)
67
- 30.0.1 (LTS)
7-
- 30.0.0 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
dimensions:
1414
- name: druid
1515
values:
16-
- 30.0.0
1716
- 30.0.1
1817
- 31.0.1
18+
- 33.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-
- 31.0.1
23+
- 33.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)