Skip to content

Commit ed249b4

Browse files
authored
Merge branch 'main' into chore/switch-to-oci-repo
2 parents 3f5eb36 + 7b9a2a4 commit ed249b4

File tree

10 files changed

+535
-105
lines changed

10 files changed

+535
-105
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,22 @@ 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 reducing frequent Pod restarts ([#619]).
1111
- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]).
12+
- Support configuring JVM arguments ([#636]).
1213
- Aggregate emitted Kubernetes events on the CustomResources ([#643]).
1314

1415
### Changed
1516

1617
- Switch the WebUI liveness probe from `httpGet` to checking the tcp socket.
1718
This helps with setups where configOverrides are used to enable security on the HTTP interfaces.
1819
As this results in `401` HTTP responses (instead of `200`), this previously failed the liveness checks.
20+
- Set the JVM argument `-Xms` in addition to `-Xmx` (with the same value). This ensure consistent JVM configs across our products ([#636]).
21+
22+
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
23+
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
24+
[#636]: https://github.com/stackabletech/hdfs-operator/pull/636
25+
[#643]: https://github.com/stackabletech/hdfs-operator/pull/643
26+
27+
## [24.11.1] - 2025-01-10
1928

2029
### Fixed
2130

@@ -24,9 +33,6 @@ All notable changes to this project will be documented in this file.
2433
restart ([#616]).
2534

2635
[#616]: https://github.com/stackabletech/hdfs-operator/pull/616
27-
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
28-
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
29-
[#643]: https://github.com/stackabletech/hdfs-operator/pull/643
3036

3137
## [24.11.0] - 2024-11-18
3238

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)