Skip to content

v3.1.14-cap-CR-7472

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 09:15
· 3015 commits to release-3.6 since this release
524d2e6

Quick Start

What's New?

Find out on our blog.

Breaking Changes and Known Issues

See upgrading.

Argo CLI

Mac

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.1.14-cap-CR-7472/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-workflows/releases/download/v3.1.14-cap-CR-7472/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

Install

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.1.14-cap-CR-7472/install.yaml