github argoproj/argo-workflows v2.12.2

latest releases: v3.5.11, v3.6.0-rc1, v3.5.10...
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.2/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.2/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/v2.12.2/manifests/install.yaml

Changes

v2.12.2

Bug Fixes

  • #4719 Allow grace before marking nodes as error + "pod deleted"

Other

  • Update manifests to v2.12.2

Pull Requests

  • #4725 feat(controller): Pod deletion grace period. Fixes #4719
  • #4742 fix(controller): Requeue when the pod was deleted. Fixes #4719

Contributors

  • Alex Collins

v2.12.1

Pull Requests

  • fix(server): Update argo-server crt/key owner (#4750)

Contributors

  • Daisuke Taniwaki

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.