Skip to content

Commit e4f1f88

Browse files
committed
move field name change under changed section
1 parent c6357c5 commit e4f1f88

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: The `ResolvedProductImage` field `app_version_label` was renamed to `app_version_label_value` to match changes to its type ([#1076]).
10+
711
### Fixed
812

913
- 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-
The `ResolvedProductImage` field `app_version_label` was renamed to `app_version_label_value` to match its type ([#1076]).
14+
This is the case when referencing custom images via a `@sha256:...` hash. As such, the `product_image_selection::resolve` function is now fallible ([#1076]).
15+
1216

1317
[#1076]: https://github.com/stackabletech/operator-rs/pull/1076
1418

0 commit comments

Comments
 (0)