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.
6
6
7
7
### Fixed
8
8
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 .
11
11
12
12
[ #1076 ] : https://github.com/stackabletech/operator-rs/pull/1076
13
13
You can’t perform that action at this time.
0 commit comments