Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps github.com/argoproj/argo-workflows/v3 from 3.3.5 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"
fi
Download 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.yaml

v3.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

  • 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
  • bded09f Merge commit from fork
  • 5659ad9 Merge commit from fork
  • 2890ce3 chore(deps): bump x/crypto for CVE-2025-47913 (#14925)
  • 0a3c043 fix: 3.7 version modal and docs (#14921)
  • e607913 docs: copy across new features for 3.7
  • ae22542 docs: tested kubernetes versions
  • cf605b5 fix: cluster workflow template store is not initialized in namespace mode. Fi...
  • ea66014 fix: reset the taskgroup. fixes #14769 (cherry-pick release-3.7) (#14848)
  • 34d8c70 fix: Makefile refers to lint-go
  • 20df38a fix: ensure pod used container templates are copies (cherry-pick release-3.7)...
  • 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 Oct 14, 2025
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.3.5 to 3.7.3.
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/main/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.3.5...v3.7.3)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.3
  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/chaoscenter/subscriber/github.com/argoproj/argo-workflows/v3-3.7.3 branch from 80fb166 to ad1dc78 Compare October 24, 2025 06:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2025

Looks like github.com/argoproj/argo-workflows/v3 is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Oct 29, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/chaoscenter/subscriber/github.com/argoproj/argo-workflows/v3-3.7.3 branch October 29, 2025 08:13
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