v2.11.4
github-actions
released this
02 Jul 19:52
·
1383 commits
to master
since this release
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/ha/install.yaml
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Features
- d75b23b: Revert "feat(server): log app Spec along with event (#16416)" (#18458) (#18639) (@gcp-cherry-pick-bot[bot])
Bug fixes
- 24b198b: fix(appset): revert "keep reconciling even when params error occurred" (#17062) (#18781) (@crenshaw-dev)
- bfbceff: fix(controller): bad server-side diffs (#18213) (2.11) (#18868) (@crenshaw-dev)
- 07880f3: fix(webhook): bitbucket and azure not triggering refresh (#18289) (#18765) (#18819) (@gcp-cherry-pick-bot[bot])
- b5c13b6: fix: Update braces package to 3.0.3 (#18459) (#18663) (@gcp-cherry-pick-bot[bot])
- 5fd645f: fix: docs site version selector broken (#18378) (#18724) (@gcp-cherry-pick-bot[bot])
- 0d1709f: fix: update static schemas (#18889) (@crenshaw-dev)
Documentation
- 0e71f09: docs: Fix .path to .path.segments go template (#18872) (#18874) (@gcp-cherry-pick-bot[bot])
Dependency updates
- c2bd38a: chore(deps): upgrade redis to 7.2.15-alpine (cherry-pick release-2.11) (#18640) (@34fathombelow)
Other work
- 13844b9: chore: bump go version to 1.21.10 (#18540) (@34fathombelow)
- e1284e1: remove unwanted updating of source-position in app set command (#18887) (#18896) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.11.3...v2.11.4