Skip to content

deps: bump github.com/argoproj/argo-workflows/v3 from 3.7.6 to 3.7.8#72

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.8
Closed

deps: bump github.com/argoproj/argo-workflows/v3 from 3.7.6 to 3.7.8#72
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 21, 2026

Bumps github.com/argoproj/argo-workflows/v3 from 3.7.6 to 3.7.8.

Release notes

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

v3.7.8

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

v3.7.7

... (truncated)

Changelog

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

v3.7.8 (2026-01-21)

Full Changelog: v3.7.7...v3.7.8

Selected Changes

  • Alan Clucas
  • Benjamin Scott Pruett
  • Eduardo Rodrigues
  • Mason Malone

v3.7.7 (2026-01-08)

Full Changelog: v3.7.6...v3.7.7

Selected Changes

  • Alan Clucas
  • Claude Opus 4.5
  • Eduardo Rodrigues
  • Giovanni Campagna
  • Jack Cui
  • Jake Leahy
  • jiazhen.liu
  • jswxstw
  • Lars F. Karlström

... (truncated)

Commits
  • add2c54 fix: workflow controller to detect stale workflows (cherry-pick #15090 for 3....
  • 190f5d7 fix(security): stored XSS in artifact directory listings (cherry-pick #15255 ...
  • 739280d fix: Optimize DAG sort for retry (cherry-pick #15241 for 3.7) (#15249)
  • 26c24fd fix: dedupe realtime metrics and handle delete tombstone (cherry-pick #15216 ...
  • ce81da3 fix(ui): fix BASE_HREF in production index.html. Fixes #15046 (cherry-pick #1...
  • fe0853d fix: remove pod finalizer in abnormal scenarios (cherry-pick #15164 for 3.7) ...
  • 71f71e1 fix: Avoid resetting resourceVersion for watch. Fixes #15106 (cherry-pick #15...
  • 3208e1b fix: server, label actor on retrywf (cherry-pick #15201 for 3.7) (#15209)
  • ddb6622 chore: Add 'fish' to supported shells in completion error (cherry-pick #15200...
  • 0249b17 fix: Docs reference a UI service that does not exist (cherry-pick #15204 for ...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.7.6 to 3.7.8.
- [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.6...v3.7.8)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 11, 2026

Superseded by #80.

@dependabot dependabot Bot closed this Mar 11, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.8 branch March 11, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants