Skip to content

Bump github.com/argoproj/argo-workflows/v3 from 3.6.5 to 3.6.7 #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps github.com/argoproj/argo-workflows/v3 from 3.6.5 to 3.6.7.

Release notes

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

v3.6.7

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

v3.6.6

... (truncated)

Changelog

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

v3.6.7 (2025-04-29)

Full Changelog: v3.6.6...v3.6.7

Selected Changes

  • Alan Clucas

v3.6.6 (2025-04-28)

Full Changelog: v3.6.5...v3.6.6

Selected Changes

  • Adrien Delannoy
  • Alan Clucas
  • Isitha Subasinghe
  • jswxstw
  • Mason Malone
  • Ryan Currah
  • William Van Hevelingen
Commits
  • 8d7dae6 fix: disable ALPN in argo-server as a workaround (#14433)
  • 0c14fbb fix: correct manual retry logic. Fixes #14124 (#14328) (release-3.6) (#14430)
  • dcaca63 fix: manual retries exit handler cleanup. Fixes #14180 (#14181) (release-3.6)...
  • 3993b12 fix: correct retry logic (#13734) (release-3.6) (#14428)
  • a0a87bf chore(deps)!: update k8s and argo-events (release-3.6) (#14424)
  • f1cae21 chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#14307) (r...
  • 2863f0e fix: prevent dfs sorter infinite recursion on cycle. Fixes #13395 (cherry-pic...
  • fbda985 fix: gracefully handle invalid CronWorkflows and simplify logic. (cherry-pic...
  • fbea019 chore: bump golang 1.23->1.24 (#14385) (cherry-pick release-3.6) (#14418)
  • 37b4096 chore(lint): update golangci-lint to 2.1.1 (#14390) (cherry-pick release-3.6)...
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2025
@dependabot dependabot bot requested review from a team as code owners May 1, 2025 04:48
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.6.7 branch 2 times, most recently from 9102211 to ee807f6 Compare May 2, 2025 23:39
@tekenstam tekenstam enabled auto-merge (squash) May 2, 2025 23:40
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.6.5 to 3.6.7.
- [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.5...v3.6.7)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.6.7
  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.6.7 branch from ee807f6 to 12e5581 Compare May 2, 2025 23: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.

1 participant