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

Merged
dgroothuis merged 1 commits from renovate/argoproj-argo-cd-3.x into main 2025-12-22 08:51:20 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v3.2.0v3.2.2

Release Notes

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

v3.2.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Dependency updates
  • 95e7cdb: chore(deps): bumped k8s.io/kubernetes v1.34.0 to v1.34.2 - manual cherry-pick of 25682 for 3-2 (#​25687) (@​reggie-k)
  • 88fe638: chore(deps):bumped gitops-engine to v0.7.1-0.20251217140045-5baed5604d2d with bumped k8s.io/kubernetes to 1.34.2 (#​25708) (@​reggie-k)
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.1...v3.2.2

v3.2.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Documentation
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.0...v3.2.1


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 becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | Kustomization | patch | `v3.2.0` → `v3.2.2` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.2.2`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.1...v3.2.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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](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 - [`122f4db`](https://github.com/argoproj/argo-cd/commit/122f4db3db4560452929c5be33503e4a3875ec45): fix(hydrator): appset should preserve annotation when hydration is requested (cherry-pick [#&#8203;25644](https://github.com/argoproj/argo-cd/issues/25644) for 3.2) ([#&#8203;25654](https://github.com/argoproj/argo-cd/issues/25654)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`33b5043`](https://github.com/argoproj/argo-cd/commit/33b50434059ffad3a73e70957cfdb70c52e1f3bf): fix(oidc): check userinfo endpoint in AuthMiddleware (cherry-pick [#&#8203;23586](https://github.com/argoproj/argo-cd/issues/23586) for 3.2) ([#&#8203;25415](https://github.com/argoproj/argo-cd/issues/25415)) ([@&#8203;mkilchhofer](https://github.com/mkilchhofer)) - [`784f62c`](https://github.com/argoproj/argo-cd/commit/784f62ca6d4263686748c8e147bb13fab6f96e59): fix(server): update resourceVersion on Terminate retry (cherry-pick [#&#8203;25650](https://github.com/argoproj/argo-cd/issues/25650) for 3.2) ([#&#8203;25718](https://github.com/argoproj/argo-cd/issues/25718)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`732b16f`](https://github.com/argoproj/argo-cd/commit/732b16fb2ada57e93005f2c3c2264355f5e64989): fix: create read and write secret for same url (cherry-pick [#&#8203;25581](https://github.com/argoproj/argo-cd/issues/25581) for 3.2) ([#&#8203;25589](https://github.com/argoproj/argo-cd/issues/25589)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Documentation - [`26b7fb2`](https://github.com/argoproj/argo-cd/commit/26b7fb2c61dea17a65f8a27bcb9335f8758b1897): docs: add added healthchecks to upgrade docs (cherry-pick [#&#8203;25487](https://github.com/argoproj/argo-cd/issues/25487) for 3.2) ([#&#8203;25490](https://github.com/argoproj/argo-cd/issues/25490)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0ace9bb`](https://github.com/argoproj/argo-cd/commit/0ace9bb9a3d65a155621993c4ec9516f155f9997): docs: sync-waves guide: Use markdown formatting (cherry-pick [#&#8203;25372](https://github.com/argoproj/argo-cd/issues/25372) for 3.2) ([#&#8203;25659](https://github.com/argoproj/argo-cd/issues/25659)) ([@&#8203;lindhe](https://github.com/lindhe)) ##### Dependency updates - [`95e7cdb`](https://github.com/argoproj/argo-cd/commit/95e7cdb16f71ba8f9422c59f4e3577877cbdc67e): chore(deps): bumped k8s.io/kubernetes v1.34.0 to v1.34.2 - manual cherry-pick of 25682 for 3-2 ([#&#8203;25687](https://github.com/argoproj/argo-cd/issues/25687)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`88fe638`](https://github.com/argoproj/argo-cd/commit/88fe638aff362374dc1236848672e632e264acbc): chore(deps):bumped gitops-engine to v0.7.1-0.20251217140045-5baed5604d2d with bumped k8s.io/kubernetes to 1.34.2 ([#&#8203;25708](https://github.com/argoproj/argo-cd/issues/25708)) ([@&#8203;reggie-k](https://github.com/reggie-k)) ##### Other work - [`024c7e6`](https://github.com/argoproj/argo-cd/commit/024c7e6020f9e8db547ec788731770efddc32929): chore: reference gitops-engine fork with nil pointer fix ([#&#8203;25522](https://github.com/argoproj/argo-cd/issues/25522)) ([@&#8203;ivanpedersen](https://github.com/ivanpedersen)) - [`6398ec3`](https://github.com/argoproj/argo-cd/commit/6398ec3dcb7ce6fc33dad6d127ddc62cd32d4cf9): chore: release champ 3.3 (cherry-pick [#&#8203;25202](https://github.com/argoproj/argo-cd/issues/25202) for 3.2) ([#&#8203;25663](https://github.com/argoproj/argo-cd/issues/25663)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`a297038`](https://github.com/argoproj/argo-cd/commit/a29703877edd9d5382c50e4181292b8a7769f86b): test(controller): avoid race in test (cherry-pick [#&#8203;25655](https://github.com/argoproj/argo-cd/issues/25655) for 3.2) ([#&#8203;25691](https://github.com/argoproj/argo-cd/issues/25691)) ([@&#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.2.1...v3.2.2> <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> ### [`v3.2.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.0...v3.2.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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 - [`6dd5e7a`](https://github.com/argoproj/argo-cd/commit/6dd5e7a6d2df398bd3503da61ecbd7f450c7f392): fix(ui): add null-safe handling for assignedWindows in status panel (cherry-pick [#&#8203;25128](https://github.com/argoproj/argo-cd/issues/25128) for 3.2) ([#&#8203;25180](https://github.com/argoproj/argo-cd/issues/25180)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`dabdf39`](https://github.com/argoproj/argo-cd/commit/dabdf39772581fabc4d758e10b71f8e258f6f737): fix(ui): overlapping UI elements and add resource units to tooltips (cherry-pick [#&#8203;24717](https://github.com/argoproj/argo-cd/issues/24717) for 3.2) ([#&#8203;25225](https://github.com/argoproj/argo-cd/issues/25225)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`cd8df17`](https://github.com/argoproj/argo-cd/commit/cd8df1721cf1eeeae7449005384cadcc7c2ab377): fix: Allow the ISVC to be healthy when the Stopped Condition is False (cherry-pick [#&#8203;25312](https://github.com/argoproj/argo-cd/issues/25312) for 3.2) ([#&#8203;25318](https://github.com/argoproj/argo-cd/issues/25318)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`27c5065`](https://github.com/argoproj/argo-cd/commit/27c506530836fb77a8242cdb773ae796d7151b31): fix: revert [#&#8203;24197](https://github.com/argoproj/argo-cd/issues/24197) (cherry-pick [#&#8203;25294](https://github.com/argoproj/argo-cd/issues/25294) for 3.2) ([#&#8203;25314](https://github.com/argoproj/argo-cd/issues/25314)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`29f869c`](https://github.com/argoproj/argo-cd/commit/29f869c82fc632893707cf53c84057190e23c2f3): fix: the concurrency issue with git detached processing in Repo Server ([#&#8203;25101](https://github.com/argoproj/argo-cd/issues/25101)) (cherry-pick [#&#8203;25127](https://github.com/argoproj/argo-cd/issues/25127) for 3.2) ([#&#8203;25448](https://github.com/argoproj/argo-cd/issues/25448)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`7bd02d7`](https://github.com/argoproj/argo-cd/commit/7bd02d7f02ba267b46a42aedbdb62cce3d62880c): fix:(ui) don't render ApplicationSelector unless the panel is showing (cherry-pick [#&#8203;25201](https://github.com/argoproj/argo-cd/issues/25201) for 3.2) ([#&#8203;25208](https://github.com/argoproj/argo-cd/issues/25208)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Documentation - [`c11e67d`](https://github.com/argoproj/argo-cd/commit/c11e67d4bfc97232e9c3b5f70dade40a0d8da493): docs: Document usage of ?. in notifications triggers and fix examples ([#&#8203;25352](https://github.com/argoproj/argo-cd/issues/25352)) (cherry-pick [#&#8203;25418](https://github.com/argoproj/argo-cd/issues/25418) for 3.2) ([#&#8203;25421](https://github.com/argoproj/argo-cd/issues/25421)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`a0a1843`](https://github.com/argoproj/argo-cd/commit/a0a18438ab2bc58f19b8396c579123396507a544): docs: Improve switch to annotation tracking docs, clarifying that a new Git commit may be needed to avoid orphan resources - (cherry-pick [#&#8203;25309](https://github.com/argoproj/argo-cd/issues/25309) for 3.2) ([#&#8203;25338](https://github.com/argoproj/argo-cd/issues/25338)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`86c9994`](https://github.com/argoproj/argo-cd/commit/86c99943945e166d8f984e88c568d8de4d79b752): docs: update user content for deleting applications (cherry-pick [#&#8203;25124](https://github.com/argoproj/argo-cd/issues/25124) for 3.2) ([#&#8203;25174](https://github.com/argoproj/argo-cd/issues/25174)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`1545390`](https://github.com/argoproj/argo-cd/commit/1545390cd822edce2e5ce448a7f1c590d2230b0c): fix(cherry-pick): bump gitops-engine ssd regression ([#&#8203;25226](https://github.com/argoproj/argo-cd/issues/25226)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.0...v3.2.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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9TZWN1cml0eSIsIlByaW9yaXR5L0xvdyJdfQ==-->
renovatebot added the
Priority
Low
4
Kind/Security
labels 2025-12-22 08:07:04 +00:00
renovatebot added 1 commit 2025-12-22 08:07:04 +00:00
dgroothuis merged commit 4fd96cf953 into main 2025-12-22 08:51:20 +00:00
dgroothuis deleted branch renovate/argoproj-argo-cd-3.x 2025-12-22 08:51:20 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DGSE/kubernetes#33