Update quay.io/argoproj/argocd Docker tag to v3.3.5 #10

Merged
lilly merged 1 commit from renovate/quay.io-argoproj-argocd-3.x into main 2026-03-26 22:21:57 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.3.4v3.3.5

Release Notes

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

v3.3.5

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.5/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.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
Dependency updates
Other work

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


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.3.4` → `v3.3.5` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.3.5`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.4...v3.3.5) #### 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.5/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.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-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 - [`e53c10c`](https://github.com/argoproj/argo-cd/commit/e53c10caec8be0119bbcc7fa687d6daef62bfcef): fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#&#8203;26877](https://github.com/argoproj/argo-cd/issues/26877) for 3.3) ([#&#8203;26884](https://github.com/argoproj/argo-cd/issues/26884)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`03dda41`](https://github.com/argoproj/argo-cd/commit/03dda413f0f405275c6f6b1f119fb5be8e891186): fix(ci): add .gitkeep to images dir (cherry-pick [#&#8203;26892](https://github.com/argoproj/argo-cd/issues/26892) for 3.3) ([#&#8203;26911](https://github.com/argoproj/argo-cd/issues/26911)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`ff207a4`](https://github.com/argoproj/argo-cd/commit/ff207a460b34411f755916feded68c9025b09d1a): fix(server): fix find container logic for terminal (cherry-pick [#&#8203;26858](https://github.com/argoproj/argo-cd/issues/26858) for 3.3) ([#&#8203;26934](https://github.com/argoproj/argo-cd/issues/26934)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`06d960d`](https://github.com/argoproj/argo-cd/commit/06d960ddf461286ccaf5fe5ce9f5e0e4767f243b): fix(ui): Improve message on self-healing disabling panel ([#&#8203;26977](https://github.com/argoproj/argo-cd/issues/26977)) (cherry-pick [#&#8203;26978](https://github.com/argoproj/argo-cd/issues/26978) for 3.3) ([#&#8203;26981](https://github.com/argoproj/argo-cd/issues/26981)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0dc0a66`](https://github.com/argoproj/argo-cd/commit/0dc0a66e7f03034afa28f8da33de01694060c3f4): fix(ui): include \_-prefixed dirs in embedded assets (cherry-pick [#&#8203;26589](https://github.com/argoproj/argo-cd/issues/26589) for 3.3) ([#&#8203;26910](https://github.com/argoproj/argo-cd/issues/26910)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`494b44c`](https://github.com/argoproj/argo-cd/commit/494b44ca5b8af1a1cc6e38fa088e0f2b142763ad): fix: Hook resources not created at PostSync when configured with PreDelete PostDelete hooks (cherry-pick [#&#8203;26996](https://github.com/argoproj/argo-cd/issues/26996) for 3.3) ([#&#8203;26999](https://github.com/argoproj/argo-cd/issues/26999)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`422cabb`](https://github.com/argoproj/argo-cd/commit/422cabb648a65f0854d5068741557f1d0cb0f214): fix: stack overflow when processing circular ownerrefs in resource graph ([#&#8203;26783](https://github.com/argoproj/argo-cd/issues/26783)) (cherry-pick [#&#8203;26790](https://github.com/argoproj/argo-cd/issues/26790) for 3.3) ([#&#8203;26879](https://github.com/argoproj/argo-cd/issues/26879)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`476800e`](https://github.com/argoproj/argo-cd/commit/476800e479f19c0fca1f49708053d51c147c7c4c): chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 for release-3.3 ([#&#8203;26886](https://github.com/argoproj/argo-cd/issues/26886)) ([#&#8203;26953](https://github.com/argoproj/argo-cd/issues/26953)) ([@&#8203;dudinea](https://github.com/dudinea)) ##### Other work - [`ea8a881`](https://github.com/argoproj/argo-cd/commit/ea8a881c143fd49db77265487c05598d2aa9677d): ci: test against k8s 1.35.0 (cherry-pick [#&#8203;26062](https://github.com/argoproj/argo-cd/issues/26062) for 3.3) ([#&#8203;26860](https://github.com/argoproj/argo-cd/issues/26860)) ([@&#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.3.4...v3.3.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> </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:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
lilly merged commit df9a6ea76a into main 2026-03-26 22:21:57 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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-kustomize-pass!10
No description provided.