Skip to content

Commit 164234f

Browse files
authored
Upgrade op-rs to 0.84.1 (#270)
* Upgrade op-rs to 0.84.1 * Update CHANGELOG.md
1 parent 9923494 commit 164234f

File tree

5 files changed

+15
-19
lines changed

5 files changed

+15
-19
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
- Aggregate emitted Kubernetes events on the CustomResources ([#267]).
1010

11-
### Changed
12-
13-
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#267]).
14-
1511
[#267]: https://github.com/stackabletech/listener-operator/pull/267
1612

1713
## [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
@@ -22,7 +22,7 @@ prost = "0.13"
2222
prost-types = "0.13"
2323
serde = "1.0"
2424
snafu = "0.8"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
25+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
2626
strum = { version = "0.26", features = ["derive"] }
2727
socket2 = { version = "0.5", features = ["all"] }
2828
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)