Skip to content

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

Merged
tekenstam merged 1 commit into
masterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.15
Jun 17, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v3.7.15

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

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

v3.7.15 (2026-06-10)

Full Changelog: v3.7.14...v3.7.15

Selected Changes

  • Alan Clucas
  • Ali Asghar
  • Claude Fable 5
  • Claude Opus 4.8 (1M context)
  • Elliot Gunton
  • Isitha Subasinghe
  • John Kelly
  • nakatani-yo
  • Umang Tiwary
Commits
  • 358cc39 Merge commit from fork
  • 8cbe238 fix: address semaphore/mutex unsoundness for Initalize (cherry-pick #16160 fo...
  • d67c1c4 fix: retry for database transaction errors. Fixes #16101 (cherry-pick #16102 ...
  • 02bde51 fix: do not re-run onExitNode. Fixes #14392 (cherry-pick #16088 for 3.7) (#...
  • fab3015 fix: classify bare 5xx S3 responses as transient. Fixes #15565 (cherry-pick #...
  • 128d54d fix(ui): populate URL filter parameters on first load. Fixes #15794 (cherry-p...
  • f3cbc81 fix(ui): fix mixed bold/notbold markdown in title annotations (cherry-pick #1...
  • 3d63982 chore(ui): add space in EventSources page title (cherry-pick #16143 for 3.7) ...
  • 57226e7 chore(deps): update module golang.org/x/crypto to v0.52.0 [security] (release...
  • 0a27c45 chore(deps): update module golang.org/x/net to v0.55.0 [security] (release-3....
  • 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 Jun 15, 2026
@dependabot
dependabot Bot requested review from a team as code owners June 15, 2026 18:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 15, 2026
@codecov-commenter

codecov-commenter commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.48%. Comparing base (f4054d1) to head (e4da9b0).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #451   +/-   ##
=======================================
  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.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.15 branch 2 times, most recently from d907ae3 to 2388977 Compare June 16, 2026 04:30
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.14 to 3.7.15.
- [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.15)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.15
  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.15 branch from 2388977 to e4da9b0 Compare June 16, 2026 13:42
@tekenstam
tekenstam merged commit a7fa713 into master Jun 17, 2026
5 checks passed
@tekenstam
tekenstam deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.15 branch June 17, 2026 12:51
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