Skip to content

Commit 36b9448

Browse files
Merge branch 'main' into feat/improve-nodes-dn
2 parents 507bc87 + 6a220ab commit 36b9448

47 files changed

Lines changed: 1636 additions & 5319 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@ All notable changes to this project will be documented in this file.
1414
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#129]).
1515
- BREAKING: `configOverrides` now only accepts the known config file `opensearch.yml`.
1616
Previously, arbitrary file names were silently accepted and ignored ([#137]).
17-
- Bump `stackable-operator` to 0.110.1 ([#137]).
17+
- Bump `stackable-operator` to 0.113.0 ([#137], [#147], [#149]).
18+
- Move the framework code to operator-rs. This introduces no user-visible changes, except that the
19+
allowed length of role group names increases from 16 to 63 ([#147]).
1820
- Replace the generic subject DN in the configuration setting `plugins.security.nodes_dn` with the
1921
FQDNs of the OpenSearch nodes ([#144]).
22+
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#146]).
2023

2124
[#129]: https://github.com/stackabletech/opensearch-operator/pull/129
2225
[#130]: https://github.com/stackabletech/opensearch-operator/pull/130
2326
[#137]: https://github.com/stackabletech/opensearch-operator/pull/137
2427
[#141]: https://github.com/stackabletech/opensearch-operator/pull/141
2528
[#144]: https://github.com/stackabletech/opensearch-operator/pull/144
29+
[#146]: https://github.com/stackabletech/opensearch-operator/pull/146
30+
[#147]: https://github.com/stackabletech/opensearch-operator/pull/147
31+
[#149]: https://github.com/stackabletech/opensearch-operator/pull/149
2632

2733
## [26.3.0] - 2026-03-16
2834

0 commit comments

Comments
 (0)