Skip to content

Commit a37afb8

Browse files
authored
chore: Update to operator-rs 0.84.1 (#322)
1 parent ef430d1 commit a37afb8

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
@@ -12,11 +12,6 @@ All notable changes to this project will be documented in this file.
1212

1313
- Aggregate emitted Kubernetes events on the CustomResources ([#318]).
1414

15-
### Changed
16-
17-
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#318]).
18-
19-
[#318]: https://github.com/stackabletech/commons-operator/pull/318
2015
[#321]: https://github.com/stackabletech/commons-operator/pull/321
2116

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

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
@@ -17,7 +17,7 @@ futures = { version = "0.3", features = ["compat"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
snafu = "0.8"
20-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
20+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
2121
strum = { version = "0.26", features = ["derive"] }
2222
tokio = { version = "1.40", features = ["full"] }
2323
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)