Update quay.io/argoproj/argocd Docker tag to v2.12.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | patch |
v2.12.4 -> v2.12.5
|
|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.12.4 -> v2.12.5
|
quay.io/argoproj/argocd | stage | patch |
v2.12.4 -> v2.12.5
|
⚠ 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.5
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/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
-
53bb2e4
: fix(ci): handle new k3s test version matrix (#20223) (#20427) (#20434) (@gcp-cherry-pick-bot[bot]) -
3ff57d2
: fix(cli): cherrypick Redis password fix #19599 into 2.12 (#20262) (@NetanelK) -
6e6857e
: fix(ui): source can in fact beundefined
(#20381) (#20420) (@blakepettersson) -
e2eb54c
: fix: cherrypick semver fix #20096 into 2.12 (#20215) (@PaulSonOfLars) -
50271e1
: fix: prevent crash during timer expiration after stream is closed (#19917) (#20271) (@agaudreault)
Documentation
-
ee4f09e
: docs(ui): sorting version (#20181) (#20204) (@gcp-cherry-pick-bot[bot])
Other work
-
a05b042
: chore(tests): fix erroneous cherry-pick (#20274) (@crenshaw-dev) -
5f5fb0d
: fix(controller/ui): fix pod with sidecar state (#19843) (#20394) (@linghaoSu)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.4...v2.12.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.