Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/argoproj-argo-cd-3.x
Open

chore(deps): update dependency argoproj/argo-cd to v3.3.2#294
renovate[bot] wants to merge 1 commit intomainfrom
renovate/argoproj-argo-cd-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization minor v3.0.5v3.3.2

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.2

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

The issue with failed to perform client-side apply migration that existed on version 3.3.0 and 3.3.1 has been solved in this release: #​26279

For users who have previously upgraded to Argo CD 3.3.0or 3.3.1 and applied the temporary remediation of ClientSideApplyMigration=false sync option on the Application that manages their Argo CD, are required to remove this setting to restore the default behavior of performing the migration.
The reason for removing the ClientSideApplyMigration=false sync option is that it may cause conflicts between Argo CD K8s field manager and other field managers at a later point in time.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

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.2/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.2/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

Full Changelog: argoproj/argo-cd@v3.3.1...v3.3.2

v3.3.1

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

In some cases, there may be a sync error like Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply.

We are currently working on a long-term fix to this issue, the progress can be tracked here: #​26279

A temporary remediation is to additionally set the ClientSideApplyMigration=false sync option on this Application. This solution is temporary and not recommended for the long run because it may result in conflicts between Argo CD K8s field manager and other field managers at a later point in time, and if you use it, you will need to remove it after the above issue is fixed.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

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.1/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.1/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: argoproj/argo-cd@v3.3.0...v3.3.1

v3.3.0

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

In some cases, like when the self-managing of Argo CD is performed with Kustomize, setting the above is not enough and there might be a sync error like Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply.

If you hit this scenario, the remediation is to additionally set the ClientSideApplyMigration=false sync option on this Application.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

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.0/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.0/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
Features
Bug fixes

@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.0.10 chore(deps): update dependency argoproj/argo-cd to v3.0.11 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 61c99cf to bf19a61 Compare July 10, 2025 16:11
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.0.11 chore(deps): update dependency argoproj/argo-cd to v3.0.12 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from bf19a61 to 3386668 Compare July 25, 2025 20:18
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.0.12 chore(deps): update dependency argoproj/argo-cd to v3.1.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 3386668 to a8c532d Compare August 13, 2025 21:56
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from a8c532d to e330f2d Compare August 25, 2025 18:37
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.0 chore(deps): update dependency argoproj/argo-cd to v3.1.1 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from e330f2d to 9cfb944 Compare September 4, 2025 17:41
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.1 chore(deps): update dependency argoproj/argo-cd to v3.1.2 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 9cfb944 to bc3cefa Compare September 4, 2025 21:12
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.2 chore(deps): update dependency argoproj/argo-cd to v3.1.3 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from bc3cefa to e0f06b0 Compare September 5, 2025 20:59
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.3 chore(deps): update dependency argoproj/argo-cd to v3.1.4 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from e0f06b0 to 6b14d35 Compare September 10, 2025 17:57
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.4 chore(deps): update dependency argoproj/argo-cd to v3.1.5 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 6b14d35 to cbd7328 Compare September 18, 2025 21:52
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.5 chore(deps): update dependency argoproj/argo-cd to v3.1.6 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from cbd7328 to dfdecbd Compare September 23, 2025 01:13
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.6 chore(deps): update dependency argoproj/argo-cd to v3.1.7 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from dfdecbd to 6c9dcee Compare September 30, 2025 19:40
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.7 chore(deps): update dependency argoproj/argo-cd to v3.1.8 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 6c9dcee to a6a6360 Compare October 18, 2025 03:09
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.8 chore(deps): update dependency argoproj/argo-cd to v3.1.9 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from a6a6360 to 1400aa9 Compare October 21, 2025 09:49
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 1400aa9 to e8a8a11 Compare November 4, 2025 20:47
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.1.9 chore(deps): update dependency argoproj/argo-cd to v3.2.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch 2 times, most recently from 4aac891 to 296917f Compare November 24, 2025 16:30
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 296917f to 213064f Compare November 30, 2025 13:49
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.0 chore(deps): update dependency argoproj/argo-cd to v3.2.1 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 213064f to 9111745 Compare December 18, 2025 14:02
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.1 chore(deps): update dependency argoproj/argo-cd to v3.2.2 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 9111745 to 2beb56b Compare December 24, 2025 13:39
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.2 chore(deps): update dependency argoproj/argo-cd to v3.2.3 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 2beb56b to 2fdf20a Compare January 13, 2026 10:42
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.3 chore(deps): update dependency argoproj/argo-cd to v3.2.4 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 2fdf20a to f426fd8 Compare January 14, 2026 16:43
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.4 chore(deps): update dependency argoproj/argo-cd to v3.2.5 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from f426fd8 to e1e32d5 Compare January 22, 2026 21:08
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.5 chore(deps): update dependency argoproj/argo-cd to v3.2.6 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from e1e32d5 to 41e4480 Compare February 2, 2026 10:27
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.2.6 chore(deps): update dependency argoproj/argo-cd to v3.3.0 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 41e4480 to 5348fc0 Compare February 18, 2026 13:36
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.3.0 chore(deps): update dependency argoproj/argo-cd to v3.3.1 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-3.x branch from 5348fc0 to 3d5f2fa Compare February 22, 2026 13:32
@renovate renovate bot changed the title chore(deps): update dependency argoproj/argo-cd to v3.3.1 chore(deps): update dependency argoproj/argo-cd to v3.3.2 Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants