@@ -7,15 +7,18 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
10-  config property ` requestedSecretLifetime ` . This helps reducing frequent Pod restarts ([ #660 ] ).
10+ config property ` requestedSecretLifetime ` . This helps reducing frequent Pod restarts ([ #660 ] ).
1111- Run a ` containerdebug ` process in the background of each "druid" container to collect debugging information ([ #667 ] ).
1212- Aggregate emitted Kubernetes events on the CustomResources ([ #677 ] ).
1313- Support Apache Druid ` 31.0.1 ` and ` 30.0.1 ` , remove ` 26.0.0 ` ([ #685 ] ).
1414- BREAKING: Adjust default memory limits of coordinator from ` 512Mi ` to ` 768Mi ` and middlemanager from ` 1Gi ` to ` 1500Mi ` ([ #685 ] ).
1515- Support configuring JVM arguments ([ #693 ] ).
16+ - Add ` region.name ` field in S3Connection.
17+ This field is ** ignored** by this operator, see [ ingestion] and [ deep storage] documentation ([ #695 ] ).
1618
1719### Changed
1820
21+ - Bump ` stackable-operator ` to 0.87.0 and ` stackable-versioned ` to 0.6.0 ([ #695 ] ).
1922- Default to OCI for image metadata and product image selection ([ #676 ] ).
2023
2124[ #660 ] : https://github.com/stackabletech/druid-operator/pull/660
@@ -24,6 +27,10 @@ All notable changes to this project will be documented in this file.
2427[ #677 ] : https://github.com/stackabletech/druid-operator/pull/677
2528[ #693 ] : https://github.com/stackabletech/druid-operator/pull/693
2629[ #685 ] : https://github.com/stackabletech/druid-operator/pull/685
30+ [ #695 ] : https://github.com/stackabletech/druid-operator/pull/695
31+
32+ [ ingestion ] : https://docs.stackable.tech/home/nightly/druid/usage-guide/ingestion/
33+ [ deep storage ] : https://docs.stackable.tech/home/nightly/druid/usage-guide/deep-storage/
2734
2835## [ 24.11.1] - 2025-01-09
2936
0 commit comments