github argoproj/argo-cd v2.6.9

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.6.9/manifests/install.yaml

HA:

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 15 contributions from 5 contributors (3 of them new) with 0 features and 8 bug fixes.

A special thanks goes to the 3 new contributors:

  • Brian Fox
  • Lewis Marsden-Lambert
  • Tete17

Bug fixes (8)

  • fix(ui): Patch Resource missing appNamespace (#13839) (#13841)
  • fix(appset): Post selector with Go templates in ApplicationSet (cherry-pick #13584) (#13823)
  • fix: ensure repositories are correctly marked with inherited creds in CLI output (#13428) (#13809)
  • fix(ui): Stop using the deprecated url format for gitlab instances (#13687) (#13796)
  • fix: Regression in signature verification for git tags (#12797) (#13112)
  • fix(appset): allow cluster urls to be matched (#13715) (#13771)
  • fix: argocd app sync/wait falsely failed with completed with phase: Running (#13637) (#13673)
  • fix: prevent concurrent processing if kustomize commonAnnotations exist (#13697) (#13703)

Documentation (6)

  • docs: update openunison authChainName (#13531) (#13794)
  • docs: Update disaster_recovery.md to reflect quay.io as docker container registry (#13520) (#13791)
  • docs: Fixed titles in app deletion doc (#13469) (#13783)
  • docs: add helm values declarative syntax (#13661) (#13779)
  • docs: fix incorrect instructions for site documentation (#13209) (#13774)
  • docs: correct indentation for gke ingress (#13680) (#13762)

Other (1)

  • test: remove testmatchvaluesgotemplate (#13786)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.