You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched the issue queue to verify this is not a duplicate bug report.
I've included steps to reproduce the bug.
I've pasted the output of kargo version.
I've pasted logs, if applicable.
Description
When using the promotion step helm-update-image or yaml-update to update more than 1 image, the commit message will always indicate that all images were updated, even if some images remain identical between promotions.
Note that this has no impact on what is deployed, so I consider this as a minor issue. It rather improves the git logs to show only which images really changed between promotions.
Wait for Freight to be generated containing the latest images of both containers. Then manually create new Freight, but change the image for only one of the 2 containers. When promoting this new piece of Freight, you will see that the commit message indicates that both images have been updated.
Version
Kargo main branch
The text was updated successfully, but these errors were encountered:
When an image of a promoted piece of Freight is identical to the image in the Freight that is currently being used, this probably shouldn't be part of the updates. I didn't immediately see a quick reference to the Freight that is currently being used for the Stage, so feel free to give some input.
Checklist
kargo version
.Description
When using the promotion step
helm-update-image
oryaml-update
to update more than 1 image, the commit message will always indicate that all images were updated, even if some images remain identical between promotions.Note that this has no impact on what is deployed, so I consider this as a minor issue. It rather improves the git logs to show only which images really changed between promotions.
Screenshots
yaml-update:
helm-update-image:
Steps to Reproduce
Create following
Project
:Create following
Warehouse
:Create following
Stage
:Wait for
Freight
to be generated containing the latest images of both containers. Then manually create newFreight
, but change the image for only one of the 2 containers. When promoting this new piece ofFreight
, you will see that the commit message indicates that both images have been updated.Version
Kargo main branch
The text was updated successfully, but these errors were encountered: