Skip to content

Commit d2b1119

Browse files
committed
merge conflicts
2 parents b6904a8 + 5471501 commit d2b1119

36 files changed

Lines changed: 7427 additions & 3722 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ result
1313
image.tar
1414

1515
tilt_options.json
16+
.values.yaml
1617

1718
.direnv/
1819
.direnvrc

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
# Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0
19-
rev: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 0.18.3
18+
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
2019
hooks:
2120
- id: cargo-deny
2221
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)