Skip to content

Commit 2f4fb8a

Browse files
authored
chore: Bump Rust dependencies pre-25.11.0 (#58)
* chore: Bump Rust dependencies pre-25.11.0 * changelog
1 parent c2d4887 commit 2f4fb8a

File tree

5 files changed

+40
-35
lines changed

5 files changed

+40
-35
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ All notable changes to this project will be documented in this file.
2828
- Support log configuration and log aggregation ([#40]).
2929
- Ensure that the permissions of the configuration files are correct ([#47]).
3030

31+
### Changed
32+
33+
- Bump stackable-operator to `0.100.1` ([#58]).
34+
3135
[#10]: https://github.com/stackabletech/opensearch-operator/pull/10
3236
[#17]: https://github.com/stackabletech/opensearch-operator/pull/17
3337
[#18]: https://github.com/stackabletech/opensearch-operator/pull/18
@@ -36,3 +40,4 @@ All notable changes to this project will be documented in this file.
3640
[#38]: https://github.com/stackabletech/opensearch-operator/pull/38
3741
[#40]: https://github.com/stackabletech/opensearch-operator/pull/40
3842
[#47]: https://github.com/stackabletech/opensearch-operator/pull/47
43+
[#58]: https://github.com/stackabletech/opensearch-operator/pull/58

Cargo.lock

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

Cargo.nix

Lines changed: 17 additions & 17 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
@@ -10,7 +10,7 @@ edition = "2024"
1010
repository = "https://github.com/stackabletech/opensearch-operator"
1111

1212
[workspace.dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.99.0" }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.100.1" }
1414

1515
built = { version = "0.8.0", features = ["chrono", "git2"] }
1616
clap = "4.5"

crate-hashes.json

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

0 commit comments

Comments
 (0)