Skip to content

Commit e926965

Browse files
committed
chore: Add changelog entry
1 parent a7b23ff commit e926965

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- 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` ([#1028]).
10+
711
### Changed
812

913
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#1020]).
1014
- BREAKING: `configOverrides` now only accepts the known config files (`zoo.cfg` and
1115
`security.properties`).
1216
Previously, arbitrary file names were silently accepted and ignored ([#1027]).
13-
- Bump `stackable-operator` to 0.110.1 ([#1027]).
17+
- Bump `stackable-operator` to 0.111.1 ([#1027], [#1028]).
1418

1519
[#1020]: https://github.com/stackabletech/zookeeper-operator/pull/1020
1620
[#1027]: https://github.com/stackabletech/zookeeper-operator/pull/1027
21+
[#1028]: https://github.com/stackabletech/zookeeper-operator/pull/1028
1722

1823
## [26.3.0] - 2026-03-16
1924

0 commit comments

Comments
 (0)