Quick Start
What's New?
Find out in our blog post
Breaking Changes
If any.
Argo CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v0.0.0-dev-build-1/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/v0.0.0-dev-build-1/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/v0.0.0-dev-build-1/install.yaml
Changes
- 9167c8b6 fix: publish release
- f4d930b4 fix: version
- badd4452 ci: add version to changelog
- 62043cdd ci: do not depend on e2e-tests, these can be slow or flakey
- 43105136 chore: typo
- 6cbe45ad chore: add changelog
- 1219ce76 build: Attach manifests to the release
Contributors
- Alex Collins