File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments