v2.7.8
github-actions
released this
19 Jul 15:58
·
2282 commits
to master
since this release
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/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
- 697f2d4: fix(appset): normalize app spec before applying (#14481) (#14555) (@gcp-cherry-pick-bot[bot])
- c45665f: fix(cli): allow argocd cli app command for multi source apps (#14256) (#14587) (@gcp-cherry-pick-bot[bot])
- 62e9973: fix(cli): argocd CLI RBAC validation doesn't work on actions (#13911) (#14578) (#14582) (@gcp-cherry-pick-bot[bot])
- fe4ba23: fix(cli): fix tracking annotation diff for non-namespaced resources (#14508) (@maxbrunet)
- 687323f: fix: 'argocd-server-tls' Secret should be loaded from informer (#14522) (#14547) (@gcp-cherry-pick-bot[bot])
- 4f1d876: fix: Correct pod log viewer to support short log lines. Fixes #14402 (#14543) (#14562) (@gcp-cherry-pick-bot[bot])
- 2b326dc: fix: Fix pod log viewer scrollbars (#14199) (#14419) (@gcp-cherry-pick-bot[bot])
- 85e5b0b: fix: Update bitbucket.org rsa ssh key (#14392) (#14397) (@gcp-cherry-pick-bot[bot])
- 7d67b4d: fix: warn instead of error on failure to get plugin app details (#14430) (@crenshaw-dev)
Documentation
- da5dab7: docs: Correct example ClusterRole to allow Events in any namespace (#14544) (#14551) (@gcp-cherry-pick-bot[bot])
- 63c45b3: docs: Update SLSA verification commands (#14437) (#14455) (@gcp-cherry-pick-bot[bot])
- cb06d7d: docs: managedFieldsManagers example in docs needs double-quotes (#14324) (#14372) (@gcp-cherry-pick-bot[bot])
- d9dfdae: docs: typofix (#14344) (#14356) (@gcp-cherry-pick-bot[bot])
Other work
- 490fb79: Cherry[2.7] Helm repository might affect manifest generation of not related helm charts (#14528) (@alexmt)
Full Changelog: v2.7.7...v2.7.8