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

Merged
renovatebot merged 1 commit from renovate/argocd into main 2026-04-23 21:34:37 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.3.7 -> v3.3.8

Release Notes

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

v3.3.8

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8


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.7` -> `v3.3.8` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.3.8`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8) #### 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.8/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.8/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 - [`fb727cf`](https://github.com/argoproj/argo-cd/commit/fb727cf7c1ea579854ff0f0323f291ab02174347): Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.3)" ([#&#8203;27400](https://github.com/argoproj/argo-cd/issues/27400)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`26c8152`](https://github.com/argoproj/argo-cd/commit/26c81520167817209f717a5ea9b1ee0ce6e4c3dd): fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ([#&#8203;26793](https://github.com/argoproj/argo-cd/issues/26793)) ([#&#8203;27462](https://github.com/argoproj/argo-cd/issues/27462)) ([@&#8203;anandf](https://github.com/anandf)) - [`82b6d45`](https://github.com/argoproj/argo-cd/commit/82b6d45701f16f093da8711ad40d212c4865ae29): fix(appset): change appset resource status count to 5000 by default (cherry-pick [#&#8203;26249](https://github.com/argoproj/argo-cd/issues/26249) for 3.3) ([#&#8203;26263](https://github.com/argoproj/argo-cd/issues/26263)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`9bff1c5`](https://github.com/argoproj/argo-cd/commit/9bff1c5b8dcf1e30c4cb85e56a35305dda6dac44): fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator ([#&#8203;23817](https://github.com/argoproj/argo-cd/issues/23817)) (cherry-pick [#&#8203;24670](https://github.com/argoproj/argo-cd/issues/24670) for 3.3) ([#&#8203;27481](https://github.com/argoproj/argo-cd/issues/27481)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`6f3ef7d`](https://github.com/argoproj/argo-cd/commit/6f3ef7dc95cdb7a7e9f7daa402ef38199eb575c7): fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick [#&#8203;27392](https://github.com/argoproj/argo-cd/issues/27392) for 3.3) ([#&#8203;27396](https://github.com/argoproj/argo-cd/issues/27396)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b64eb4f`](https://github.com/argoproj/argo-cd/commit/b64eb4f07a5d01482cf7d9628250781056e3f91e): fix: revert autosync event message format change (cherry-pick [#&#8203;27387](https://github.com/argoproj/argo-cd/issues/27387) for 3.3) ([#&#8203;27389](https://github.com/argoproj/argo-cd/issues/27389)) ([@&#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.7...v3.3.8 <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:eyJjcmVhdGVkSW5WZXIiOiI0MS43My4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency argoproj/argo-cd to v3.3.8
All checks were successful
Notify Mattermost on Renovate PR Merge / notify (pull_request) Successful in 1s
0ea0f693fe
renovatebot scheduled this pull request to auto merge when all checks succeed 2026-04-22 00:04:49 -04:00
renovatebot deleted branch renovate/argocd 2026-04-23 21:34:37 -04: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
smig/nuc-talos!39
No description provided.