chore(deps): update dependency argoproj/argo-cd to v2.7.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.7.2 -> v2.7.3
|
Release Notes
argoproj/argo-cd
v2.7.3
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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
-
3778173
: Revert "fix: interpolate gen fix (#12716) (#13061)" (#13666) (#13668) (@gcp-cherry-pick-bot[bot]) -
b0df91d
: fix(appset): handle templating of raw JSON fields (#12947) (#12949) (#13654) (@gcp-cherry-pick-bot[bot]) -
0794a14
: fix: Reduce of empty array with no initial value for LogsView (#13620) (#13651) (@gcp-cherry-pick-bot[bot]) -
fb2ae11
: fix: append elementsYaml in order to keep fields order (#13335) (#13508) (@crenshaw-dev) -
a565d7d
: fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock (#13636) (#13648) (@gcp-cherry-pick-bot[bot]) -
3f8bd11
: fix: consume cluster cache deadlock fix from gitops-engine (#13612) (@jaideepr97) -
6d85d6f
: fix: deeplinks API checking wrong permissions (#13664) (#13670) (@gcp-cherry-pick-bot[bot]) -
d80a5d1
: fix: deeplinks fails when app uses cluster name (#13564) (#13569) (@gcp-cherry-pick-bot[bot]) -
ecbb7aa
: fix: prevent concurrent processing if kustomize commonAnnotations exist (#13697) (#13702) (@gcp-cherry-pick-bot[bot]) -
9599930
: fix: set containerName value for log view selector (#13587) (#13638) (@gcp-cherry-pick-bot[bot])
Documentation
-
ba17262
: docs: Update kustomize resource to correct path (#13196) (#13632) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.