Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.10 to 3.7.3#412

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.3
Open

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.10 to 3.7.3#412
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.3

Conversation

@dependabot
Copy link
Contributor

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

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

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2025 18:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@dependabot dependabot bot requested review from a team as code owners October 20, 2025 18:07
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 20, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@bd53490). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #412   +/-   ##
=========================================
  Coverage          ?   57.77%           
=========================================
  Files             ?       17           
  Lines             ?     1980           
  Branches          ?        0           
=========================================
  Hits              ?     1144           
  Misses            ?      720           
  Partials          ?      116           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tekenstam
tekenstam previously approved these changes Mar 19, 2026
@tekenstam tekenstam enabled auto-merge (squash) March 19, 2026 14:48
@tekenstam
Copy link
Member

@dependabot Rebase

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.6.10 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.6.10...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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.3 branch from 05b29d2 to aeb38c1 Compare March 19, 2026 14:50
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.

2 participants