Update quay.io/argoproj/argocd Docker tag to v3.1.4 #27

Merged
lilly merged 1 commit from renovate/quay.io-argoproj-argocd-3.x into main 2025-09-06 13:03:51 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.1.1 -> v3.1.4

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v3.1.4

Compare Source

Quick Start

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

Dependency updates

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.3...v3.1.4

v3.1.3

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.2...v3.1.3

v3.1.2

Compare Source

Quick Start

Use v3.1.3

There was an issue with immutable releases for v3.1.2 which caused some release steps to fail (uploading provenance and SBOMs). There should be nothing wrong with v3.1.2, but v3.1.3 is equivalent with a fully-successful release.

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


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | patch | `v3.1.1` -> `v3.1.4` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.1.4`](https://github.com/argoproj/argo-cd/releases/tag/v3.1.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.1.3...v3.1.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.4/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 ##### Dependency updates - [`206d57b`](https://github.com/argoproj/argo-cd/commit/206d57b0de763f9a4e91507a0d7751b6a9f96496): chore(deps): bump gitops-engine ([#&#8203;24418](https://github.com/argoproj/argo-cd/issues/24418)) ([@&#8203;agaudreault](https://github.com/agaudreault)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.1.3...v3.1.4> <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> ### [`v3.1.3`](https://github.com/argoproj/argo-cd/releases/tag/v3.1.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.1.2...v3.1.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.3/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 **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.1.2...v3.1.3> <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> ### [`v3.1.2`](https://github.com/argoproj/argo-cd/releases/tag/v3.1.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.1.1...v3.1.2) #### Quick Start ##### Use v3.1.3 There was an [issue](https://github.com/argoproj/argo-cd/issues/24407) with immutable releases for v3.1.2 which caused some release steps to fail (uploading provenance and SBOMs). There should be nothing *wrong* with v3.1.2, but v3.1.3 is equivalent with a fully-successful release. ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.2/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 - [`fe6efec`](https://github.com/argoproj/argo-cd/commit/fe6efec8f456db7ed7bbe2bbc05807b6c3e9228c): fix(appset): add applicationsets to the built-in readonly role ([#&#8203;24190](https://github.com/argoproj/argo-cd/issues/24190)) ([#&#8203;24318](https://github.com/argoproj/argo-cd/issues/24318)) ([#&#8203;24321](https://github.com/argoproj/argo-cd/issues/24321)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`30d8ce6`](https://github.com/argoproj/argo-cd/commit/30d8ce66e28e993e9bc9a331f60a358a70f660ce): fix(appset): prevent idle connection buildup by cloning http.DefaultTransport in Bitbucket SCM/PR generator ([#&#8203;24264](https://github.com/argoproj/argo-cd/issues/24264)) ([@&#8203;anandf](https://github.com/anandf)) - [`7982a74`](https://github.com/argoproj/argo-cd/commit/7982a746005e9ea7832c7f878b4a437a81936983): fix(discovery): add missing lua syntax and return to discovery (fixes [#&#8203;24257](https://github.com/argoproj/argo-cd/issues/24257)) - 3.1 ([#&#8203;24268](https://github.com/argoproj/argo-cd/issues/24268)) ([@&#8203;jan-mrm](https://github.com/jan-mrm)) - [`60c62a9`](https://github.com/argoproj/argo-cd/commit/60c62a944b155702e6d89cbef4c04ff0f525692f): fix(security): repository.GetDetailedProject exposes repo secrets ([#&#8203;24391](https://github.com/argoproj/argo-cd/issues/24391)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`20447f7`](https://github.com/argoproj/argo-cd/commit/20447f7f575125aa45e4efad7e64b619dbae5ef2): fix: downgrade go-git ([#&#8203;24288](https://github.com/argoproj/argo-cd/issues/24288)) (release-3.1) ([#&#8203;24317](https://github.com/argoproj/argo-cd/issues/24317)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) ##### Other work - [`b3ad040`](https://github.com/argoproj/argo-cd/commit/b3ad040b2cfb33837a910599e96c8026d86412b6): chore(cherry-pick-3.1): replace bitnami images ([#&#8203;24101](https://github.com/argoproj/argo-cd/issues/24101)) ([#&#8203;24286](https://github.com/argoproj/argo-cd/issues/24286)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`ed9149b`](https://github.com/argoproj/argo-cd/commit/ed9149beead1d373423797c8627dbb59449587b1): fix(cherry-pick-3.1): custom resource health for flux helm repository of type oci ([#&#8203;24341](https://github.com/argoproj/argo-cd/issues/24341)) ([@&#8203;adberger](https://github.com/adberger)) - [`6de4f77`](https://github.com/argoproj/argo-cd/commit/6de4f7739b9350832971931247f4eb5a75cd8f7f): fix(cherry-pick-3.1): handle missing resources on UI ([#&#8203;24357](https://github.com/argoproj/argo-cd/issues/24357)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.1.1...v3.1.2> <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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot force-pushed renovate/quay.io-argoproj-argocd-3.x from 41e2db4712 to 13f726533a 2025-09-04 20:00:28 +02:00 Compare
renovatebot changed title from Update quay.io/argoproj/argocd Docker tag to v3.1.2 to Update quay.io/argoproj/argocd Docker tag to v3.1.3 2025-09-04 20:00:33 +02:00
renovatebot force-pushed renovate/quay.io-argoproj-argocd-3.x from 13f726533a to c4564289b5 2025-09-05 22:00:27 +02:00 Compare
renovatebot changed title from Update quay.io/argoproj/argocd Docker tag to v3.1.3 to Update quay.io/argoproj/argocd Docker tag to v3.1.4 2025-09-05 22:00:33 +02:00
lilly merged commit c4564289b5 into main 2025-09-06 13:03:51 +02:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lilly/argocd-git-crypt#27
No description provided.