From 13a3a0593c2eb9ab65ed8425909f4afe386c076e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Mar 2026 01:26:21 +0000 Subject: [PATCH] chore(deps): update dependency argoproj/argo-cd to v3.3.6 (#5204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | patch | `v3.3.5` → `v3.3.6` | --- ### Release Notes
argoproj/argo-cd (argoproj/argo-cd) ### [`v3.3.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6) #### 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.6/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.6/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 - [`4a823fe`](https://github.com/argoproj/argo-cd/commit/4a823fecf0c2ddcc299629078318d9e705e5c2b6): fix: controller incorrectly detecting diff during app normalization (cherry-pick [#​27002](https://github.com/argoproj/argo-cd/issues/27002) for 3.3) ([#​27013](https://github.com/argoproj/argo-cd/issues/27013)) ([@​argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c5d7748`](https://github.com/argoproj/argo-cd/commit/c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f): fix: wrong installation id returned from cache (cherry-pick [#​26969](https://github.com/argoproj/argo-cd/issues/26969) for 3.3) ([#​27027](https://github.com/argoproj/argo-cd/issues/27027)) ([@​argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**:
--- ### 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 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5204 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/argocd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argocd/Chart.yaml b/clusters/cl01tl/helm/argocd/Chart.yaml index 5d9a95792..151a30acf 100644 --- a/clusters/cl01tl/helm/argocd/Chart.yaml +++ b/clusters/cl01tl/helm/argocd/Chart.yaml @@ -17,4 +17,4 @@ dependencies: repository: https://argoproj.github.io/argo-helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png # renovate: datasource=github-releases depName=argoproj/argo-cd -appVersion: v3.3.5 +appVersion: v3.3.6