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.0-rc3/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.0-rc3/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.0-rc3/manifests/install.yaml
Changes
v2.12.0-rc3
- chore: Updated stress test YAML (#4569)
- feat(ui): Add Template/Cron workflow filter to workflow page. Closes #…
- docs: Clean-up examples. Fixes #4124 (#4128)
- chore: Remove unused image build and push hooks (#4539)
- fix: executor/pns containerid prefix fix (#4555)
- fix: Respect continueOn for leaf tasks (#4455)
- docs: Added CloudSeeds as one of the users for argo (#4553)
- docs: Update cost optimisation to include information about cleaning …
- fix(controller): Correct default port logic (#4547)
- fix: Validate metric key names (#4540)
- fix: Missing arg lines caused files not to copy into containers (#4542)
- fix(test): fix TestWFDefaultWithWFTAndWf flakiness (#4538)
- fix(ui): Do not auto-reload doc.location. Fixes #4530 (#4535)
- docs: Add "Argo Workflows in 5 min" link to README (#4533)
- fix(controller): support float for param value (#4490)
- feat(controller): make sso timeout configurable via cm (#4494)
- fix(server): Add
list sa
andcreate secret
toargo-server
roles. … - fix: link templates not replacing multiple templates with same name (#…
- feat: adds millisecond-level timestamps to argo and workflow-controll…
- add bonprix to argo users (#4520)
Contributors
- Boolman
- L3Nerd
- Alex Collins
- arghya88
- davidgibbons
- ludydoo
- mikhailian
- oleg-borodai
- sarabala1979
- secretlifeof
- Simon Behar
- snowzach
- tczhao