Skip to content

Commit eb8a0be

Browse files
committed
chore(operator): Adjust changelog
1 parent f2f25ca commit eb8a0be

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

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`.
9+
- BREAKING: Add CLI argument and env var to set the image repository used to construct final product
10+
image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#1199]).
1411

1512
### Changed
1613

1714
- 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]).
15+
parameters instead of two. The new parameters are: `image_name`, `image_repository`, and
16+
`operator_version` ([#1199]).
2217

2318
[#1199]: https://github.com/stackabletech/operator-rs/pull/1199
2419

0 commit comments

Comments
 (0)