chore(deps): update dependency argoproj/argo-cd to v3.3.4 #4801

Merged
renovate-bot merged 1 commits from renovate/unified-argoprojargo-cd into main 2026-03-17 12:03:09 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.3.3v3.3.4

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v3.3.4

Compare Source

Quick Start

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

Bug fixes
Documentation
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4


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 | Update | Change | |---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | patch | `v3.3.3` → `v3.3.4` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.3.4`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.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-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 - [`182e4c6`](https://github.com/argoproj/argo-cd/commit/182e4c62b2e2b41212e7c6d2eae0ac206c96fc99): fix(ci): Add missing git-lfs installer checksum for ppc64le (cherry-pick [#&#8203;26835](https://github.com/argoproj/argo-cd/issues/26835) for 3.3) ([#&#8203;26836](https://github.com/argoproj/argo-cd/issues/26836)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2fcc40a`](https://github.com/argoproj/argo-cd/commit/2fcc40a0fce851063970eaff1d3c59d3b1ab87b1): fix: skip token refresh threshold parsing in unrelated components (cherry-pick 3.3) ([#&#8203;26806](https://github.com/argoproj/argo-cd/issues/26806)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) ##### Documentation - [`01b86e7`](https://github.com/argoproj/argo-cd/commit/01b86e79007678d6cbf7a04f00da35afd3db77c8): docs: clarify cluster version change impact for ClusterGenerator, CMP Plugins and migration ([#&#8203;26851](https://github.com/argoproj/argo-cd/issues/26851)) ([@&#8203;reggie-k](https://github.com/reggie-k)) ##### Other work - [`e164f8c`](https://github.com/argoproj/argo-cd/commit/e164f8c50bf3d363c96c6ac31b50355fc76edf2f): chore: bump otel-sdk (release-3.3) ([#&#8203;26808](https://github.com/argoproj/argo-cd/issues/26808)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.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> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-03-17 12:02:51 +00:00
renovate-bot added 1 commit 2026-03-17 12:02:57 +00:00
chore(deps): update dependency argoproj/argo-cd to v3.3.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
render-manifests / render-manifests (pull_request) Successful in 42s
lint-test-helm / lint-helm (pull_request) Successful in 1m55s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
64de6b1453
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-17 12:03:04 +00:00
renovate-bot merged commit ac933d97fd into main 2026-03-17 12:03:09 +00:00
renovate-bot deleted branch renovate/unified-argoprojargo-cd 2026-03-17 12:03:14 +00:00
Sign in to join this conversation.