github argoproj/argo-workflows v2.12.10

latest releases: v3.4.17, v3.5.6, v3.5.5...
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.10/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.10/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.10/manifests/install.yaml

Changes

  • Update manifests to v2.12.10
  • fix(test): Flaky TestWorkflowShutdownStrategy (#5331)
  • Cherry-pick 5289
  • fix: Disallow object names with more than 63 chars (#5324)
  • fix: Backward compatible workflowTemplateRef from 2.11.x to 2.12.x (#5314)
  • fix: Ensure whitespaces is allowed between name and bracket (#5176)
  • Update manifests to v2.12.9
  • chore: Add SHA256 checksums to release (#5122)
  • codegen
  • cherry-picked 5081
  • fix: Revert "fix(controller): keep special characters in json string when … … 19da392 …use withItems (#4814)" (#5076)
  • fix(controller): Fix creator dashes (#5082)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.