Skip to content

Commit fa75e94

Browse files
authored
chore: Update to operator-rs 0.84.1 (#814)
1 parent 26b1220 commit fa75e94

File tree

5 files changed

+44
-49
lines changed

5 files changed

+44
-49
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ All notable changes to this project will be documented in this file.
1616
- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).
1717
- Aggregate emitted Kubernetes events on the CustomResources ([#809]).
1818

19-
### Changed
20-
21-
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#809]).
22-
2319
### Fixed
2420

2521
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
@@ -29,7 +25,6 @@ All notable changes to this project will be documented in this file.
2925
[#793]: https://github.com/stackabletech/kafka-operator/pull/793
3026
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
3127
[#803]: https://github.com/stackabletech/kafka-operator/pull/803
32-
[#809]: https://github.com/stackabletech/kafka-operator/pull/809
3328
[#813]: https://github.com/stackabletech/kafka-operator/pull/813
3429

3530
## [24.11.0] - 2024-11-18

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
serde_yaml = "0.9"
2525
snafu = "0.8"
26-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
26+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
2727
strum = { version = "0.26", features = ["derive"] }
2828
tokio = { version = "1.40", features = ["full"] }
2929
tracing = "0.1"

crate-hashes.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)