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
Stages who don't have verification in spec are having verification history in status when promoted. This is populating empty verification entries in UI
Screenshots
Steps to Reproduce
Create stage without verification in spec
Promote to that stage
Open stage details in UI and go to Verifications tab
Version
main
Logs
Paste any relevant application logs here.
The text was updated successfully, but these errors were encountered:
This was a deliberate change. When there's no user-defined verification process, verification is implicit when a Stage becomes healthy for the first time following recent promotion. Things have always worked this way. It's just that we didn't used to make a record of it and now we do. Having that record simplifies a lot of other things.
I actually find it nice that these show up in the UI as well. It makes it more clear that some kind of verification did indeed take place.
I was caught off guard by this change, but can understand how it could be useful.
That said, if my Stage doesn't have verification defined, I wouldn't expect entries in my verification tab. And the empty columns don't really display any useful information. At the least, I suggest we offer a checkbox to filter out these "implicit" verifications.
Checklist
kargo version
.Description
Stages who don't have
verification
in spec are having verification history in status when promoted. This is populating empty verification entries in UIScreenshots
Steps to Reproduce
verification
in specVersion
Logs
The text was updated successfully, but these errors were encountered: