Skip to content

v2.12.11

Compare
Choose a tag to compare
@simster7 simster7 released this 06 Apr 18:10

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

Changes

  • Update manifests to v2.12.11
  • fix: InsecureSkipVerify true
  • fix(executor): GODEBUG=x509ignoreCN=0 (#5562)
  • chore: Handling panic in go routines (#5489)
  • feat(server): Enforce TLS >= v1.2 (#5172)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar