Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
de8e8ca
chore: Switch stackable-operator to smooth-operator branch
maltesander Jun 4, 2026
49cf10e
refactor: Replace product-config validation with ValidatedCluster
maltesander Jun 4, 2026
0a3e135
refactor: Extract config_map build step and adopt v2 configOverrides
maltesander Jun 4, 2026
f436d17
refactor: Remove the product-config dependency
maltesander Jun 4, 2026
8e1be27
refactor: Split config file building into build/properties
maltesander Jun 4, 2026
2f5f7cb
refactor: Fold product_logging into the build step
maltesander Jun 4, 2026
660373f
refactor: Fold discovery into the build step (ValidatedCluster)
maltesander Jun 4, 2026
2722435
fix: run linters
maltesander Jun 4, 2026
170f094
docs: remove product config from cli & env
maltesander Jun 4, 2026
aca03ad
fix: linter, regenerate hashes
maltesander Jun 5, 2026
4617680
fix(deps): use reqwest 0.13 default features to keep native-tls behavior
maltesander Jun 5, 2026
b87d67d
fix(test): reduce cluster name length
maltesander Jun 5, 2026
d966976
chore: adapt changelog
maltesander Jun 5, 2026
5df6320
fix: remove obsolete method.
maltesander Jun 8, 2026
f677d27
refactor: use namespace, uid in ValidatedCluster for ownerrefs.
maltesander Jun 8, 2026
cf31c73
refactor: switch to v2 upstream role_utils
maltesander Jun 9, 2026
2191eb1
Merge remote-tracking branch 'origin/main' into refactor/remove-produ…
maltesander Jun 10, 2026
31712eb
fix: update hashes
maltesander Jun 10, 2026
5e077a4
bumped op-rs, moved validated structs to controller/mod.rs, renamed c…
adwk67 Jun 11, 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,6 +18,8 @@ All notable changes to this project will be documented in this file.
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#820]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#836]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#840]).
- 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 ([#842]).

### Removed

Expand All @@ -31,6 +33,7 @@ All notable changes to this project will be documented in this file.
[#836]: https://github.com/stackabletech/opa-operator/pull/836
[#838]: https://github.com/stackabletech/opa-operator/pull/838
[#840]: https://github.com/stackabletech/opa-operator/pull/840
[#842]: https://github.com/stackabletech/opa-operator/pull/842

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading