Update quay.io/argoproj/argocd Docker tag to v2.12.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | patch |
v2.12.1 -> v2.12.2
|
|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.12.1 -> v2.12.2
|
quay.io/argoproj/argocd | stage | patch |
v2.12.1 -> v2.12.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.12.2
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.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
-
b068220
: fix(appset): informer is not a kubernetes informer (#18905) (#19618) (#19636) (@gcp-cherry-pick-bot[bot]) -
7244c2d
: fix(appset): remove cache references (#19652) (@rumstead) -
c873d5c
: fix: Floating title content incorrect for multi-sources (#17274) (#19623) (#19627) (@gcp-cherry-pick-bot[bot]) -
88f85da
: fix: Parse hostname correctly from repoURL to fetch correct CA cert (#19488) (#19602) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.1...v2.12.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.