Skip to content

v2.7.8

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 15:58
· 2282 commits to master since this release
92949f6

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

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