Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 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 auto-merge dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 25, 2026
@dependabot dependabot bot requested a review from rhacs-bot as a code owner March 25, 2026 06:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 06:53
@dependabot dependabot bot added go Pull requests that update Go code auto-merge labels Mar 25, 2026
@rhacs-bot rhacs-bot enabled auto-merge (squash) March 25, 2026 06:53
@rhacs-bot
Copy link
Contributor

A single node development cluster (infra-pr-1786) was allocated in production infra for this PR.

CI will attempt to deploy quay.io/rhacs-eng/infra-server: to it.

🔌 You can connect to this cluster with:

gcloud container clusters get-credentials infra-pr-1786 --zone us-central1-a --project acs-team-temp-dev

🛠️ And pull infractl from the deployed dev infra-server with:

nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

🚲 You can then use the dev infra instance e.g.:

bin/infractl -k -e localhost:8443 whoami

⚠️ Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted. ⚠️

Further Development

☕ If you make changes, you can commit and push and CI will take care of updating the development cluster.

🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:

make helm-deploy

Logs

Logs for the development infra depending on your @redhat.com authuser:

Or:

kubectl -n infra logs -l app=infra-server --tail=1 -f

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 3299b03 to a4ff4bd Compare March 25, 2026 07:15
@rhacs-bot rhacs-bot merged commit 63300f2 into master Mar 25, 2026
11 checks passed
@rhacs-bot rhacs-bot deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.12 branch March 25, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge 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