From 4ceafa2c82bb0bee121212513cc3e887d29e0917 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Thu, 9 Nov 2023 19:02:33 +0100 Subject: [PATCH] update changelog entry text Signed-off-by: Andreas Gerstmayr --- .chloggen/unset_images_in_cr.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.chloggen/unset_images_in_cr.yaml b/.chloggen/unset_images_in_cr.yaml index d4e1f8d20..76361b2bd 100644 --- a/.chloggen/unset_images_in_cr.yaml +++ b/.chloggen/unset_images_in_cr.yaml @@ -13,4 +13,6 @@ issues: [674] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document. # Use pipe (|) for multiline entries. -subtext: From 0.6.0 onwards, the image location is not stored in the TempoStack CR unless it got changed manually +subtext: | + This upgrade reverts any change to the `spec.images` fields of any TempoStack instance. + Beginning with version 0.6.0, the image location is not stored in the TempoStack instance unless it is changed manually.