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

Merged
renovate-bot merged 1 commits from renovate/unified-argoprojargo-cd into main 2026-02-18 17:02:46 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.3.0v3.3.1

Release Notes

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

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, like when the self-managing of Argo CD is performed with Kustomize, 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: https://github.com/argoproj/argo-cd/compare/v3.3.0...v3.3.1


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.0` → `v3.3.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.3.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.0...v3.3.1) > \[!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, 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: [#&#8203;26279](https://github.com/argoproj/argo-cd/issues/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: ```shell 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: ```shell 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](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 - [`8449d9a`](https://github.com/argoproj/argo-cd/commit/8449d9a0f32571e10c9e04228501930a97e36661): fix(server): OIDC config via secrets fails ([#&#8203;18269](https://github.com/argoproj/argo-cd/issues/18269)) (cherry-pick [#&#8203;26214](https://github.com/argoproj/argo-cd/issues/26214) for 3.3) ([#&#8203;26423](https://github.com/argoproj/argo-cd/issues/26423)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`d0b2a6c`](https://github.com/argoproj/argo-cd/commit/d0b2a6cfd7b28a32869327343c304992ae052ed8): fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (cherry-pick [#&#8203;26278](https://github.com/argoproj/argo-cd/issues/26278) for 3.3) ([#&#8203;26372](https://github.com/argoproj/argo-cd/issues/26372)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`e464f6a`](https://github.com/argoproj/argo-cd/commit/e464f6ae43f91a5ecd69ff36b88d679af0839faa): fix: AppProject finalizer should consider apps in all allowed namespaces ([#&#8203;24347](https://github.com/argoproj/argo-cd/issues/24347)) (cherry-pick [#&#8203;26416](https://github.com/argoproj/argo-cd/issues/26416) for 3.3) ([#&#8203;26480](https://github.com/argoproj/argo-cd/issues/26480)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`445916f`](https://github.com/argoproj/argo-cd/commit/445916fdb0e1221869b868fc0ee493ac5ce4779a): fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick [#&#8203;26355](https://github.com/argoproj/argo-cd/issues/26355) for 3.3) ([#&#8203;26376](https://github.com/argoproj/argo-cd/issues/26376)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`6126798`](https://github.com/argoproj/argo-cd/commit/61267982abf59e3ac55ce913198565da061ce986): chore(deps): Upgrade Kustomize to 5.8.1 (cherry-pick [#&#8203;26367](https://github.com/argoproj/argo-cd/issues/26367) for 3.3) ([#&#8203;26369](https://github.com/argoproj/argo-cd/issues/26369)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`92df21c`](https://github.com/argoproj/argo-cd/commit/92df21cfc02acfe2c931e0c9a55a52c964ce1e95): chore(appset): cherry-pick basic progressive sync e2e tests ([#&#8203;26092](https://github.com/argoproj/argo-cd/issues/26092)) ([#&#8203;26191](https://github.com/argoproj/argo-cd/issues/26191)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`4b0a2c0`](https://github.com/argoproj/argo-cd/commit/4b0a2c0ef29bc60207f99dc0bdd29ce50aef25d6): chore: bumps ubuntu base docker image to 25.10 (cherry-pick [#&#8203;25758](https://github.com/argoproj/argo-cd/issues/25758) for 3.3) ([#&#8203;26436](https://github.com/argoproj/argo-cd/issues/26436)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`273683b`](https://github.com/argoproj/argo-cd/commit/273683b6473eeb9a31593eb2be51379b54846084): chore: placate Sonar by ignoring testdata files (cherry-pick [#&#8203;26371](https://github.com/argoproj/argo-cd/issues/26371) for 3.3) ([#&#8203;26377](https://github.com/argoproj/argo-cd/issues/26377)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`8df5e96`](https://github.com/argoproj/argo-cd/commit/8df5e96981410dc8c78617252ad5353bb8ae20b4): test(e2e): CMP test fails locally on Mac (cherry-pick [#&#8203;25901](https://github.com/argoproj/argo-cd/issues/25901) for 3.3) ([#&#8203;26340](https://github.com/argoproj/argo-cd/issues/26340)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2449314`](https://github.com/argoproj/argo-cd/commit/24493145a6befae7b85402adcf0b3395dc5d54a9): test(e2e): add isolation by ensuring unique name (cherry-pick [#&#8203;25724](https://github.com/argoproj/argo-cd/issues/25724) for 3.3) ([#&#8203;26287](https://github.com/argoproj/argo-cd/issues/26287)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`c4f0cd3`](https://github.com/argoproj/argo-cd/commit/c4f0cd3e84ffbb08bdfa9b24f69995f316ed0119): test(e2e): configurable tmp dir locally ([#&#8203;25780](https://github.com/argoproj/argo-cd/issues/25780)) ([#&#8203;26339](https://github.com/argoproj/argo-cd/issues/26339)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`55d0d09`](https://github.com/argoproj/argo-cd/commit/55d0d098028a29a000b58af51c129f1c07cd687f): test(e2e): fix TestDeletionConfirmation flakiness (cherry-pick [#&#8203;25902](https://github.com/argoproj/argo-cd/issues/25902) for 3.3) ([#&#8203;26284](https://github.com/argoproj/argo-cd/issues/26284)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`6f270cc`](https://github.com/argoproj/argo-cd/commit/6f270cc8f4badeabfabe10a1a3948801c6852021): test(e2e): oras binary not found locally if not installed in path (cherry-pick [#&#8203;25751](https://github.com/argoproj/argo-cd/issues/25751) for 3.3) ([#&#8203;26337](https://github.com/argoproj/argo-cd/issues/26337)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`54f2916`](https://github.com/argoproj/argo-cd/commit/54f29167a63c061b7d2d8259051e3d00bcc60a1d): test(e2e): unstable CMP e2e test when running locally (cherry-pick [#&#8203;25752](https://github.com/argoproj/argo-cd/issues/25752) for 3.3) ([#&#8203;26288](https://github.com/argoproj/argo-cd/issues/26288)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0038fce`](https://github.com/argoproj/argo-cd/commit/0038fce14d04295cea3dd10a0b50b4ff8eda853b): test(e2e): update local certs so they are valid on MacOS (cherry-pick [#&#8203;25864](https://github.com/argoproj/argo-cd/issues/25864) for 3.3) ([#&#8203;26338](https://github.com/argoproj/argo-cd/issues/26338)) ([@&#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.0...v3.3.1> <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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the automergeimage labels 2026-02-18 17:02:34 +00:00
renovate-bot added 1 commit 2026-02-18 17:02:36 +00:00
chore(deps): update dependency argoproj/argo-cd to v3.3.1
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 57s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 1m27s
270c6dfa7d
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-18 17:02:40 +00:00
renovate-bot merged commit 11ed3ca571 into main 2026-02-18 17:02:46 +00:00
renovate-bot deleted branch renovate/unified-argoprojargo-cd 2026-02-18 17:02:49 +00:00
Sign in to join this conversation.