chore(deps): update all non-major dependencies #13

Merged
stefan merged 1 commits from renovate/all-minor-patch into main 2025-06-05 16:13:09 +00:00
Member

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.0.3 -> v3.0.5
vals patch v0.41.1 -> v0.41.2

Release Notes

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

v3.0.5

Compare Source

Quick Start

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

v3.0.4

Compare Source

Quick Start

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

This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p

Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.3...v3.0.4

helmfile/vals (vals)

v0.41.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/helmfile/vals/compare/v0.41.1...v0.41.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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.3` -> `v3.0.5` | | [vals](https://github.com/helmfile/vals) | | patch | `v0.41.1` -> `v0.41.2` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.0.5`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.4...v3.0.5) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.5/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-v2-14-release-candidate-57a664791e2a) #### 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 - [`fe5869d`](https://github.com/argoproj/argo-cd/commit/fe5869d59a807612440ac305a96ef74cd80622ef): fix(hydrator): increase max msg size (cherry-pick [#&#8203;23190](https://github.com/argoproj/argo-cd/issues/23190)) ([#&#8203;23191](https://github.com/argoproj/argo-cd/issues/23191)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`0e20cb6`](https://github.com/argoproj/argo-cd/commit/0e20cb60a834e09ea5a292f18e2700524063fa46): fix: add cooldown to prevent resetting autoheal exp backoff preemptively (cherry-pick [#&#8203;23057](https://github.com/argoproj/argo-cd/issues/23057)) ([#&#8203;23189](https://github.com/argoproj/argo-cd/issues/23189)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.0.4...v3.0.5 <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.0.4`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.3...v3.0.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.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/argo-cd-v2-14-release-candidate-57a664791e2a) #### 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 This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p ##### Other work - [`040ed44`](https://github.com/argoproj/argo-cd/commit/040ed44b202fef122fe1bf1c919a9f41d8e6f6e3): Merge commit from fork ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c27a9d3`](https://github.com/argoproj/argo-cd/commit/c27a9d33603b399b228d896e98d4a5fc86afd53c): fix(commit-server): apply image override (cherry-pick [#&#8203;22916](https://github.com/argoproj/argo-cd/issues/22916)) ([#&#8203;22917](https://github.com/argoproj/argo-cd/issues/22917)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.0.3...v3.0.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> </details> <details> <summary>helmfile/vals (vals)</summary> ### [`v0.41.2`](https://github.com/helmfile/vals/releases/tag/v0.41.2) [Compare Source](https://github.com/helmfile/vals/compare/v0.41.1...v0.41.2) #### What's Changed - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.142.0 to 0.143.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/689 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.143.0 to 0.144.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/691 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.15 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/693 - feat: support query parameters in the httpjson provider by [@&#8203;BonySmoke](https://github.com/BonySmoke) in https://github.com/helmfile/vals/pull/692 #### New Contributors - [@&#8203;BonySmoke](https://github.com/BonySmoke) made their first contribution in https://github.com/helmfile/vals/pull/692 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.41.1...v0.41.2 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-05-29 03:03:49 +00:00
chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.4
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
5aad81d69c
renovate force-pushed renovate/all-minor-patch from 5aad81d69c to a90565e2f2 2025-05-30 03:05:03 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.4 to chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.5 2025-05-30 03:05:05 +00:00
renovate force-pushed renovate/all-minor-patch from a90565e2f2 to 693135bb57 2025-06-05 03:03:42 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.5 to chore(deps): update all non-major dependencies 2025-06-05 03:03:43 +00:00
stefan merged commit 5018b7337d into main 2025-06-05 16:13:09 +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: ZeroDownTime/zdt-argocd#13
No description provided.