chore(deps): update dependency argoproj/argo-cd to v3.2.6 - autoclosed #3399

Closed
renovate-bot wants to merge 1 commits from renovate/argoproj-argo-cd-3.x into main
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.2.1v3.2.6

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v3.2.6

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.5...v3.2.6

v3.2.5

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.3...v3.2.5

v3.2.4

Compare Source

Important notice about this release

This release is invalid, please use the v3.2.5 instead.

v3.2.3

Compare Source

Quick Start

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

Dependency updates

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

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


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 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.2.1` → `v3.2.6` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.2.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.5...v3.2.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/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 - [`20866f4`](https://github.com/argoproj/argo-cd/commit/20866f455712a453db09b1d80816838d2e0f0afc): fix(hydrator): .gitattributes include deeply nested files ([#&#8203;25870](https://github.com/argoproj/argo-cd/issues/25870)) (cherry-pick [#&#8203;26011](https://github.com/argoproj/argo-cd/issues/26011) for 3.2) ([#&#8203;26012](https://github.com/argoproj/argo-cd/issues/26012)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`508da9c`](https://github.com/argoproj/argo-cd/commit/508da9c79192a19fdf741a37715bd60d38f628e1): fix(hydrator): empty links for failed operation ([#&#8203;25025](https://github.com/argoproj/argo-cd/issues/25025)) (cherry-pick [#&#8203;26014](https://github.com/argoproj/argo-cd/issues/26014) for 3.2) ([#&#8203;26016](https://github.com/argoproj/argo-cd/issues/26016)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2ff406a`](https://github.com/argoproj/argo-cd/commit/2ff406ae33c3d13ae1090c107a9121303607141b): fix: cherry pick [#&#8203;25516](https://github.com/argoproj/argo-cd/issues/25516) to release-3.2 ([#&#8203;26115](https://github.com/argoproj/argo-cd/issues/26115)) ([@&#8203;FourFifthsCode](https://github.com/FourFifthsCode)) - [`e3b108b`](https://github.com/argoproj/argo-cd/commit/e3b108b7384432517037f88022a67df30e9dbe97): fix: close response body on error paths to prevent connection leak (cherry-pick [#&#8203;25824](https://github.com/argoproj/argo-cd/issues/25824) for 3.2) ([#&#8203;26006](https://github.com/argoproj/argo-cd/issues/26006)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`ad117b8`](https://github.com/argoproj/argo-cd/commit/ad117b88a690a559eb373e19d0abed95806cb23d): fix: invalid error message on health check failure ([#&#8203;26040](https://github.com/argoproj/argo-cd/issues/26040)) (cherry pick [#&#8203;26039](https://github.com/argoproj/argo-cd/issues/26039) for 3.2) ([#&#8203;26070](https://github.com/argoproj/argo-cd/issues/26070)) ([@&#8203;dudinea](https://github.com/dudinea)) ##### Dependency updates - [`76fc92f`](https://github.com/argoproj/argo-cd/commit/76fc92f6552b23e6802b7aac3c42640c0d089eae): chore(deps): update notifications-engine to fix GitHub PR comments nil panic (cherry-pick [#&#8203;26065](https://github.com/argoproj/argo-cd/issues/26065) for 3.2) ([#&#8203;26074](https://github.com/argoproj/argo-cd/issues/26074)) ([@&#8203;soutar](https://github.com/soutar)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.5...v3.2.6> <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.5`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.4...v3.2.5) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/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 ##### Features - [`fafbd44`](https://github.com/argoproj/argo-cd/commit/fafbd444895d59a491ac44a20fe60b9826002d6b): feat: Cherry-pick to 3.2 update notifications engine to v0.5.1 0.20251223091026 [`8c0c96d`](https://github.com/argoproj/argo-cd/commit/8c0c96d8d530) ([#&#8203;25930](https://github.com/argoproj/argo-cd/issues/25930)) ([@&#8203;reggie-k](https://github.com/reggie-k)) ##### Bug fixes - [`d7d9674`](https://github.com/argoproj/argo-cd/commit/d7d9674e33a610919a5a1c69c3476cbaf83f0767): fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (cherry-pick [#&#8203;25622](https://github.com/argoproj/argo-cd/issues/25622) for 3.2) ([#&#8203;25911](https://github.com/argoproj/argo-cd/issues/25911)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`e6f5403`](https://github.com/argoproj/argo-cd/commit/e6f54030f06882a1d5d55a8c70968cf197105299): fix: Only show please update resource specification message when spec… (cherry-pick [#&#8203;25066](https://github.com/argoproj/argo-cd/issues/25066) for 3.2) ([#&#8203;25895](https://github.com/argoproj/argo-cd/issues/25895)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Documentation - [`e9d03a6`](https://github.com/argoproj/argo-cd/commit/e9d03a633ef5496bbccc15b1140c06d08a4755ff): docs: Run make codegen for notifications engine changes ([#&#8203;25958](https://github.com/argoproj/argo-cd/issues/25958)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`b67eb40`](https://github.com/argoproj/argo-cd/commit/b67eb40a45479a7120bf0490e4cf11ccd9a2d198): docs: link to source hydrator (cherry-pick [#&#8203;25813](https://github.com/argoproj/argo-cd/issues/25813) for 3.2) ([#&#8203;25814](https://github.com/argoproj/argo-cd/issues/25814)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`8a0633b`](https://github.com/argoproj/argo-cd/commit/8a0633b74aff01e1448f7f96fc4512f88fb5f11a): chore(deps): bump go to 1.25.5 (cherry-pick) ([#&#8203;25805](https://github.com/argoproj/argo-cd/issues/25805)) ([@&#8203;nitishfy](https://github.com/nitishfy)) ##### Other work - [`b414696`](https://github.com/argoproj/argo-cd/commit/b4146969ede3955fd8d9e7d445e3c4ba1ff0d7cd): chore(cherry-pick-3.2): bump `expr` to `v1.17.7` ([#&#8203;25889](https://github.com/argoproj/argo-cd/issues/25889)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`51c6375`](https://github.com/argoproj/argo-cd/commit/51c63751306240be438480c0b0aee2bf36ab136c): ci: test against k8s 1.34.2 (cherry-pick [#&#8203;25856](https://github.com/argoproj/argo-cd/issues/25856) for 3.2) ([#&#8203;25859](https://github.com/argoproj/argo-cd/issues/25859)) ([@&#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.3...v3.2.5> <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.4`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.3...v3.2.4) ##### Important notice about this release This release is invalid, please use the v3.2.5 instead. ### [`v3.2.3`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.2...v3.2.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/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 ##### Dependency updates - [`8f903c3`](https://github.com/argoproj/argo-cd/commit/8f903c3a11689556551efc22c13119af91a1b95a): chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.46.0 ([#&#8203;25791](https://github.com/argoproj/argo-cd/issues/25791)) ([@&#8203;anandf](https://github.com/anandf)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.2...v3.2.3> <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.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> </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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 20:54:36 +00:00
chore(deps): update dependency argoproj/argo-cd to v3.2.6
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 14s
898963c928
renovate-bot force-pushed renovate/argoproj-argo-cd-3.x from 898963c928 to 3f639a8d32 2026-01-23 22:12:51 +00:00 Compare
renovate-bot force-pushed renovate/argoproj-argo-cd-3.x from 3f639a8d32 to 6dfba75855 2026-01-23 22:45:22 +00:00 Compare
renovate-bot force-pushed renovate/argoproj-argo-cd-3.x from 6dfba75855 to 992d457d4f 2026-01-23 23:01:46 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency argoproj/argo-cd to v3.2.6 to chore(deps): update dependency argoproj/argo-cd to v3.2.6 - autoclosed 2026-01-23 23:10:05 +00:00
renovate-bot closed this pull request 2026-01-23 23:10:06 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 2m8s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.