Skip to content

Commit e38c0b8

Browse files
Update crates/stackable-operator/CHANGELOG.md
Co-authored-by: Techassi <[email protected]>
1 parent c69e5de commit e38c0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stackable-operator/CHANGELOG.md

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

77
### Fixed
88

9-
- BREAKING: Fixed bug where `app_version_label` could not be used for metadata `Label` when using a hash in custom images.
10-
The `product_image_selection::resolve` now returns a `Result<ResolvedProductImage, Error>` instead of a `ResolvedProductImage` ([#1076]).
9+
- BREAKING: Fix bug where `ResolvedProductImage::app_version_label` could not be used as a label value because it can contain invalid characters.
10+
This is the case when referencing custom images via a `@sha256:...` hash. As such, the `product_image_selection::resolve` function is now fallible.
1111

1212
[#1076]: https://github.com/stackabletech/operator-rs/pull/1076
1313

0 commit comments

Comments
 (0)