@@ -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
0 commit comments