Skip to content

chore(deps): update argo workflows to v3.7.18 - #2289

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/argo-workflows
Open

chore(deps): update argo workflows to v3.7.18#2289
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/argo-workflows

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
argoproj/argo-workflows patch 3.7.153.7.18
argoproj/argo-workflows Kustomization patch v3.7.15v3.7.18
quay.io/argoproj/argocli Kustomization patch v3.7.15v3.7.18
quay.io/argoproj/argoexec Kustomization patch v3.7.15v3.7.18
quay.io/argoproj/workflow-controller Kustomization patch v3.7.15v3.7.18

Release Notes

argoproj/argo-workflows (argoproj/argo-workflows)

v3.7.18

Compare Source

Full Changelog: v3.7.18...v4.0.0-rc1

Selected Changes

Contributors

  • akash khamkar
  • Alan Clucas
  • Andrey Kuznetsov
  • AnonyScorpio
  • antoinetran
  • Armin Friedl
  • Beomgi Kim | 김범기
  • Bjoern Weidlich
  • Bradford Wagner
  • Cayde6
  • chenrui
  • chenrui7
  • Claude
  • Copilot
  • cyzlmh
  • Darko Janjic
  • Dohyeong Lee
  • downfa11
  • edaniel
  • Eduardo Rodrigues
  • edward
  • Elliot Gunton
  • garireo2549
  • Gianluca
  • Isitha Subasinghe
  • isubasinghe
  • ItielOlenick
  • Jason Meridth
  • Jemin Seo
  • J. Gavin Ray
  • jiwlee
  • Joep Keijsers
  • Joibel
  • Jose M. Abuin
  • J.P. Zivalich
  • jswxstw
  • k3rnL
  • Ken Cochrane
  • Lee Jiny
  • littlejian
  • lons
  • Marcus Weiner
  • Mason Malone
  • Matt McLane
  • Milas Bowman
  • Miltiadis Alexis
  • 민선 (minnie)
  • Nitin Bhojwani
  • okzw999
  • oninowang
  • Scott Melhop
  • Sebastien Dionne
  • Sergey K.
  • Shota Sugiura
  • shuangkun tian
  • Tianchu Zhao
  • Tim Collins
  • tooptoop4
  • William Van Hevelingen
  • Xavier Hardy
  • Yuan Tang

v3.7.17

Compare Source

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

v3.7.16

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Dependency updates label Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/argo-workflows branch from 105405d to 2ccbe56 Compare September 3, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants