Skip to content

Commit 1cb19e4

Browse files
authored
chore: Bump Rust dependencies pre-25.3.0 (#695)
* chore: Bump Rust dependencies * chore: Update changelog * chore: Add stackable-versioned bump to changelog * chore: Adjust changelog * chore: Update CRD * chore: Add changelog entry for S3 field.name * chore: Remove invisible character from the changelog * docs: Add section why region.name is ignored
1 parent 6b030f6 commit 1cb19e4

File tree

7 files changed

+374
-1328
lines changed

7 files changed

+374
-1328
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)