Skip to content

v2.7.15

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 15:59
· 1309 commits to master since this release
66a8905

Quick Start

Non-HA:

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

HA:

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

  • 1199f59: fix(appset): performProgressiveSyncs only when the applicationset is using it (#15299) (#15992) (@gcp-cherry-pick-bot[bot])
  • e74c6ca: fix(notifications): Allow notifications controller to notify on all namespaces (cherry-pick 2.7) (#15856) (@crenshaw-dev)
  • 733bcab: fix(server): not need send application if it is not under enabled namespaces (#14479) (#15474) (@jannfis)
  • 257be07: fix: Allow retrieving badges in other namespaces (#15468) (#15483) (@jannfis)
  • 8da0d9e: fix: Updated docs about using a slash in ignoreDifferences (#15144) (#15169) (@gcp-cherry-pick-bot[bot])
  • 6ab8512: fix: argocd notification controller app cluster permission issue (#16057) (#16161) (@gcp-cherry-pick-bot[bot])
  • 67734db: fix: handle annotations for resources with ':' in the name (#15101) (#15380) (#15413) (@gcp-cherry-pick-bot[bot])
  • 0b4d410: fix: helm set parameter to allow passing list parameters (#15978) (#15995) (@gcp-cherry-pick-bot[bot])
  • 3cc00d2: fix: make WatchResourceTree use namespaced cache key (#15258) (#15523) (@gcp-cherry-pick-bot[bot])

Documentation

Dependency updates

Other work

Full Changelog: v2.7.14...v2.7.15