Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
Previously, arbitrary file names were silently accepted and ignored ([#960]).
- Bump `stackable-operator` to 0.111.1 and snafu to 0.9 ([#960], [#961]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#968]).
- BREAKING: Extend the subject DNs of TLS certificates with the FQDNs of the Kafka pods ([#972]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#971]).
- BREAKING: Removed product-config machinery which 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.
Expand All @@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
[#961]: https://github.com/stackabletech/kafka-operator/pull/961
[#968]: https://github.com/stackabletech/kafka-operator/pull/968
[#971]: https://github.com/stackabletech/kafka-operator/pull/971
[#972]: https://github.com/stackabletech/kafka-operator/pull/972
[#973]: https://github.com/stackabletech/kafka-operator/pull/973
[#976]: https://github.com/stackabletech/kafka-operator/pull/976

Expand Down
163 changes: 129 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading