Skip to content

Commit f1801c6

Browse files
authored
chore: Update to operator-rs 0.84.1 (#907)
1 parent 543f98c commit f1801c6

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ All notable changes to this project will be documented in this file.
1111
- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]).
1212
- Aggregate emitted Kubernetes events on the CustomResources ([#904]).
1313

14-
### Changed
15-
16-
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#904]).
17-
1814
### Fixed
1915

2016
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
@@ -24,7 +20,6 @@ All notable changes to this project will be documented in this file.
2420
[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881
2521
[#889]: https://github.com/stackabletech/zookeeper-operator/pull/889
2622
[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892
27-
[#904]: https://github.com/stackabletech/zookeeper-operator/pull/904
2823

2924
## [24.11.0] - 2024-11-18
3025

Cargo.lock

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

Cargo.nix

Lines changed: 7 additions & 7 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
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
2828
strum = { version = "0.26", features = ["derive"] }
2929
tokio = { version = "1.40", features = ["full"] }

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)