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