chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.10 to 3.7.3
Bumps github.com/argoproj/argo-workflows/v3 from 3.6.10 to 3.7.3.
Release notes
Sourced from github.com/argoproj/argo-workflows/v3's releases.
v3.7.3
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac / Linux
Available via
curl# Detect OS ARGO_OS="darwin" if [[ "$(uname -s)" != "Darwin" ]]; then ARGO_OS="linux" fiDownload the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.7.3/argo-$ARGO_OS-amd64.gz"
Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
Test installation
argo version
Controller and Server
kubectl create namespace argo kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.3/install.yamlv3.7.2
... (truncated)
Changelog
Sourced from github.com/argoproj/argo-workflows/v3's changelog.
v3.7.3 (2025-10-14)
Full Changelog: v3.7.2...v3.7.3
Selected Changes
- bded09fe4 Merge commit from fork
- 5659ad9b6 Merge commit from fork
- 2890ce3ba chore(deps): bump x/crypto for CVE-2025-47913 (#14925)
- 0a3c04351 fix: 3.7 version modal and docs (#14921)
- Alan Clucas
- Sergey K.
v3.7.2 (2025-09-11)
Full Changelog: v3.7.1...v3.7.2
Selected Changes
- cf605b548 fix: cluster workflow template store is not initialized in namespace mode. Fixes #14763 (cherry-pick release-3.7) (#14826)
- ea660143b fix: reset the taskgroup. fixes #14769 (cherry-pick release-3.7) (#14848)
- 34d8c7031 fix: Makefile refers to lint-go
- 20df38afa fix: ensure pod used container templates are copies (cherry-pick release-3.7) (#14829)
- 4d507951d fix: pod controller log (#14841)
- 80cd73980 chore(deps): bump superagent to 10.2.3 (cherry-pick release-3.7) (#14845)
- 913346747 fix(controller): check optional artifacts in node output validation (cherry-pick release-3.7) (#14837)
- 74f14d244 fix: retry strategy being ignored by daemoned nodes. Fix #14715 (cherry-pick release-3.7) (#14835)
- 8aac93371 fix: ci step titles MySQL->Database (cherry-pick release-3.7) (#14817)
- 026c6b738 fix: Fixes git over azure devops Fixes #11705 (cherry-pick release-3.7) (#14828)
- 0a05502f9 fix: only reset failed or error retry node. Fixes #14796 (cherry-pick release-3.7) (#14834)
- 78cfddda5 fix: Add default value for creationtimestamp column addition. Fixes #… (cherry-pick release-3.7) (#14824)
- 9e49e90a0 fix: moved off deprecated bitnami Docker images. Fixes 14785 (cherry-pick release-3.7) (#14822)
- Alan Clucas
- chenrui
- Eduardo Rodrigues
- Isitha Subasinghe
- jswxstw
- Marcus Weiner
- okzw999
- Tim Collins
- tooptoop4
- Xavier Hardy
... (truncated)
Commits
bded09fMerge commit from fork5659ad9Merge commit from fork2890ce3chore(deps): bump x/crypto for CVE-2025-47913 (#14925)0a3c043fix: 3.7 version modal and docs (#14921)e607913docs: copy across new features for 3.7ae22542docs: tested kubernetes versionscf605b5fix: cluster workflow template store is not initialized in namespace mode. Fi...ea66014fix: reset the taskgroup. fixes #14769 (cherry-pick release-3.7) (#14848)34d8c70fix: Makefile refers to lint-go20df38afix: ensure pod used container templates are copies (cherry-pick release-3.7)...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:warning: Please upload report for BASE (master@bd53490). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## master #412 +/- ##
=========================================
Coverage ? 57.77%
=========================================
Files ? 17
Lines ? 1980
Branches ? 0
=========================================
Hits ? 1144
Misses ? 720
Partials ? 116
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.