Skip to content

Commit 4141fb1

Browse files
authored
chore!: Use serde_json::Value instead of String for user-provided JSON configOverrides (#831)
* chore!: Use serde_json::Value instead of String for user-provided JSON configOverrides * changelog * Update link
1 parent 200e7c3 commit 4141fb1

7 files changed

Lines changed: 641 additions & 913 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#830]).
10-
- Support `configOverrides` for `config.json` ([#818]).
10+
- Support `configOverrides` for `config.json` ([#818], [#831]).
1111

1212
### Changed
1313

@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
2020
[#819]: https://github.com/stackabletech/opa-operator/pull/819
2121
[#820]: https://github.com/stackabletech/opa-operator/pull/820
2222
[#830]: https://github.com/stackabletech/opa-operator/pull/830
23+
[#831]: https://github.com/stackabletech/opa-operator/pull/831
2324

2425
## [26.3.0] - 2026-03-16
2526

0 commit comments

Comments
 (0)