Update dependency argoproj/argo-cd to v3.1.7 #601

Merged
renovate merged 1 commits from renovate/argoproj-argo-cd-3.x into main 2025-09-23 00:03:01 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v3.1.6 -> v3.1.7

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v3.1.7

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.7/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.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.6...v3.1.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | Kustomization | patch | `v3.1.6` -> `v3.1.7` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.1.7`](https://github.com/argoproj/argo-cd/releases/tag/v3.1.7) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.1.6...v3.1.7) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.7/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.7/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Release Notes Blog Post For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/announcing-argo-cd-v3-1-f4389bc783c8) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`4081e29`](https://github.com/argoproj/argo-cd/commit/4081e2983ad17bfa9f7e314a17b60b85f1088936): fix(server): validate new project on update ([#&#8203;23970](https://github.com/argoproj/argo-cd/issues/23970)) (cherry-pick [#&#8203;23973](https://github.com/argoproj/argo-cd/issues/23973) for 3.1) ([#&#8203;24662](https://github.com/argoproj/argo-cd/issues/24662)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c26cd55`](https://github.com/argoproj/argo-cd/commit/c26cd5502bacb26ff4ff7c9e575ddb8fcd56d1f9): fix: Progress Sync Unknown in UI (cherry-pick [#&#8203;24202](https://github.com/argoproj/argo-cd/issues/24202) for 3.1) ([#&#8203;24643](https://github.com/argoproj/argo-cd/issues/24643)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2e4458b`](https://github.com/argoproj/argo-cd/commit/2e4458b91aaca0cec24a07223b4e61fa5dde8616): fix: limit number of resources in appset status ([#&#8203;24690](https://github.com/argoproj/argo-cd/issues/24690)) ([#&#8203;24696](https://github.com/argoproj/argo-cd/issues/24696)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`f3d59b0`](https://github.com/argoproj/argo-cd/commit/f3d59b0bb7898171c3560ff1d2401dd5e42b9125): fix: resolve argocdService initialization issue in notifications CLI (cherry-pick [#&#8203;24664](https://github.com/argoproj/argo-cd/issues/24664) for 3.1) ([#&#8203;24681](https://github.com/argoproj/argo-cd/issues/24681)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`7f92418`](https://github.com/argoproj/argo-cd/commit/7f92418a9c7a4f16a63281fbeef94cb9aa60966c): ci(release): only set latest release in github when latest (cherry-pick [#&#8203;24525](https://github.com/argoproj/argo-cd/issues/24525) for 3.1) ([#&#8203;24685](https://github.com/argoproj/argo-cd/issues/24685)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.1.6...v3.1.7> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjQxLjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-09-23 00:02:58 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-09-23 00:02:58 +00:00
renovate merged commit d6d2262d83 into main 2025-09-23 00:03:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#601
No description provided.