File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/stackable-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
7
7
### Fixed
8
8
9
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 ] ).
10
+ The ` product_image_selection::resolve ` now returns a ` Result<ResolvedProductImage, Error> ` instead of a ` ResolvedProductImage ` ([ #1076 ] ).
11
11
12
12
[ #1076 ] : https://github.com/stackabletech/operator-rs/pull/1076
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pub const STACKABLE_DOCKER_REPO: &str = "oci.stackable.tech/sdp";
11
11
12
12
#[ derive( Debug , Snafu ) ]
13
13
pub enum Error {
14
- #[ snafu( display( "could not parse or create label from app version ` {app_version}` " ) ) ]
14
+ #[ snafu( display( "could not parse or create label from app version {app_version:?} " ) ) ]
15
15
AppVersionLabelParseFailed {
16
16
source : LabelValueError ,
17
17
app_version : String ,
You can’t perform that action at this time.
0 commit comments