github argoproj/argo-cd v2.5.18

latest releases: v2.8.14, v2.9.10, v2.10.5...
9 months ago

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.18/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 12 contributions from 5 contributors (3 of them new) with 0 features and 5 bug fixes.

A special thanks goes to the 3 new contributors:

  • Brian Fox
  • Lewis Marsden-Lambert
  • Tete17

Bug fixes (5)

  • fix(appset): Post selector with Go templates in ApplicationSet (cherry-pick #13584) (#13824)
  • fix: ensure repositories are correctly marked with inherited creds in CLI output (#13428) (#13808)
  • fix(ui): Stop using the deprecated url format for gitlab instances (#13687) (#13797)
  • fix: Regression in signature verification for git tags (#12797) (#13111)
  • fix(appset): allow cluster urls to be matched (#13715) (#13772)

Documentation (6)

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

Other (1)

  • test: remove testmatchvaluesgotemplate (#13787)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.