chore(deps): update dependency argoproj/argo-cd to v2.7.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.7.3 -> v2.7.6
|
Release Notes
argoproj/argo-cd
v2.7.6
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.6/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
-
3404109
: fix: retain count and order of revisions for multi source apps (#14108) (#14113) (#14135) (@crenshaw-dev)
Documentation
-
7e42030
: docs: Update release info for 2.8 (#14077) (#14121) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.5...v2.7.6
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
🛑 Known Issues
Multi-source apps may fail to refresh due to mis-ordered target revisions. The fix will be released with 2.7.6.
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
v2.7.4
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.4/manifests/ha/install.yaml
🛑 Known Issues
Sidecar-installed Config Management Plugin discovery may fail for Applications whose spec.source.path
is not ""
or "."
. If you use sidecar Config Management Plugins which rely on running discovery rules in the Application's specified path, your Application may fail to refresh with an error about no supported plugins being found, or the CMP may incorrectly claim that it does support the app, and it may produce unpredictable manifests, including no manifests, which will prune all your resources.
If you are affected, use >= 2.7.5.
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
Features
-
23a0799
: feat: add css to support external custom style (#13279) (#13746) (@gcp-cherry-pick-bot[bot]) -
ed828e9
: feat: add ssh.github.com to SSH known hosts (#13592) (#13765) (@gcp-cherry-pick-bot[bot])
Bug fixes
-
f4848bb
: fix(appset): add ApplicationSet ProgressiveSync handling to clean up old appStatus entries when Applications are removed or RollingSync is disabled (#13419) (#13759) (@gcp-cherry-pick-bot[bot]) -
7562607
: fix(appset): Post selector with Go templates in ApplicationSet (cherry-pick #13584) (#13822) (@m13t) -
9697cbf
: fix(appset): allow cluster urls to be matched (#13715) (#13770) (@blakepettersson) -
25d5ad9
: fix(doc): deep links example fix (#13855) (#13857) (@gcp-cherry-pick-bot[bot]) -
419ac0e
: fix(kustomize): allow using build env in images (#13745) (#13756) (@gcp-cherry-pick-bot[bot]) -
7c9b1c5
: fix(ui): Fix Link warnings (#13694) (#13854) (#13890) (@gcp-cherry-pick-bot[bot]) -
f1c4ed2
: fix(ui): Patch Resource missing appNamespace (#13839) (#13840) (@gcp-cherry-pick-bot[bot]) -
2db86af
: fix(ui): Stop using the deprecated url format for gitlab instances (#13687) (#13767) (@gcp-cherry-pick-bot[bot]) -
b3f0979
: fix: CMPv2 does not allow symlinks to adjacent files in same git repo. Fixes #13342 (#13360) (#13669) (@gcp-cherry-pick-bot[bot]) -
ca5aced
: fix: CVE-2023-1732 (#13748) (#13893) (@jmeridth) -
0bf029a
: fix: Regression in signature verification for git tags (#12797) (#13113) (@gcp-cherry-pick-bot[bot]) -
07f9c54
: fix: argocd app sync/wait falsely failed with completed with phase: Running (#13637) (#13672) (@gcp-cherry-pick-bot[bot]) -
f742357
: fix: do not replace namespaces (#13758) (#13769) (@blakepettersson) -
8c2b863
: fix: ensure repositories are correctly marked withinherited
creds in CLI output (#13428) (#13789) (@gcp-cherry-pick-bot[bot])
Documentation
-
7b428e9
: docs: Fixed titles in app deletion doc (#13469) (#13782) (@gcp-cherry-pick-bot[bot]) -
97cf0bf
: docs: Update disaster_recovery.md to reflect quay.io as docker container registry (#13520) (#13790) (@gcp-cherry-pick-bot[bot]) -
80c2912
: docs: add helm values declarative syntax (#13661) (#13778) (@gcp-cherry-pick-bot[bot]) -
3f33817
: docs: correct indentation for gke ingress (#13680) (#13761) (@gcp-cherry-pick-bot[bot]) -
8d23f51
: docs: fix deep links docs formatting (#13747) (#13837) (@gcp-cherry-pick-bot[bot]) -
0e7ce4d
: docs: fix incorrect instructions for site documentation (#13209) (#13773) (@gcp-cherry-pick-bot[bot]) -
6f4b4d3
: docs: redirect old CMP page to new one (#13877) (#13878) (@gcp-cherry-pick-bot[bot]) -
fb2e33b
: docs: update openunison authChainName (#13531) (#13793) (@gcp-cherry-pick-bot[bot])
Other work
-
afe3b81
: fix(appset) [ISSUE-13501] adjust NotIn operator behavior of AppSet Progressive Syncs to match documentation (#13551) (#13760) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.3...v2.7.4
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.