Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.14/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.14/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.
Security (1)
- Merge pull request from GHSA-c8xw-vjgf-94hr
Changes
This release includes 28 contributions from 7 contributors (1 of them new) with 0 features and 12 bug fixes.
A special thanks goes to the 1 new contributor:
- Marie Katrine Ekeberg
Security (1)
- Merge pull request from GHSA-c8xw-vjgf-94hr
Bug fixes (12)
- fix: Disable keep alives for helm https connections (#13848)
- fix(ui): code lint (#15150) (#15162)
- fix: windows build (#15154) (#15158)
- fix(cmp): send sigterm to cmp commands before sigkill to allow for potential cleanup (#9180) (#14955) (#14960)
- fix: ManagedResources API should not return diff for hooks (#14816) (#14828)
- fix(controller): cache deadlock on delete and re-add cluster (cherry-pick #14780) (#14814)
- fix: OCI dependency url can't contain part of repository (#14699) (#14758)
- fix(sso): Set redirectURI for gitea, google, oauth Dex connectors (#11237) (#14738)
- fix(server): handle PATCH in http/s server (#2677) (#14530) (#14733)
- fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"(#14227) ( #14227) (#14689) (#14690)
- fix: webhook handler fails to refresh when alternate application namespaces are configured (#13976) (#14654)
- fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field (#13813) (#14216) (#14628)
Documentation (9)
- docs(progressive syncs): specify which ConfigMap to use (#15119) (#15135)
- docs: add docs for various annotations and labels (#14020) (#15114)
- docs: fix typo (#15083) (#15088)
- docs: document permitOnlyProjectScopedClusters field (#15076) (#15080)
- docs: Update Generators-Git.md (#14921) (#14936)
- docs: add ignoreDifferences name and namespace fields (#14741) (#14807)
- docs: Update application.yaml (#14742) (#14811)
- docs: Clarify that security policy covers last 3 versions (cherry-pick #14786) (#14793)
- docs: Skip
export
keyword in notification docs (#14633) (#14644)
Other (4)
- Revert "Bump version to 2.6.14"
- fix(ui): COPY JSON for ArgoCD version should include trailing newline (#5117) (#14917) (#14940)
- docs: Change Generator docs for List Generator to note any key/value pairs can be used (#14825) (#14834)
- chore: Print in-cluster svr addr disabled warning when server starts (#14684)