Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ All notable changes to this project will be documented in this file.
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#129]).
- BREAKING: `configOverrides` now only accepts the known config file `opensearch.yml`.
Previously, arbitrary file names were silently accepted and ignored ([#137]).
- Bump `stackable-operator` to 0.113.0 ([#137], [#147], [#149]).
- Bump `stackable-operator` to 0.113.1 ([#137], [#144], [#147], [#149]).
- Move the framework code to operator-rs. This introduces no user-visible changes, except that the
allowed length of role group names increases from 16 to 63 ([#147]).
- Replace the generic subject DN in the configuration setting `plugins.security.nodes_dn` with the
FQDNs of the OpenSearch nodes ([#144]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#146]).

[#129]: https://github.com/stackabletech/opensearch-operator/pull/129
[#130]: https://github.com/stackabletech/opensearch-operator/pull/130
[#137]: https://github.com/stackabletech/opensearch-operator/pull/137
[#141]: https://github.com/stackabletech/opensearch-operator/pull/141
[#144]: https://github.com/stackabletech/opensearch-operator/pull/144
[#146]: https://github.com/stackabletech/opensearch-operator/pull/146
[#147]: https://github.com/stackabletech/opensearch-operator/pull/147
[#148]: https://github.com/stackabletech/opensearch-operator/pull/148
Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

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

54 changes: 27 additions & 27 deletions Cargo.nix

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2024"
repository = "https://github.com/stackabletech/opensearch-operator"

[workspace.dependencies]
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.113.0", features = ["webhook"] }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.113.1", features = ["webhook"] }

built = { version = "0.8", features = ["chrono", "git2"] }
clap = "4.6"
Expand All @@ -29,3 +29,4 @@ uuid = "1.23"

[patch."https://github.com/stackabletech/operator-rs"]
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
18 changes: 9 additions & 9 deletions crate-hashes.json

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

Loading
Loading