Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.15/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.15/manifests/ha/install.yaml
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
- 1199f59: fix(appset): performProgressiveSyncs only when the applicationset is using it (#15299) (#15992) (@gcp-cherry-pick-bot[bot])
- e74c6ca: fix(notifications): Allow notifications controller to notify on all namespaces (cherry-pick 2.7) (#15856) (@crenshaw-dev)
- 733bcab: fix(server): not need send application if it is not under enabled namespaces (#14479) (#15474) (@jannfis)
- 257be07: fix: Allow retrieving badges in other namespaces (#15468) (#15483) (@jannfis)
- 8da0d9e: fix: Updated docs about using a slash in ignoreDifferences (#15144) (#15169) (@gcp-cherry-pick-bot[bot])
- 6ab8512: fix: argocd notification controller app cluster permission issue (#16057) (#16161) (@gcp-cherry-pick-bot[bot])
- 67734db: fix: handle annotations for resources with ':' in the name (#15101) (#15380) (#15413) (@gcp-cherry-pick-bot[bot])
- 0b4d410: fix: helm set parameter to allow passing list parameters (#15978) (#15995) (@gcp-cherry-pick-bot[bot])
- 3cc00d2: fix: make WatchResourceTree use namespaced cache key (#15258) (#15523) (@gcp-cherry-pick-bot[bot])
Documentation
- 5d14411: docs(cmp): fix CMP param getter example (#16077) (#16190) (#16199) (@gcp-cherry-pick-bot[bot])
- 86b3827: docs: 'action' RBAC example for Kind without group (#15589) (#15598) (@gcp-cherry-pick-bot[bot])
- 51b1d50: docs: Fix docs for destinations in AppProjects (#15153) (#15182) (#15539) (@gcp-cherry-pick-bot[bot])
Dependency updates
- 66a8905: chore(deps): bump cosign-installer from 3.0.1 to 3.2.0 (#16537) (@crenshaw-dev)
- 007dc54: chore(deps): upgrade Go version to 1.20 (#16100) (@iam-veeramalla)
Other work
- 5e71872: chore: Upgrade Redis to redis:7.0.14 (#16164) (#16221) (@shyukri)
- 485731d: fix(#12862): Update FlinkDeployment health check to support Flink v1.x (#15065) (#15559) (@gcp-cherry-pick-bot[bot])
- 0ef9f09: fix(repo-server): avoid fetching commit sha for multisource applications (#15037) (#15067) (#15556) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.7.14...v2.7.15