Update quay.io/argoproj/argocd Docker tag to v2.13.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | patch |
v2.13.1 -> v2.13.2
|
|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.13.1 -> v2.13.2
|
quay.io/argoproj/argocd | stage | patch |
v2.13.1 -> v2.13.2
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
argoproj/argo-cd (quay.io/argoproj/argocd)
v2.13.2
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/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
-
ad36916
: fix(cli): Fix appset generate in --core mode (#20717) (#20883) (@gcp-cherry-pick-bot[bot]) -
01ae20d
: fix: 20791 - sync multi-source application out of order source syncs (cherry-pick #21071) (#21077) (@gcp-cherry-pick-bot[bot]) -
831e452
: fix: API server should not attempt to read secrets in all namespaces (#20950) (#20960) (@gcp-cherry-pick-bot[bot]) -
a3624a3
: fix: Allow to delete repos with invalid urls (#20921) (#20975) (#21116) (@gcp-cherry-pick-bot[bot]) -
89ef356
: fix: Bitbucket Cloud MR Author is processed correctly (#20769) (#20990) (#21039) (@gcp-cherry-pick-bot[bot]) -
f8d6665
: fix: Memory leak in repo-server (#20876) (#20894) (@gcp-cherry-pick-bot[bot]) -
b6af657
: fix: add missing fields in listrepositories (#20991) (#21129) (@blakepettersson)
Dependency updates
-
0680ddb
: chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 in /ui (#20518) (#20892) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.1...v2.13.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.