github argoproj/argo-cd v2.7.4

latest releases: v2.11.0-rc2, v2.8.16, v2.9.12...
10 months ago

Quick Start

Non-HA:

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

HA:

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

  • 23a0799: feat: add css to support external custom style (#13279) (#13746) (@gcp-cherry-pick-bot[bot])
  • ed828e9: feat: add ssh.github.com to SSH known hosts (#13592) (#13765) (@gcp-cherry-pick-bot[bot])

Bug fixes

Documentation

  • 7b428e9: docs: Fixed titles in app deletion doc (#13469) (#13782) (@gcp-cherry-pick-bot[bot])
  • 97cf0bf: docs: Update disaster_recovery.md to reflect quay.io as docker container registry (#13520) (#13790) (@gcp-cherry-pick-bot[bot])
  • 80c2912: docs: add helm values declarative syntax (#13661) (#13778) (@gcp-cherry-pick-bot[bot])
  • 3f33817: docs: correct indentation for gke ingress (#13680) (#13761) (@gcp-cherry-pick-bot[bot])
  • 8d23f51: docs: fix deep links docs formatting (#13747) (#13837) (@gcp-cherry-pick-bot[bot])
  • 0e7ce4d: docs: fix incorrect instructions for site documentation (#13209) (#13773) (@gcp-cherry-pick-bot[bot])
  • 6f4b4d3: docs: redirect old CMP page to new one (#13877) (#13878) (@gcp-cherry-pick-bot[bot])
  • fb2e33b: docs: update openunison authChainName (#13531) (#13793) (@gcp-cherry-pick-bot[bot])

Other work

  • afe3b81: fix(appset) [ISSUE-13501] adjust NotIn operator behavior of AppSet Progressive Syncs to match documentation (#13551) (#13760) (@gcp-cherry-pick-bot[bot])

Full Changelog: v2.7.3...v2.7.4

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.