Update quay.io/argoproj/argocd Docker tag to v2.7.9
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.7.8 -> v2.7.9
|
quay.io/argoproj/argocd | patch |
v2.7.8 -> v2.7.9
|
|
quay.io/argoproj/argocd | stage | patch |
v2.7.8 -> v2.7.9
|
Release Notes
argoproj/argo-cd
v2.7.9
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.9/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.9/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
-
f1bfa8c
: fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field (#13813) (#14216) (#14627) (@gcp-cherry-pick-bot[bot]) -
53eeed0
: fix(ui): correctly align status column in application resource list (#14618) (@aslafy-z) -
ba44ddb
: fix: webhook handler fails to refresh when alternate application namespaces are configured (#13976) (#14653) (@gcp-cherry-pick-bot[bot])
Documentation
-
0d24330
: docs: Skipexport
keyword in notification docs (#14633) (#14643) (@gcp-cherry-pick-bot[bot])
Other work
-
8249edd
: docs(deep-links): Fix link to pkg.go.dev to not return 404 (#14595) (#14640) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.8...v2.7.9
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.