Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
v0.6from
dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11
Closed

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.4 to 3.7.11#1206
dependabot[bot] wants to merge 1 commit into
v0.6from
dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 11, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v3.7.11

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

v3.7.10

... (truncated)

Changelog

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

v3.7.11 (2026-03-11)

Full Changelog: v3.7.10...v3.7.11

Selected Changes

  • 8f505a558 Merge commit from fork
  • 9064c7f89 Merge commit from fork
  • 91dfc0aa9 fix: Add optional UID query parameter to GetWorkflow (cherry pick 15265 to release 3.7) (#15643)
  • 477442702 fix: requeue workflow if expected variables are missing. Fixes #15513 (cherry-pick #15442 for 3.7) (#15657)
  • 322d067a1 chore(deps): update module github.com/cloudflare/circl to v1.6.3 [security] (release-3.7) (#15634)
  • 3b2a55298 fix(sync): variable shadowing causes semaphore holders to be lost on restart (cherry-pick #15609 for 3.7) (#15617)
  • 0a7fa6790 fix: use fixed reference time in SQLite store tests to prevent flakiness (cherry-pick #15599 for 3.7) (#15619)
  • 1164dc5ed fix: use workflow key for semaphore nextWorkflow callback (cherry-pick #15558 for 3.7) (#15621)
  • 5499fb823 chore(deps): update module filippo.io/edwards25519 to v1.1.1 [security] (release-3.7) (#15604)
  • 2c007afc7 chore(deps): update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] (release-3.7) (#15602)
  • Alan Clucas
  • Eduardo Rodrigues
  • Isitha Subasinghe
  • Ville Vesilehto

v3.7.10 (2026-02-16)

Full Changelog: v3.7.9...v3.7.10

Selected Changes

  • 879b52667 fix: use input.defaults for suspend templates (cherry-pick #15240 for 3.7) (#15483)
  • 214d4da0a fix: emissary deadline handling (cherry-pick #15352 for 3.7) (#15554)
  • 72e17f3b8 chore(deps): update dependency qs to v6.14.2 [security] (release-3.7) (#15560)
  • 24e1f5cb2 fix: change RLock to Lock in sync manager methods (cherry-pick #15546 for 3.7) (#15552)
  • 93897c52a fix: support large container args (cherry pick 15265 to release 3.7) (#15523)
  • 46825ffe6 chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] (release-3.7) (#15543)
  • 21a14fcee chore(deps): update google.golang.org/genproto/googleapis/api digest to 546029d (release-3.7) (#15497)
  • fd9cbb209 fix: Add instanceID label to WorkflowTaskSet. Fixes #15219 (cherry-pick #15220 for 3.7) (#15496)
  • 47581e249 fix: sync example is wrong for mutexes (cherry-pick #15431 for 3.7) (#15453)
  • Alan Clucas
  • AnaySh
  • Anay Sharma
  • Uziel David Sulkies

... (truncated)

Commits
  • 8aad740 chore: merge fix
  • 8f505a5 Merge commit from fork
  • 9064c7f Merge commit from fork
  • 91dfc0a fix: Add optional UID query parameter to GetWorkflow (cherry pick 15265 to re...
  • 4774427 fix: requeue workflow if expected variables are missing. Fixes #15513 (cherry...
  • 322d067 chore(deps): update module github.com/cloudflare/circl to v1.6.3 [security] (...
  • 3b2a552 fix(sync): variable shadowing causes semaphore holders to be lost on restart ...
  • 0a7fa67 fix: use fixed reference time in SQLite store tests to prevent flakiness (che...
  • 1164dc5 fix: use workflow key for semaphore nextWorkflow callback (cherry-pick #15558...
  • 5499fb8 chore(deps): update module filippo.io/edwards25519 to v1.1.1 [security] (rele...
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11 branch from 6fbeae5 to 507c24d Compare March 11, 2026 23:20
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11 branch from 507c24d to 2c8a4ca Compare March 19, 2026 20:29
@coderabbitai

coderabbitai Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f08f0433-8407-47c7-abfb-976f2dc84c95

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11

Comment @coderabbitai help to get the list of available commands and usage tips.

@davidLif

Copy link
Copy Markdown
Collaborator

@dependabot rebase

davidLif
davidLif previously approved these changes Mar 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with v0.6! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@davidLif davidLif enabled auto-merge (squash) March 19, 2026 20:35
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11 branch from 2c8a4ca to 349463e Compare March 19, 2026 20:54
@enoodle

enoodle commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11 branch from 349463e to 513f3b6 Compare March 20, 2026 19:50
@dependabot @github

dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1337.

@dependabot dependabot Bot closed this Mar 25, 2026
auto-merge was automatically disabled March 25, 2026 21:45

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/v0.6/github.com/argoproj/argo-workflows/v3-3.7.11 branch March 25, 2026 21:45
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