Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps github.com/argoproj/argo-cd/v3 from 3.1.9 to 3.2.0.

Release notes

Sourced from github.com/argoproj/argo-cd/v3's releases.

v3.2.0

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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.

Please note that users operating large monorepos may encounter repo-server lock contention requiring pod restarts. A fix is under review and will be included in the next patch release.

Changelog

Features

  • be8e79eb310a0768c9045cc43754e2dd249ef262: feat(appset): add pprof endpoints (cherry-pick #25044 for 3.2) (#25051) (@​rumstead)
  • 79f152c1ba98112f388cb3fe2df8c89c24f1d780: feat(appset): deleting applications in order when Progressive sync enabled on applicationSet (#23465) (@​ranakan19)
  • b1a9fab70c6467040bf579cab8b7beb20b654b91: feat(appset): enhance ApplicationSet status debugging logs (#23869) (@​somln)
  • a5c6898655b1a6ce365a3aa9daeba09ac83a4fda: feat(appset): increase concurrent reconcile maximum to max int64 (#23721) (@​rumstead)
  • 6a2077642e29d7a5c6017d496dae861230cfa7e5: feat(cli): Support Server-Side Diff CLI (#23978) (@​pjiang-dev)
  • 69f7d397174b90e02eca0b8cf08d022c649a3f3c: feat(cli): add 'get-resource' command (#23196) (#23609) (@​cjcocokrisp)
  • 853b8dddd383dc4c65554e353b0bc6083438e943: feat(cli): support password prompt input when --password is not provided in bcrypt cli (#23906) (@​gyu-young-park)
  • 5a8b427322179e30f5e42a2ef92afa4a964184be: feat(controller): Permit using newer revision when retrying failed sync (#11494) (#23038) (@​olivergondza)
  • 5c9a5ef9a65f8e04e729fbae54a9310c0a42f6c2: feat(health): Add healthCheck for CRD DatadogMetric (#23464) (@​Nicolas-Richard)
  • d3de4435ce86f3f85a4cc58978b2544af2ac4248: feat(health): CronJob health and suspend, resume and terminate Job actions (#23991) (@​agaudreault)
  • 36f1a59c09ad4ef384689fa0699ff7eba60f4a20: feat(health): add health checks for GitOps Promoter (#23663) (@​crenshaw-dev)
  • 99fea7c12e03c45c938284d30414585cda5714c7: feat(helm): upgrade to 3.18.3 (#23618) (@​crenshaw-dev)
  • e8e39a996e847972beb6c5eac465af09e37e7fe5: feat(helm): upgrading helm to 3.18.4 (#23724) (@​mubarak-j)
  • 6f6c39d8f42bab2bdae7ffc768fc22509020b083: feat(hydrator): Commit message templating (#23679) (#24204) (@​pbhatnagar-oss)
  • e85e353b81effb2edf8ded13e146fe4f72ad82f3: feat(hydrator): Credential template to source hydrator (#23999) (@​pbhatnagar-oss)
  • 562194b35ccb1fe71dff51d3b4f8c5a3f5c89048: feat(hydrator): add .gitattributes file to hydrated repo root (#23678) (#23725) (@​FourFifthsCode)
  • 8b2799c51c34e91bd83a3fa4ae4122bd614ade66: feat(hydrator): parallelize repo-server calls (#24451) (#24436) (@​crenshaw-dev)
  • a6a78ef8d623b8e47fd453d10cf716b4b6fea1d4: feat(kustomize): upgrade to 5.7.0 (#23619) (@​crenshaw-dev)

... (truncated)

Commits
  • 66b2f30 Bump version to 3.2.0 on release-3.2 branch (#25160)
  • a1df57d fix: capture stderr in executil RunWithExecRunOpts (cherry-pick #25139 for 3....
  • 8884b27 fix(ui): Improve Delete Dialog Behaviour when deleting child apps in the app-...
  • be8e79e feat(appset): add pprof endpoints (cherry-pick #25044 for 3.2) (#25051)
  • 6aa9c20 fix: Health status for HTTPRoute with multiple generations (#24958) (cherry-p...
  • 1963030 Bump version to 3.2.0-rc4 on release-3.2 branch (#25010)
  • b227ef1 fix: don't show error about missing appset (cherry-pick #24995 for 3.2) (#24997)
  • d1251f4 fix(health): use promotion resource Ready condition regardless of reason (che...
  • 3db95b1 fix: make webhook payload handlers recover from panics (cherry-pick #24862 fo...
  • 7628473 chore(deps): bump redis from 8.2.1 to 8.2.2 to address vuln (release-3.2) (#2...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 4, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 4, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 4, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.2.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [github.com/argoproj/argo-cd/v3](https://github.com/argoproj/argo-cd) from 3.1.9 to 3.2.0.
- [Release notes](https://github.com/argoproj/argo-cd/releases)
- [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-cd@v3.1.9...v3.2.0)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-cd/v3
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.2.0 branch from 9aa77fc to ea887d8 Compare November 12, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant