github argoproj/argo-workflows v2.12.4

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

Quick Start

What's New?

Find out in our blog post

Argo CLI

Mac

Available via curl

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

# Unzip
gunzip argo-darwin-amd64.gz

# 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.12.4/argo-linux-amd64.gz

# Unzip
gunzip argo-linux-amd64.gz

# 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/release-2.12.4/manifests/install.yaml

Changes

  • feat: Publish images on Quay.io (#4860)
  • feat: Publish images to Quay.io (#4854)
  • fix: Preserve the original slice when removing string (#4835)
  • fix(controller): keep special characters in json string when use withItems (#4814)
  • chore: add missing phase option to node cli command (#4825)

Contributors

  • Simon Behar
  • Song Juchao
  • cocotyty
  • markterm

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.