Skip to content

Commit 3a13c9d

Browse files
committed
chore(operator): Add changelog entries
1 parent 9c09308 commit 3a13c9d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- BREAKING: Add two required CLI arguments and env vars to set image registry and repository ([#1199]):
10+
- `IMAGE_REGISTRY` (`--image-registry`): Sets the image registry which should be used by the
11+
operator to construct image names for provisioned containers, eg. `oci.example.org`.
12+
- `IMAGE_REPOSITORY` (`--image-repository`): Sets the image repository which should be used by the
13+
operator to construct image names for provisioned containers, eg. `my/repository/to/operator`.
14+
15+
### Changed
16+
17+
- BREAKING: The product image selection mechanism via `ProductImage::resolve` now takes three
18+
parameters instead of two. The new parameters are: `image_registry`, `image_repository`, and
19+
`operator_version`.
20+
- BREAKING: The product image selection CRD interface splits up the `repo` key into `registry` and
21+
`repository` for more clarity and consistency ([#1199]).
22+
23+
[#1199]: https://github.com/stackabletech/operator-rs/pull/1199
24+
725
## [0.110.1] - 2026-04-16
826

927
### Added

0 commit comments

Comments
 (0)