Skip to content

Commit 8ff04db

Browse files
authored
feat: Support configuring JVM arguments (#693)
* Add fields to CRD * changelog * WIP * cargo fmt * Update test * updates * MTGA (make tests green again) * snafu instead of unwrap
1 parent 3878bff commit 8ff04db

File tree

16 files changed

+935
-414
lines changed

16 files changed

+935
-414
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
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]).
15+
- Support configuring JVM arguments ([#693]).
1516

1617
### Changed
1718

@@ -21,6 +22,7 @@ All notable changes to this project will be documented in this file.
2122
[#667]: https://github.com/stackabletech/druid-operator/pull/667
2223
[#676]: https://github.com/stackabletech/druid-operator/pull/676
2324
[#677]: https://github.com/stackabletech/druid-operator/pull/677
25+
[#693]: https://github.com/stackabletech/druid-operator/pull/693
2426
[#685]: https://github.com/stackabletech/druid-operator/pull/685
2527

2628
## [24.11.1] - 2025-01-09

0 commit comments

Comments
 (0)