Skip to content

Commit 391bb5e

Browse files
chore: Upgrade stackable-operator to 0.113.1
1 parent 16c29d9 commit 391bb5e

5 files changed

Lines changed: 62 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
1515
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#129]).
1616
- BREAKING: `configOverrides` now only accepts the known config file `opensearch.yml`.
1717
Previously, arbitrary file names were silently accepted and ignored ([#137]).
18-
- Bump `stackable-operator` to 0.113.0 ([#137], [#147], [#149]).
18+
- Bump `stackable-operator` to 0.113.1 ([#137], [#144], [#147], [#149]).
1919
- Move the framework code to operator-rs. This introduces no user-visible changes, except that the
2020
allowed length of role group names increases from 16 to 63 ([#147]).
2121
- Replace the generic subject DN in the configuration setting `plugins.security.nodes_dn` with the

Cargo.lock

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

Cargo.nix

Lines changed: 34 additions & 34 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.0", features = ["webhook"] }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.113.1", 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 = "feat/annotation-auto-tls-cert-subject-dn" }
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)