@@ -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
0 commit comments