Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.18/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.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 29 contributions from 12 contributors (6 of them new) with 0 features and 10 bug fixes.
A special thanks goes to the 6 new contributors:
- Edmund Rhudy
- Justin Marquis
- Michael Merrill
- Michael Vittrup Larsen
- Nicholas Morey
- Shuai Zhang
Bug fixes (10)
- fix: pin kubectl version (#11726)
- fix(helm): login OCI Helm dependencies correctly (#8563) (#11327)
- fix(helm): helm v3 doesn't have these flags (#11100) (#11540)
- fix: add missing changes for bitbucket cloud SCM provider (#10143) (#11150)
- fix: expose missing ReactDOM to enable extensions implementation (#11495)
- fix: application stuck in infinite reconciliation loop if using wrong project (#11246)
- fix: set HELM_CONFIG_HOME dir for oci registry authentication; fixes: #11284 (#11285)
- fix: UI can now get clusters with slashes in name (#9812) (#9813)
- 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 (15)
- chore: fix flaky e2e test for immutable fields (#11685)
- chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#11679)
- chore: fix flaky e2e test (#11670)
- chore: fix flaky e2e test (#11509) (#11654)
- 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)