From 1fd8aae8f627deced7eec470be857ca82894aeef Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 7 Apr 2026 08:21:11 -0700 Subject: [PATCH] =?UTF-8?q?Upgrade=20ArgoCD=20v3.3.2=20=E2=86=92=20v3.3.6,?= =?UTF-8?q?=20SHA-pin=20install=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch upgrade with bug fixes (diff normalization, installation ID cache). Pin the upstream manifest URL to commit SHA for supply chain integrity. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/argocd/kustomization.yaml | 3 ++- docs/changelog.d/+argocd-v3.3.6.infra.md | 1 + service-versions.yaml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/changelog.d/+argocd-v3.3.6.infra.md diff --git a/argocd/manifests/argocd/kustomization.yaml b/argocd/manifests/argocd/kustomization.yaml index 89b5970..85dfa7e 100644 --- a/argocd/manifests/argocd/kustomization.yaml +++ b/argocd/manifests/argocd/kustomization.yaml @@ -5,7 +5,8 @@ namespace: argocd resources: # Pin to specific version for intentional upgrades - - https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.2/manifests/install.yaml + # ArgoCD v3.3.6 + - https://raw.githubusercontent.com/argoproj/argo-cd/998fb59dc355653c0657908a6ea2f87136e022d1/manifests/install.yaml - ingress-tailscale.yaml - external-secret-repo-forge.yaml - external-secret-oidc-authentik.yaml diff --git a/docs/changelog.d/+argocd-v3.3.6.infra.md b/docs/changelog.d/+argocd-v3.3.6.infra.md new file mode 100644 index 0000000..0a51216 --- /dev/null +++ b/docs/changelog.d/+argocd-v3.3.6.infra.md @@ -0,0 +1 @@ +Upgrade ArgoCD from v3.3.2 to v3.3.6 (bug-fix patches), SHA-pin install manifest diff --git a/service-versions.yaml b/service-versions.yaml index b8f62ac..c845629 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -141,8 +141,8 @@ services: - name: argocd type: argocd - last-reviewed: 2026-02-26 - current-version: "v3.3.2" + last-reviewed: 2026-04-07 + current-version: "v3.3.6" upstream-source: https://github.com/argoproj/argo-cd/releases notes: Kustomize-based install with ServerSideApply