Update quay.io/argoproj/argocd Docker tag to v3.0.1 #16

Merged
lilly merged 1 commit from renovate/quay.io-argoproj-argocd-3.x into main 2025-05-17 12:22:27 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.0.0 -> v3.0.1

Release Notes

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

v3.0.1

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.0...v3.0.1


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.0.0` -> `v3.0.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.0.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.0...v3.0.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.1/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/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### 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 - [`edd2358`](https://github.com/argoproj/argo-cd/commit/edd2358f79f6c822676b0d7e16e1d56d1e565c81): fix(docs): upgrading 3.0 docs (cherry-pick [#&#8203;22891](https://github.com/argoproj/argo-cd/issues/22891)) ([#&#8203;22894](https://github.com/argoproj/argo-cd/issues/22894)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`cb5d6f5`](https://github.com/argoproj/argo-cd/commit/cb5d6f5ef79950bf00f71646685a2049f5d70cbc): fix(health): handle nil lastTransitionTime ([#&#8203;22897](https://github.com/argoproj/argo-cd/issues/22897)) (cherry-pick [#&#8203;22900](https://github.com/argoproj/argo-cd/issues/22900)) ([#&#8203;22908](https://github.com/argoproj/argo-cd/issues/22908)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`2913d5f`](https://github.com/argoproj/argo-cd/commit/2913d5fcb582ef7531efce49bc20821199a09fb0): fix: Race condition in `nativeGitClient.LsFiles` (issue [#&#8203;21754](https://github.com/argoproj/argo-cd/issues/21754)) (cherry-pick [#&#8203;22878](https://github.com/argoproj/argo-cd/issues/22878)) ([#&#8203;22906](https://github.com/argoproj/argo-cd/issues/22906)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.0.0...v3.0.1 <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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xNSIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE1IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update quay.io/argoproj/argocd Docker tag to v3.0.1
All checks were successful
ci/woodpecker/pr/container_image Pipeline was successful
ci/woodpecker/pull_request_closed/container_image Pipeline was successful
ci/woodpecker/push/container_image Pipeline was successful
7553faf3d3
lilly merged commit 7553faf3d3 into main 2025-05-17 12:22:27 +02:00
lilly deleted branch renovate/quay.io-argoproj-argocd-3.x 2025-05-17 12:22:27 +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#16
No description provided.