Ishita Sequeira
Ishita Sequeira
Closes #7352 Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link...
Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link next to...
The PR focusses on 4 commands: * `argocd app create` - The current app create command works with file option for creating multi-source apps but overrides parameters only for 1st...
The PR adds support for multiple sources to `argocd app sync` command. As part of this PR, the support for multiple sources is by the addition of 2 new flags...
Fixes https://github.com/argoproj/argo-cd/issues/18359. To be cherry-picked in release-2.11. Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or...
Add e2e test for app-wide-upgrade-strategy
Add e2e tests for apps in any namespace feature
Image Updater provides some functionality that can be reused by other projects, most notably the feature to inspect OCI and Docker registries' contents and pick an image based on some...