github argoproj/argo-workflows v2.9.4

latest releases: v3.5.8, v3.5.7, v3.4.17...
3 years ago

Quick Start

Argo CLI

Mac

Available via brew

brew install argoproj/tap/argo

And via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.9.4/argo-darwin-amd64

# Make binary executable
chmod +x argo-darwin-amd64

# Move binary to path
mv ./argo-darwin-amd64 /usr/local/bin/argo

# Test installation
argo version

Linux

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.9.4/argo-linux-amd64

# Make binary executable
chmod +x argo-linux-amd64

# Move binary to path
mv ./argo-linux-amd64 /usr/local/bin/argo

# Test installation
argo version

Argo Controller

kubectl create namespace argo
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.9.4/manifests/install.yaml

Changes

v2.9.4

Bug Fixes

  • #3532 fix: Panic on CLI Watch command
  • #3528 fix: Fix when retrying Workflows with Omitted nodes
  • #3480 fix: Merge WorkflowTemplateRef with defaults workflow spec

Contributors

  • Saravanan Balasubramanian
  • Simon Behar

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.