Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.12#423

Merged
tekenstam merged 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.12
Mar 23, 2026
Merged

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.12#423
tekenstam merged 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps github.com/argoproj/argo-workflows/v3 from 3.7.11 to 3.7.12.

Release notes

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

v3.7.12

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

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

v3.7.12 (2026-03-18)

Full Changelog: v3.7.11...v3.7.12

Selected Changes

  • Alan Clucas
  • Claude Sonnet 4.6
  • downfa11
  • heitor
  • Heitor Pinto
  • himeshp
  • Himesh Panchal
  • Isitha Subasinghe
  • Ville Vesilehto
Commits
  • dbb6c34 fix: add stepgroup and taskgroup to scope. Fixes #15737 (#15736) (cherry-pick...
  • d87479c chore(deps): upgrade go to 1.25.7 (release-3.7) (#15760)
  • 1a083fd fix(cron): embed tzdata and validate timezone (cherry-pick #15732 for 3.7) (#...
  • 49a0dd0 chore(deps): pin distroless base to debian13 (cherry-pick #15741 for 3.7) (#1...
  • 09cfeac fix: include spec.arguments in archived and live workflow list responses. Fix...
  • 107ad76 chore(deps): update golang.org/x/exp digest to 3dfff04 (release-3.7) (#15730)
  • 94d46ca fix: optimize index to prevent 'out of sort memory' error Fixes #14240 (cherr...
  • e8ebb8c fix: correct TTL strategy precedence comment in gc-ttl example (cherry-pick #...
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 23, 2026
@dependabot dependabot bot requested review from a team as code owners March 23, 2026 18:46
@tekenstam
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.11 to 3.7.12.
- [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.11...v3.7.12)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.12
  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.12 branch from fa4cfaf to d5d53b0 Compare March 23, 2026 23:33
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.25%. Comparing base (5404b2c) to head (d5d53b0).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
- Coverage   59.03%   58.25%   -0.79%     
==========================================
  Files          17       17              
  Lines        1533     1533              
==========================================
- Hits          905      893      -12     
- Misses        512      520       +8     
- Partials      116      120       +4     

see 1 file with indirect coverage changes

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

@tekenstam tekenstam merged commit adafcde into master Mar 23, 2026
5 checks passed
@tekenstam tekenstam deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.12 branch March 23, 2026 23:52
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