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
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 @@ -18,8 +18,11 @@ All notable changes to this project will be documented in this file.
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
Read on the [Hive database documentation](https://docs.stackable.tech/home/nightly/hive/usage-guide/database-driver) for details ([#674]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#707]).
- Remove the direct `product-config` dependency; `hive-site.xml`, `security.properties` and `core-site.xml` are now rendered by typed Rust builders. Switch `stackable-operator` to the `smooth-operator` branch and adopt its shared `v2::` framework ([#XXX]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#713]).
- Deprecated support for `4.0.1` ([#711]).
- 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 ([#716]).

### Removed

Expand All @@ -32,6 +35,7 @@ All notable changes to this project will be documented in this file.
[#707]: https://github.com/stackabletech/hive-operator/pull/707
[#711]: https://github.com/stackabletech/hive-operator/pull/711
[#713]: https://github.com/stackabletech/hive-operator/pull/713
[#716]: https://github.com/stackabletech/hive-operator/pull/716

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading