Update quay.io/argoproj/argocd Docker tag to v2.7.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.7.4 -> v2.7.5
|
quay.io/argoproj/argocd | patch |
v2.7.4 -> v2.7.5
|
|
quay.io/argoproj/argocd | stage | patch |
v2.7.4 -> v2.7.5
|
Release Notes
argoproj/argo-cd
v2.7.5
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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
-
cbed3d4
: fix(cli): support application in any namespace withargocd app diff
(#13978) (#13980) (#14061) (@gcp-cherry-pick-bot[bot]) -
dbb488a
: fix(cmp): discover plugins relative to app path (#13940) (#13946) (#14084) (@crenshaw-dev) -
2552c54
: fix(ui): Fix Patch and Get Manifests (#13949) (#13952) (@gcp-cherry-pick-bot[bot]) -
0df4093
: fix(ui): soften readiness gate failure message (#13972) (#14076) (#14079) (@crenshaw-dev) -
dd565e7
: fix: Multi source apps resolve revision in .status field (#14081) (#14086) (@gcp-cherry-pick-bot[bot])
Documentation
-
fe276bc
: docs: add documentation for child elements of path (#14044) (#14054) (@gcp-cherry-pick-bot[bot]) -
d5a3ae3
: docs: add golang upgrade note for 2.5 (#14048) (#14057) (@gcp-cherry-pick-bot[bot]) -
a911b00
: docs: note CLI incompatibilities (#14049) (#14060) (@gcp-cherry-pick-bot[bot])
Dependency updates
-
d7f67a1
: chore(deps): bump ubuntu base image version (#14024) (#14066) (@gcp-cherry-pick-bot[bot]) -
e4aa7b6
: chore(deps): upgrade go to 1.19.10 (#13942) (@crenshaw-dev) -
6ed3d61
: chore(deps): upgrade haproxy to 2.6.14-alpine (#14018) (#14051) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.4...v2.7.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.