Skip to content

v2.7.13

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 20:58
· 1306 commits to master since this release
14b3de9

Quick Start

Non-HA:

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

HA:

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

  • 5a1f5c6: fix(health): spec.executor.instances is Optional, Support a flexible number of executors (#11877) (#15201) (@gcp-cherry-pick-bot[bot])
  • 514ff2c: fix(appset): bitbucket server scm provider EOF on empty repo (#14411) (#15204) (@gcp-cherry-pick-bot[bot])
  • ece9d1b: fix: Disable keep alives for helm https connections (#13849) (@mkekeberg)
  • 0044e79: fix: requeue ApplicationSet if there are validation errors (#14429) (#15207) (@gcp-cherry-pick-bot[bot])

Documentation

Other work

Full Changelog: v2.7.12...v2.7.13