Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.12/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 24 contributions from 11 contributors (7 of them new) with 0 features and 7 bug fixes.
A special thanks goes to the 7 new contributors:
- asingh
- cleverhu
- Edmund Rhudy
- Justin Marquis
- Michael Vittrup Larsen
- Nicholas Morey
- Shuai Zhang
Bug fixes (7)
- fix: pin kubectl version (#11726)
- fix: Fix a nil pointer crash for repo server (#10696)
- fix: application stuck in infinite reconciliation loop if using wrong project (#11246)
- fix: UI can now get clusters with slashes in name (#9812) (#9813)
- fix: Undefined cluster in UI when app is referencing cluster by name (#9493)
- fix: allow resolving repo root as jsonnet lib path (#11119)
- fix: use non distroless image for dex (#11219)
Documentation (4)
- docs: Clarification of the create namespace feature (#11723)
- docs: kustomize has access to build environment (#11643)
- docs: add warning for user when using replace sync option (#11566)
- docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#11565)
Other (13)
- chore: fix flaky e2e test for immutable fields (#11685)
- chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#11679)
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#11533)
- Revert "fix: application stuck in infinite reconciliation loop if using wrong project (#11246)"
- chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#11535)
- chore(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#11534)
- chore: pin actions (#11360)
- chore: use set-output environment file (#10999)
- chore(deps): bump actions/upload-artifact from 2 to 3 (#11365)
- chore(deps): bump actions/setup-node from 1 to 3 (#11364)
- chore(deps): bump codecov/codecov-action from 1 to 3 (#11362)
- chore(deps): bump actions/download-artifact from 2 to 3 (#11361)
- chore: use --password-stdin for docker login (#11331)