@@ -7,8 +7,25 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- Added permissions required by Topology Provider ([ #738 ] ).
10+ - Add conversion webhook ([ #753 ] ).
11+ - Support objectOverrides using ` .spec.objectOverrides ` .
12+ See [ objectOverrides concepts page] ( https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides ) for details ([ #741 ] ).
13+
14+ ### Changed
15+
16+ - Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([ #747 ] ).
17+ - Added warning and exit condition to format-namenodes container script to check for corrupted data after formatting ([ #751 ] ).
18+
19+ ### Fixed
20+
21+ - Previously, some shell output of init-containers was not logged properly and therefore not aggregated, which is fixed now ([ #746 ] ).
1022
1123[ #738 ] : https://github.com/stackabletech/hdfs-operator/pull/738
24+ [ #741 ] : https://github.com/stackabletech/hdfs-operator/pull/741
25+ [ #746 ] : https://github.com/stackabletech/hdfs-operator/pull/746
26+ [ #747 ] : https://github.com/stackabletech/hdfs-operator/pull/747
27+ [ #751 ] : https://github.com/stackabletech/hdfs-operator/pull/751
28+ [ #753 ] : https://github.com/stackabletech/hdfs-operator/pull/753
1229
1330## [ 25.11.0] - 2025-11-07
1431
@@ -28,12 +45,14 @@ All notable changes to this project will be documented in this file.
2845- The ` prometheus.io/scrape ` label was moved to the metrics service ([ #721 ] ).
2946- The headless service now only exposes product / data ports, the metrics service only metrics ports ([ #721 ] , [ #726 ] ).
3047- Bump stackable-operator to ` 0.100.1 ` and product-config to ` 0.8.0 ` ([ #722 ] ).
48+ - Bump testing-tools to ` 0.3.0-stackable0.0.0-dev ` ([ #740 ] ).
3149
3250[ #713 ] : https://github.com/stackabletech/hdfs-operator/pull/713
3351[ #718 ] : https://github.com/stackabletech/hdfs-operator/pull/718
3452[ #721 ] : https://github.com/stackabletech/hdfs-operator/pull/721
3553[ #722 ] : https://github.com/stackabletech/hdfs-operator/pull/722
3654[ #726 ] : https://github.com/stackabletech/hdfs-operator/pull/726
55+ [ #740 ] : https://github.com/stackabletech/hdfs-operator/pull/740
3756
3857## [ 25.7.0] - 2025-07-23
3958
0 commit comments