addon-manager icon indicating copy to clipboard operation
addon-manager copied to clipboard

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

Open dependabot[bot] opened this issue 2 months ago • 1 comments

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[bot] avatar Oct 20 '25 18:10 dependabot[bot]

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

Impacted file tree graph

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

codecov-commenter avatar Oct 20 '25 18:10 codecov-commenter