Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/argoproj/argo-workflows/v3 from 3.6.5 to 3.7.2.

Release notes

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

v3.7.2

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.2/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.2/install.yaml

v3.7.1

... (truncated)

Changelog

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

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
  • Yuan Tang

v3.7.1 (2025-08-12)

Full Changelog: v3.7.0...v3.7.1

Selected Changes

... (truncated)

Commits
  • 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)...
  • 4d50795 fix: pod controller log (#14841)
  • f73107a docs: clarify in controller configmap that parallelism limits includes proces...
  • 02f274c chore: bump go to 1.24.4 as per main (release-3.7) (#14843)
  • 80cd739 chore(deps): bump superagent to 10.2.3 (cherry-pick release-3.7) (#14845)
  • 9133467 fix(controller): check optional artifacts in node output validation (cherry-p...
  • 74f14d2 fix: retry strategy being ignored by daemoned nodes. Fix #14715 (cherry-pick ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.6.5 to 3.7.2.
- [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.6.5...v3.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2025
@dependabot dependabot bot requested review from a team as code owners October 1, 2025 04:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2025
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