chore(deps): update dependency argoproj/argo-cd to v2.11.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.11.2 -> v2.11.4
|
Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v2.11.4
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: https://github.com/argoproj/argo-cd/compare/v2.11.3...v2.11.4
v2.11.3
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/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
Bug fixes
-
46342a9
: fix: app names with non-alphanumeric characters in position 63 break syncs (issue #18237) (#18256) (#18439) (@gcp-cherry-pick-bot[bot])
Other work
-
e01bb53
: Merge pull request from GHSA-3cqf-953p-h5cp (@pasha-codefresh) -
320abb8
: Merge pull request from GHSA-87p9-x75h-p4j2 (@blakepettersson) -
cf17283
: fix source ordering issue in manifest generation for multi-source app while using manifests and diff commands (#18395) (#18408) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.