We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e88ff commit 8bfb046Copy full SHA for 8bfb046
crates/stackable-operator/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Fixed
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]).
11
12
+[#1076]: https://github.com/stackabletech/operator-rs/pull/1076
13
14
## [0.94.0] - 2025-07-10
15
16
### Added
0 commit comments