Skip to content

Commit 80a82f7

Browse files
authored
feat: Support configuring JVM arguments (#677)
* feat: Support experimental additional JVM arguments * Update tests * clippy * Update op-rs * charts * update op-rs * Update to new op-rs * refactor * clippy * cargo update * Use op-rs 0.74.0 * test: For tests, recommended_trino_jvm_args now always returns a single JVM arg * Bump to operator-rs 0.84.1 * Add docs
1 parent 92feb27 commit 80a82f7

File tree

13 files changed

+1674
-663
lines changed

13 files changed

+1674
-663
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
99
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
1010
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]).
1111
- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).
12+
- Support configuring JVM arguments ([#677]).
13+
- Aggregate emitted Kubernetes events on the CustomResources ([#677]).
1214

1315
## Changed
1416

@@ -25,6 +27,7 @@ All notable changes to this project will be documented in this file.
2527
[#672]: https://github.com/stackabletech/trino-operator/pull/672
2628
[#673]: https://github.com/stackabletech/trino-operator/pull/673
2729
[#676]: https://github.com/stackabletech/trino-operator/pull/676
30+
[#677]: https://github.com/stackabletech/trino-operator/pull/677
2831
[#687]: https://github.com/stackabletech/trino-operator/pull/687
2932
[#694]: https://github.com/stackabletech/trino-operator/pull/694
3033

0 commit comments

Comments
 (0)