github argoproj/argo-cd v2.7.0

latest releases: v2.9.16, v2.8.20, v2.10.11...
13 months ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/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

Features

Bug fixes

  • 1adbebf: fix(ui): use name instead of title for CMP parameters (#13250) (#13337) (@gcp-cherry-pick-bot[bot])
  • d6e5768: fix: Disable scrollbars on pod logs viewer. Fixes #13266 (#13294) (#13397) (@gcp-cherry-pick-bot[bot])
  • daa9d4e: fix: Update .goreleaser.yaml (#13260) (#13263) (@gcp-cherry-pick-bot[bot])
  • 6ec093d: fix: remove false positive for no-discovery cmp; log string, not bytes (#13251) (#13336) (@gcp-cherry-pick-bot[bot])

Documentation

  • a707ab6: docs: Application Info field documentation (#10814) (#13351) (#13377) (@gcp-cherry-pick-bot[bot])
  • a29a2b1: docs: Fix wrong link to non existing page for applicationset reference (#13207) (#13247) (@gcp-cherry-pick-bot[bot])
  • bd9ef3f: docs: s/No supported/Not supported (#13189) (#13253) (@gcp-cherry-pick-bot[bot])

Other work

Full Changelog: v2.7.0-rc2...v2.7.0

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.