Quick Start
What's New?
Find out on our blog.
Breaking Changes
If any.
Argo CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/dev-build/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/dev-build/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/dev-build/install.yaml
Changes
- a2f87b6a fix: remove
git fetch --tags
- 58aea07b docs: change changelog.md
- 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