Skip to content

Commit a2b862f

Browse files
chore: Upgrade stackable-operator to 0.110.1 (#137)
* chore: Upgrade stackable-operator to 0.110.1 * chore: Regenerate charts * chore: Rename GenericProductSpecificCommonConfig to GenericCommonConfig * chore: Upgrade rustls-webpki * chore: Regenerate charts * chore: Improve code style * feat: Support jsonMergePatch in configOverrides * chore: Remove dependency json-patch * chore: Revise the code and fix the tests * test: Add unit tests for config overrides * chore: Fix clippy warnings * docs: Improve the descriptions of the CRD * docs: Document typed config overrides * tests: Use a list for plugins.security.authcz.admin_dn * feat: Support jsonPatch in configOverrides * chore: Add a comment * docs: Document JSON Patch
1 parent 5300100 commit a2b862f

36 files changed

Lines changed: 1940 additions & 1661 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#129]).
14+
- BREAKING: `configOverrides` now only accepts the known config file `opensearch.yml`.
15+
Previously, arbitrary file names were silently accepted and ignored ([#137]).
16+
- Bump `stackable-operator` to 0.110.1 ([#137]).
1417

1518
[#129]: https://github.com/stackabletech/opensearch-operator/pull/129
1619
[#130]: https://github.com/stackabletech/opensearch-operator/pull/130
20+
[#137]: https://github.com/stackabletech/opensearch-operator/pull/137
1721

1822
## [26.3.0] - 2026-03-16
1923

0 commit comments

Comments
 (0)