Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
What changed?
Add suspended-by and suspended-comment annotations to objects being suspended
Remove suspended-by and suspended-comment annotations from objects being resumed
Why was this change made?
To log who/what performed the suspending action on the resource
How was this change implemented?
Adding the annotations needed indicating suspended-by and suspended-comment that could possibly include extra details regarding the suspension
How did you validate the change?
unit tests
manually check annotations returned in objects suspended
Closes BE part of https://github.com/weaveworks/weave-gitops-enterprise/issues/3546
What changed? Add suspended-by and suspended-comment annotations to objects being suspended Remove suspended-by and suspended-comment annotations from objects being resumed
Why was this change made? To log who/what performed the suspending action on the resource
How was this change implemented? Adding the annotations needed indicating
suspended-by
andsuspended-comment
that could possibly include extra details regarding the suspensionHow did you validate the change?
Release notes
Documentation Changes