Skip to content

Commit

Permalink
Upgrade op-rs to 0.84.1 (#270)
Browse files Browse the repository at this point in the history
* Upgrade op-rs to 0.84.1

* Update CHANGELOG.md
  • Loading branch information
nightkr authored Jan 24, 2025
1 parent 9923494 commit 164234f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ All notable changes to this project will be documented in this file.

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

### Changed

- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#267]).

[#267]: https://github.com/stackabletech/listener-operator/pull/267

## [24.11.0] - 2024-11-18
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.nix

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prost = "0.13"
prost-types = "0.13"
serde = "1.0"
snafu = "0.8"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
strum = { version = "0.26", features = ["derive"] }
socket2 = { version = "0.5", features = ["all"] }
tokio = { version = "1.40", features = ["full"] }
Expand Down
6 changes: 3 additions & 3 deletions crate-hashes.json

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

0 comments on commit 164234f

Please sign in to comment.