Skip to content

v2.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 19:40
· 1283 commits to master since this release
a33baa3

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

🛑 Known Issues

Sidecar-installed Config Management Plugin discovery may fail for Applications whose spec.source.path is not "" or ".". If you use sidecar Config Management Plugins which rely on running discovery rules in the Application's specified path, your Application may fail to refresh with an error about no supported plugins being found, or the CMP may incorrectly claim that it does support the app, and it may produce unpredictable manifests, including no manifests, which will prune all your resources.

If you are affected, use >= 2.7.5.

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