Skip to content

Commit 68384c8

Browse files
chore: Upgrade stackable-operator to 0.114.0
1 parent 373dbfd commit 68384c8

5 files changed

Lines changed: 60 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Bump stackable-operator to 0.114.0 ([#166]).
10+
11+
[#166]: https://github.com/stackabletech/opensearch-operator/pull/166
12+
713
## [26.7.0] - 2026-07-21
814

915
## [26.7.0-rc1] - 2026-07-16
@@ -16,7 +22,7 @@ All notable changes to this project will be documented in this file.
1622

1723
### Changed
1824

19-
- BUmp stackable-operator to 0.113.3 ([#158]).
25+
- Bump stackable-operator to 0.113.3 ([#158]).
2026
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#129]).
2127
- BREAKING: `configOverrides` now only accepts the known config file `opensearch.yml`.
2228
Previously, arbitrary file names were silently accepted and ignored ([#137]).

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
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", tag = "stackable-operator-0.113.3", features = ["webhook"] }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.114.0", features = ["webhook"] }
1414

1515
built = { version = "0.8", features = ["chrono", "git2"] }
1616
clap = "4.6"
@@ -28,5 +28,5 @@ tracing = "0.1"
2828
uuid = "1.23"
2929

3030
[patch."https://github.com/stackabletech/operator-rs"]
31-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "chore/remove-product-config" }
31+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3232
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

crate-hashes.json

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

0 commit comments

Comments
 (0)