Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b590cda
chore(deps): switch stackable-operator to smooth-operator branch
maltesander Jun 2, 2026
284154c
refactor: vendor hadoop-xml and java-properties writers
maltesander Jun 2, 2026
0cea491
refactor: add controller/build/properties module with ConfigFileName
maltesander Jun 2, 2026
96bd3c5
refactor: extract hadoop-policy, ssl and security builders
maltesander Jun 2, 2026
c66b45f
refactor: extract core-site and hdfs-site builders
maltesander Jun 2, 2026
d935057
refactor: inject security.properties DNS cache TTLs in builder
maltesander Jun 2, 2026
2fbcace
refactor: remove product-config from validation and config building
maltesander Jun 2, 2026
18d5d9f
chore: remove the product-config dependency
maltesander Jun 2, 2026
34263a9
chore: run linters, regenerate charts, update dependencies
maltesander Jun 2, 2026
12bc737
refactor: extract ConfigMap building into controller/build/config_map
maltesander Jun 2, 2026
09eb912
refactor: resolve cluster-wide config into ValidatedClusterConfig
maltesander Jun 2, 2026
3ca11ac
refactor: add typed ClusterName to ValidatedCluster
maltesander Jun 2, 2026
5b22234
fix: update hashes
maltesander Jun 3, 2026
ed57da5
refactor: resolve namenode/journalnode pod refs during validation
maltesander Jun 3, 2026
383fb77
style: rustfmt principal_host_part call in kerberos.rs
maltesander Jun 3, 2026
4d60ec9
chore: remove left over product config references
maltesander Jun 3, 2026
523a376
chore: adapted changelog
maltesander Jun 3, 2026
05e6f29
refactor: move logging & discovery to build step
maltesander Jun 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ All notable changes to this project will be documented in this file.
- Bump `stackable-operator` to 0.111.1 ([#777], [#778]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#783]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#787]).
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD ([#790]).

[#770]: https://github.com/stackabletech/hdfs-operator/pull/770
[#777]: https://github.com/stackabletech/hdfs-operator/pull/777
[#778]: https://github.com/stackabletech/hdfs-operator/pull/778
[#783]: https://github.com/stackabletech/hdfs-operator/pull/783
[#787]: https://github.com/stackabletech/hdfs-operator/pull/787
[#790]: https://github.com/stackabletech/hdfs-operator/pull/790

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading