Update module github.com/argoproj/argo-cd/v2 to v2.7.6 #752
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.6.7
->v2.7.6
Release Notes
argoproj/argo-cd
v2.7.6
Compare Source
Quick Start
Non-HA:
HA:
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: argoproj/argo-cd@v2.7.5...v2.7.6
v2.7.5
Compare Source
Quick Start
Non-HA:
HA:
🛑 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: argoproj/argo-cd@v2.7.4...v2.7.5
v2.7.4
Compare Source
Quick Start
Non-HA:
HA:
🛑 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: argoproj/argo-cd@v2.7.3...v2.7.4
v2.7.3
Compare Source
Quick Start
Non-HA:
HA:
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
3778173
: Revert "fix: interpolate gen fix (#12716) (#13061)" (#13666) (#13668) (@gcp-cherry-pick-bot[bot])b0df91d
: fix(appset): handle templating of raw JSON fields (#12947) (#12949) (#13654) (@gcp-cherry-pick-bot[bot])0794a14
: fix: Reduce of empty array with no initial value for LogsView (#13620) (#13651) (@gcp-cherry-pick-bot[bot])fb2ae11
: fix: append elementsYaml in order to keep fields order (#13335) (#13508) (@crenshaw-dev)a565d7d
: fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock (#13636) (#13648) (@gcp-cherry-pick-bot[bot])3f8bd11
: fix: consume cluster cache deadlock fix from gitops-engine (#13612) (@jaideepr97)6d85d6f
: fix: deeplinks API checking wrong permissions (#13664) (#13670) (@gcp-cherry-pick-bot[bot])d80a5d1
: fix: deeplinks fails when app uses cluster name (#13564) (#13569) (@gcp-cherry-pick-bot[bot])ecbb7aa
: fix: prevent concurrent processing if kustomize commonAnnotations exist (#13697) (#13702) (@gcp-cherry-pick-bot[bot])9599930
: fix: set containerName value for log view selector (#13587) (#13638) (@gcp-cherry-pick-bot[bot])Documentation
ba17262
: docs: Update kustomize resource to correct path (#13196) (#13632) (@gcp-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v2.7.2...v2.7.3
v2.7.2
Compare Source
Quick Start
Non-HA:
HA:
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.
Known Issues
In non-go-templated ApplicationSets with matrix generators, parameter interpolation is broken if there are parameters in the second nested generator. The fix will be in 2.7.3. https://github.com/argoproj/argo-cd/pull/13061#discussion_r1199279829
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
26cf7d9
: fix: interpolate gen fix (#12716) (#13061) (#13485) (@gcp-cherry-pick-bot[bot])e413db4
: fix: surface errors when compressing files (#13491) (#13494) (@gcp-cherry-pick-bot[bot])8e61f64
: fix: update log view on container select (#13474) (#13546) (@gcp-cherry-pick-bot[bot])Documentation
24bd4ae
: docs: fix typo (#12960) (#13436) (@gcp-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v2.7.1...v2.7.2
v2.7.1
Compare Source
Quick Start
Non-HA:
HA:
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
72a69e2
: fix(manifests): use params CM and env var for redis server (#13214) (#13396) (#13417) (@gcp-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v2.7.0...v2.7.1
v2.7.0
Compare Source
Quick Start
Non-HA:
HA:
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
428d47b
: feat: support 'helm.sh/resource-policy: keep' helm annotation (#13157) (@alexmt)Bug fixes
1adbebf
: fix(ui): use name instead of title for CMP parameters (#13250) (#13337) (@gcp-cherry-pick-bot[bot])d6e5768
: fix: Disable scrollbars on pod logs viewer. Fixes #13266 (#13294) (#13397) (@gcp-cherry-pick-bot[bot])daa9d4e
: fix: Update .goreleaser.yaml (#13260) (#13263) (@gcp-cherry-pick-bot[bot])6ec093d
: fix: remove false positive for no-discovery cmp; log string, not bytes (#13251) (#13336) (@gcp-cherry-pick-bot[bot])Documentation
a707ab6
: docs: Application Info field documentation (#10814) (#13351) (#13377) (@gcp-cherry-pick-bot[bot])a29a2b1
: docs: Fix wrong link to non existing page for applicationset reference (#13207) (#13247) (@gcp-cherry-pick-bot[bot])bd9ef3f
: docs: s/No supported/Not supported (#13189) (#13253) (@gcp-cherry-pick-bot[bot])Other work
29c4857
: chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 (#13388) (#13401) (@gcp-cherry-pick-bot[bot])155b6a9
: chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464 (#13389) (#13402) (@gcp-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v2.7.0-rc2...v2.7.0
v2.6.11
Compare Source
Quick Start
Non-HA:
HA:
Release signatures
All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changes
This release includes 1 contributions from 1 contributor with 0 features and 1 bug fix.
Bug fixes (1)
v2.6.10
Compare Source
Quick Start
Non-HA:
HA:
Release signatures
All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.
Known Issues
Multi-source apps may fail to refresh due to mis-ordered target revisions. The fix will be released with 2.6.11.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changes
This release includes 8 contributions from 2 contributors with 0 features and 4 bug fixes.
Bug fixes (4)
argocd app diff
(#13978) (#13980) (#14062)Documentation (2)
Other (2)
v2.6.9
Compare Source
Quick Start
Non-HA:
HA:
🛑 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, either use >= 2.6.10.
Release signatures
All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changes
This release includes 15 contributions from 5 contributors (3 of them new) with 0 features and 8 bug fixes.
A special thanks goes to the 3 new contributors:
Bug fixes (8)
inherited
creds in CLI output (#13428) (#13809)Documentation (6)
Other (1)
v2.6.8
Compare Source
Quick Start
Non-HA:
HA:
🛑 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, either use >= 2.6.10.
Release signatures
All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changes
This release includes 26 contributions from 8 contributors with 0 features and 12 bug fixes.
Bug fixes (12)
redis-compress
flag toargocd admin dashboard
command (#13055) (#13056) (#13115)Documentation (6)
Other (6)
Configuration
📅 Schedule: Branch creation - "before 12pm on Tuesday,before 12pm on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.