Alexander Matyushentsev
Alexander Matyushentsev
Closes https://github.com/argoproj/argo-cd/issues/15126 PR adds `patchStrategy:"replace"` tag to the `status.sync.comparedTo` field to avoid ` unable to find api field in struct` error during calculating patch.
# Checklist * [x] I've searched the issue queue to verify this is not a duplicate bug report. * [X] I've included steps to reproduce the bug. * [ ]...
Once state is "promoted" the Kargo should re-apply promotions change then the deviation is detected: Lets use `kargo-demo-test` from quick start: 1. Create stage ```yaml apiVersion: kargo.akuity.io/v1alpha1 kind: Stage metadata:...
"Current freight" is misleading since Kargo does not assess what stage is running. We should rename "Current freight" to "last promoted" to resolve the confusion.
# Summary Users should be able to manage ApplicationSet instances using Argo CD UI/CLI/API same as Application objects. # Motivation In order to improve the experience users need the ability...
# Checklist * [x] I've searched the issue queue to verify this is not a duplicate bug report. * [x] I've included steps to reproduce the bug. * [x] I've...
PR implements `argocd admin appset generate` that helps troubleshooting appset issues. Examples: ```bash argocd admin appset generate ~/go/src/github.com/argoproj/argo-cd/applicationset/examples/list-generator/list- ``` output ``` yaml - apiVersion: argoproj.io/v1alpha1 kind: Application metadata: finalizers: -...
The proposal documents a new sync option that allows end user to manually approve resource deletion while application syncing/deletion.
# Checklist * [x] I've searched the issue queue to verify this is not a duplicate bug report. * [x] I've included steps to reproduce the bug. * [x] I've...
# Description PR adds [watch-diff](https://github.com/alexmt/kubectl-watch-diff/) plugin. # Testing The `watch-diff.yaml` krew config file was verified manually: ```bash $ kubectl krew install --manifest=plugins/watch-diff.yaml Installing plugin: watch-diff Installed plugin: watch-diff \ |...