Skip to content

chore(deps): Bump github.com/argoproj/argo-cd/v3 from 3.0.12 to 3.1.0 - #313

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.1.0
Closed

chore(deps): Bump github.com/argoproj/argo-cd/v3 from 3.0.12 to 3.1.0#313
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/argoproj/argo-cd/v3 from 3.0.12 to 3.1.0.

Release notes

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

v3.1.0

Quick Start

Non-HA:

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

HA:

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

Changelog

Features

  • 6047e91d15091de83f3b71022703046573aa74ff: feat(AppProject): Add sync window description (#20766) (@​speedfl)
  • 999dbb264e4fc251b064b5184c4d8860eb50bbe4: feat(UI): add enabled field to explicitly set in automatedSync in SyncPolicy (#22482) (@​aali309)
  • 111da3966e1ad1e96892f850df782c979713bd08: feat(actions): parametrized actions to scale workloads (#15505) (#20097) (@​ratulbasak)
  • 76a63a1cace2b1c8882aa2b1e16d1ba5b868c539: feat(api): protect static assets endpoint from symlink traversal (#22936) (@​crenshaw-dev)
  • 99faf8247415a81b64bacde9e179a05db50b5dc7: feat(appset): add target branch support for bitbucket cloud pull request generator (#22402) (@​mihallis)
  • 64198e8042f26cf7b9676ba14ae3e28c25122e4f: feat(ci): don't cancel-in-progress on master (#23392) (@​crenshaw-dev)
  • 6cf29619aee9fc5c1104ff800a177bbf12523a1f: feat(cli): Add Plugin Support to the Argo CD CLI (#20074) (@​nitishfy)
  • d14ba140d1e6dbb3be5be4a8c08a7b5ea87b5b75: feat(cli): Adding whoami alias (#23385) (@​christianh814)
  • 7d6604404fd3b7d77124f9623a2d7a12cc24a0bb: feat(health): Implement spinkube SpinApp CRD health checks (#21896) (@​lukepatrick)
  • 65464d8b77941c65499028bb14172fc40e62e38b: feat(health): OpenTelemetryCollector CRD Healthcheck (#23156) (@​savanipoojan78)
  • 8f1f5c7234e694a4830744f92e1b0f8d1e3cd43d: feat(health): add Logstash resource customization (#22028) (@​fprovencherdrw)
  • 96039be4e075e5b22781703023bfbbe5586bd081: feat(health): add Rabbitmq topology resource customizations (#22066) (@​fprovencherdrw)
  • 9149021b2cd1f7ed7d2ba711643b560127f81ad0: feat(health): add crossplane and upbound health checks (#21479) (#22919) (@​crenshaw-dev)
  • e578b85410f748c6c7b4e10ff1a5fdbca09b3328: feat(health): add kyverno Policy resource customization (#21552) (@​marckhair)
  • 7224a15502d4a9589f1c10f28cca8c9e0d998386: feat(helm): upgrade to 3.18.3 (cherry-pick #23618) (#23620) (@​gcp-cherry-pick-bot[bot])
  • 8eaccb7ea0431a2fcb6f5cb18cd582e14382ac1a: feat(helm): upgrading helm to 3.18.4 (cherry-pick #23724) (#23731) (@​gcp-cherry-pick-bot[bot])
  • 81ae77a4ad042a2e449f0d3dc9da86b989155b61: feat(hydrator): commit tracing (#19441) (#23361) (@​crenshaw-dev)
  • d9ef10a817f64fbb45fb18abd56e4f3d243ae013: feat(hydrator): handle sourceHydrator fields from webhook (#19397) (#22485) (@​alexymantha)
  • 563d45b8dbdd339a973cb6bede9449b3a21bc825: feat(kustomize): upgrade to 5.7.0 (#23619) (#23625) (@​crenshaw-dev)
  • 2dafcba59515c7c62419b4d08c9eb76aa5b523fb: feat(ui): add keydown event to the pod dropdown menu (#20996) (@​vivian-xu)

... (truncated)

Changelog

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

Changelog

v2.4.8 (2022-07-29)

Bug fixes

  • feat: support application level extensions (#9923)
  • feat: support multiple extensions per resource group/kind (#9834)
  • fix: extensions is not loading for ConfigMap/Pods (#10010)
  • fix: upgrade moment from 2.29.2 to 2.29.3 (#9330)
  • fix: skip redirect url validation when it's the base href (#10058) (#10116)
  • fix: avoid CVE-2022-28948 (#10093)
  • fix: Set HOST_ARCH for yarn build from platform (#10018)

Other changes

  • chore(deps): bump moment from 2.29.3 to 2.29.4 in /ui (#9897)
  • docs: add OpenSSH breaking change notes (#10104)
  • chore: update parse-url (#10101)
  • docs: add api field example in the appset security doc (#10087)
  • chore: update redis to 7.0.4 avoid CVE-2022-30065 (#10059)
  • docs: add argocd-server grpc metric usage (#10007)
  • chore: upgrade Dex to 2.32.0 (#10036) (#10042)
  • chore: update redis to avoid CVE-2022-2097 (#10031)
  • chore: update haproxy to 2.0.29 for redis-ha (#10045)

v2.4.7 (2022-07-18)

Bug fixes

fix: Support files in argocd.argoproj.io/manifest-generate-paths annotation (#9908) fix: terminal websocket write lock to avoid races (#10011) fix: updated all a tags to Link tags in app summary (#9777) fix: e2e test to use func from clusterauth instead creating one with old logic (#9989) fix: add missing download CLI tool URL response for ppc64le, s390x (#9983)

Other

chore: upgrade parse-url to avoid SNYK-JS-PARSEURL-2936249 (#9826) docs: use quotes to emphasize that ConfigMap value is a string (#9995) docs: document directory app include/exclude fields (#9997) docs: simplify Docker toolchain docs (#9966) (#10006) docs: supported versions (#9876)

v2.4.6 (2022-07-12)

Features

  • feat: Treat connection reset as a retryable error (#9739)

... (truncated)

Commits
  • 03c4ad8 Bump version to 3.1.0 on release-3.1 branch (#24135)
  • a9a0c7b fix: revert kubeVersion change to preserve trailing + (cherry-pick #24066) ...
  • 1c1c176 fix: kustomize edit add component check (#24100) (cherry-pick 3.1) (#24102)
  • 61d2a05 chore: update Go to 1.24.6 (release-3.1) (#24093)
  • 64e94af docs(actions): document parameterized resource actions (cherry-pick #24007) (...
  • 269e213 docs: 3.0 migration - added remediation for explicitly syncing apps that use ...
  • 26c63b9 fix: helm GetTags cache writing (cherry-pick #23865) (#23952)
  • 1ad527f Bump version to 3.1.0-rc4 on release-3.1 branch (#23935)
  • b7d39b5 docs: Improve developer guide cherry-pick (#23916)
  • 9f18ff1 fix(metrics): Cherrypick grpc stats fix release 3.1 (#23890)
  • 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 Aug 13, 2025
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.1.0 branch from 0252cd8 to 0631b68 Compare August 15, 2025 15:34
Bumps [github.com/argoproj/argo-cd/v3](https://github.com/argoproj/argo-cd) from 3.0.12 to 3.1.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.0.12...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.1.0 branch from 0631b68 to ba6b6fe Compare August 15, 2025 15:40
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #321.

@dependabot dependabot Bot closed this Aug 26, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/argoproj/argo-cd/v3-3.1.0 branch August 26, 2025 16:14
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.

0 participants