Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.15 to 3.7.16#460

Merged
tekenstam merged 1 commit into
masterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.16
Jul 14, 2026
Merged

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.15 to 3.7.16#460
tekenstam merged 1 commit into
masterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/argoproj/argo-workflows/v3 from 3.7.15 to 3.7.16.

Release notes

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

v3.7.16

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

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

v3.7.16 (2026-07-07)

Full Changelog: v3.7.15...v3.7.16

Selected Changes

  • 26f99ff66 fix(ui): Fixed Azure Queue Storage icon in event flow diagram Fixes #16384 (cherry-pick #16390 for 3.7) (#16391)
  • 35e6ceab6 fix: reject stale copies of completed workflows using resourceVersion comparison (cherry-pick #16357 for 3.7) (#16383)
  • efad91c17 fix: log "Max parallelism reached" at info level, not error. Fixes #16378 (cherry-pick #16379 for 3.7) (#16381)
  • 43957f202 fix!: drop values when skipped arguments are being substituted (cherry-pick #16223 for 3.7) (#16315)
  • d4ee3df9f fix: return 404 instead of panic when archived workflow is not yet persisted (cherry-pick #16302 for 3.7) (#16320)
  • 6c7a9aaa4 fix: honor ?? and ?. guards in strict missing-variable check (cherry-pick #16274 for 3.7) (#16317)
  • 7aa4ffc9e fix: resolve race condition in custom metric initialization (cherry-pick #16238 for 3.7) (#16313)
  • 48517cc43 fix(auth): mask sensitive token in sso callback logs (cherry-pick #16268 for 3.7) (#16311)
  • bae3229d7 chore(deps): update dependency linkify-it to v5.0.1 [security] (release-3.7) (#16300)
  • be8305080 fix: WorkflowTaskSets size bloat for large workflows (cherry-pick #16075 for 3.7) (#16286)
  • 953072651 chore(deps): update dependency @​babel/core to v7.29.6 [security] (release-3.7) (#16279)
  • Alan Clucas
  • Anton Pechenin
  • Claude Fable 5
  • Claude Opus 4.8 (1M context)
  • Isitha Subasinghe
  • Knut Zuidema
  • Liketosweep
  • Nebojša Jaćović
  • panaxging
  • Rin
  • Tommaso TBA. BARBERIS
  • zvdy
Commits
  • 26f99ff fix(ui): Fixed Azure Queue Storage icon in event flow diagram Fixes #16384 (c...
  • 35e6cea fix: reject stale copies of completed workflows using resourceVersion compari...
  • efad91c fix: log "Max parallelism reached" at info level, not error. Fixes #16378 (ch...
  • 43957f2 fix!: drop values when skipped arguments are being substituted (cherry-pick #...
  • d4ee3df fix: return 404 instead of panic when archived workflow is not yet persisted ...
  • 6c7a9aa fix: honor ?? and ?. guards in strict missing-variable check (cherry-pick #16...
  • 7aa4ffc fix: resolve race condition in custom metric initialization (cherry-pick #162...
  • 48517cc fix(auth): mask sensitive token in sso callback logs (cherry-pick #16268 for ...
  • bae3229 chore(deps): update dependency linkify-it to v5.0.1 [security] (release-3.7) ...
  • be83050 fix: WorkflowTaskSets size bloat for large workflows (cherry-pick #16075 for ...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 18:32
@dependabot dependabot Bot added the go Pull requests that update Go code label Jul 13, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 13, 2026 18:32
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.15 to 3.7.16.
- [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.7.15...v3.7.16)

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

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.16 branch from 3849d16 to fbc8187 Compare July 14, 2026 00:13
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.48%. Comparing base (5ce81b6) to head (fbc8187).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #460   +/-   ##
=======================================
  Coverage   58.48%   58.48%           
=======================================
  Files          17       17           
  Lines        1573     1573           
=======================================
  Hits          920      920           
  Misses        527      527           
  Partials      126      126           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tekenstam
tekenstam merged commit 0d76f7d into master Jul 14, 2026
5 checks passed
@tekenstam
tekenstam deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.16 branch July 14, 2026 15:02
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