Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.14 to 3.7.17 - #380

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

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.14 to 3.7.17#380
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/argoproj/argo-workflows/v3 from 3.7.14 to 3.7.17.

Release notes

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

v3.7.17

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

v3.7.16

... (truncated)

Changelog

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

v3.7.17 (2026-07-22)

Full Changelog: v3.7.16...v3.7.17

Selected Changes

  • a75ff7d6a fix: replace configmap watchers with informers (cherry-pick #16408 for 3.7) (#16524)
  • ca95201dc chore(deps): update module golang.org/x/text to v0.39.0 [security] (release-3.7) (#16521)
  • 006dd4657 chore(deps): update module google.golang.org/grpc to v1.82.1 [security] (release-3.7) (#16519)
  • a1b42c4b8 chore(deps): update module golang.org/x/net to v0.56.0 [security] (release-3.7) (#16517)
  • a8db5a03e fix: normalize GCS artifact keys to forward slashes on Windows. Fixes #16470 (cherry-pick #16476 for 3.7) (#16509)
  • 6df5f1943 fix(errors): treat gRPC client request timeout as transient (cherry-pick #16487 for 3.7) (#16506)
  • 7577bc27c fix(errors): treat client-go response body read failures as transient (cherry-pick #16484 for 3.7) (#16499)
  • 4b956e51d fix(controller): allow onExit DAG handler to complete under Stop shutdown (cherry-pick #16488 for 3.7) (#16502)
  • ed1bacebd fix: log missing optional output parameter at warn level, not error. Fixes #16395 (cherry-pick #16402 for 3.7) (#16503)
  • c8c62df6c fix(controller): treat client-go rate limiter wait deadline as transient (cherry-pick #16485 for 3.7) (#16497)
  • aa34f7d9d fix(ui): handle exceptions when retrieving user info (cherry-pick #16491 for 3.7) (#16492)
  • bfed13cba fix: don't leak semaphore slots when limit fetch fails during release (cherry-pick #16405 for 3.7) (#16474)
  • 8e47383a4 fix: complete orphaned TaskGroup nodes stuck Running. Fixes #16450 (cherry-pick #16454 for 3.7) (#16468)
  • 9193fb262 fix: make workflow retry reset deterministic. Fixes #16450 (cherry-pick #16451 for 3.7) (#16466)
  • 5e47fa3d2 chore(deps): update dependency webpack-dev-server to v5 [security] (release-3.7) (#15470)
  • 33264659e chore(deps): update dependency qs to v6.15.3 (release-3.7) (#16459)
  • e03fed78a chore(deps): update gcr.io/distroless/static-debian13:latest docker digest to 9197324 (release-3.7) (#16458)
  • 04e72993d chore(deps): bump loadash+loadash-es for snyk (release-3.7) (#16453)
  • 7bf19655d chore(deps): update dependency @​types/dagre to v0.7.54 (release-3.7) (#16448)
  • f1f91785b chore(deps): update dependency linkify-it to v5.0.2 (release-3.7) (#16445)
  • 1d010e5e8 feat: configurable allowlist (cherry-pick #16344 for 3.7) (#16400)
  • Alan Clucas
  • Ali Asghar
  • Claude Fable 5
  • Goutham Annem
  • Isitha Subasinghe
  • krisling049
  • Mason Malone
  • shuangkun tian

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)

... (truncated)

Commits
  • a75ff7d fix: replace configmap watchers with informers (cherry-pick #16408 for 3.7) (...
  • ca95201 chore(deps): update module golang.org/x/text to v0.39.0 [security] (release-3...
  • 006dd46 chore(deps): update module google.golang.org/grpc to v1.82.1 [security] (rele...
  • a1b42c4 chore(deps): update module golang.org/x/net to v0.56.0 [security] (release-3....
  • a8db5a0 fix: normalize GCS artifact keys to forward slashes on Windows. Fixes #16470 ...
  • 6df5f19 fix(errors): treat gRPC client request timeout as transient (cherry-pick #164...
  • 7577bc2 fix(errors): treat client-go response body read failures as transient (cherry...
  • 4b956e5 fix(controller): allow onExit DAG handler to complete under Stop shutdown (ch...
  • ed1bace fix: log missing optional output parameter at warn level, not error. Fixes #1...
  • c8c62df fix(controller): treat client-go rate limiter wait deadline as transient (che...
  • 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 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)

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.14 to 3.7.17.
- [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.14...v3.7.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 04:22
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 04:22
@dependabot dependabot Bot added the go Pull requests that update Go code label Aug 1, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.28%. Comparing base (487afaa) to head (b65adb7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #380   +/-   ##
=======================================
  Coverage   73.28%   73.28%           
=======================================
  Files           7        7           
  Lines        1108     1108           
=======================================
  Hits          812      812           
  Misses        224      224           
  Partials       72       72           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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