Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c4c298f
chore: switch to smooth-operator branch and vendor the config writer
maltesander Jun 3, 2026
7304fd9
refactor: reshape ValidatedCluster toward the v2 framework
maltesander Jun 3, 2026
8f116c0
feat: add controller/build config-map module without product-config
maltesander Jun 3, 2026
a793c48
refactor: build rolegroup ConfigMap from the validated cluster
maltesander Jun 3, 2026
a106a7d
refactor: validate the HbaseCluster without product-config
maltesander Jun 3, 2026
47a854b
chore: remove the product-config dependency
maltesander Jun 3, 2026
0146d35
refactor: decouple config-map builders from HbaseCluster
maltesander Jun 3, 2026
965c212
chore: regenerate
maltesander Jun 3, 2026
90dfbcd
fix: change paramter order & fmt
maltesander Jun 3, 2026
86fc9ae
fix: use builder pattern for discovery configmap
maltesander Jun 4, 2026
6740e26
chore: rebuild hashes
maltesander Jun 4, 2026
1cd0401
fix: remove result from product logging
maltesander Jun 4, 2026
1027e54
fix: move product logging to build step
maltesander Jun 4, 2026
0fe526b
fix: move constants
maltesander Jun 4, 2026
f699559
refactor: consolidate logging to build step
maltesander Jun 4, 2026
70b20e3
chore: adapted changelog
maltesander Jun 4, 2026
aec271a
chore: replace json_pp with jq in getting started scripts
razvan Jun 4, 2026
8b8c104
add snapshot tests and make them succeed
razvan Jun 4, 2026
1523e25
refactor: consume the config-file writer from stackable-operator
adwk67 Jun 5, 2026
36cc1da
refactor: add uid, namespace to ValidatedCluster
maltesander Jun 8, 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
Previously, arbitrary file names were silently accepted and ignored ([#751]).
- Bump `stackable-operator` to 0.111.1 and snafu to 0.9 ([#751], [#752]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#757]).
- Removed the `product-config` dependency; configuration is now rendered from typed, validated inputs ([#757]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#762]).
- 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 ([#765]).

[#745]: https://github.com/stackabletech/hbase-operator/pull/745
[#751]: https://github.com/stackabletech/hbase-operator/pull/751
[#752]: https://github.com/stackabletech/hbase-operator/pull/752
[#757]: https://github.com/stackabletech/hbase-operator/pull/757
[#762]: https://github.com/stackabletech/hbase-operator/pull/762
[#765]: https://github.com/stackabletech/hbase-operator/pull/765

## [26.3.0] - 2026-03-16

Expand Down
Loading