Update quay.io/argoproj/argocd Docker tag to v2.7.8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.7.7 -> v2.7.8
|
quay.io/argoproj/argocd | patch |
v2.7.7 -> v2.7.8
|
|
quay.io/argoproj/argocd | stage | patch |
v2.7.7 -> v2.7.8
|
Release Notes
argoproj/argo-cd
v2.7.8
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/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
-
697f2d4
: fix(appset): normalize app spec before applying (#14481) (#14555) (@gcp-cherry-pick-bot[bot]) -
c45665f
: fix(cli): allow argocd cli app command for multi source apps (#14256) (#14587) (@gcp-cherry-pick-bot[bot]) -
62e9973
: fix(cli): argocd CLI RBAC validation doesn't work on actions (#13911) (#14578) (#14582) (@gcp-cherry-pick-bot[bot]) -
fe4ba23
: fix(cli): fix tracking annotation diff for non-namespaced resources (#14508) (@maxbrunet) -
687323f
: fix: 'argocd-server-tls' Secret should be loaded from informer (#14522) (#14547) (@gcp-cherry-pick-bot[bot]) -
4f1d876
: fix: Correct pod log viewer to support short log lines. Fixes #14402 (#14543) (#14562) (@gcp-cherry-pick-bot[bot]) -
2b326dc
: fix: Fix pod log viewer scrollbars (#14199) (#14419) (@gcp-cherry-pick-bot[bot]) -
85e5b0b
: fix: Update bitbucket.org rsa ssh key (#14392) (#14397) (@gcp-cherry-pick-bot[bot]) -
7d67b4d
: fix: warn instead of error on failure to get plugin app details (#14430) (@crenshaw-dev)
Documentation
-
da5dab7
: docs: Correct example ClusterRole to allow Events in any namespace (#14544) (#14551) (@gcp-cherry-pick-bot[bot]) -
63c45b3
: docs: Update SLSA verification commands (#14437) (#14455) (@gcp-cherry-pick-bot[bot]) -
cb06d7d
: docs: managedFieldsManagers example in docs needs double-quotes (#14324) (#14372) (@gcp-cherry-pick-bot[bot]) -
d9dfdae
: docs: typofix (#14344) (#14356) (@gcp-cherry-pick-bot[bot])
Other work
-
490fb79
: Cherry[2.7] Helm repository might affect manifest generation of not related helm charts (#14528) (@alexmt)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.7...v2.7.8
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.