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-rc5/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-rc5/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-rc5/manifests/install.yaml
Changes
v2.12.0-rc5
Pull Requests
- fix: Consider optional artifact arguments (#4672)
- feat(controller): Use deterministic name for cron workflow children (#4638)
- fix(controller): Only patch status.active in cron workflows when syncing (#4659)
- fix(ui): DataLoaderDropdown fix input type from promise to function that (#4655)
- fix: Count Workflows with no phase as Pending for metrics (#4628)
- fix(ui): Reference secrets in EnvVars. Fixes #3973 (#4419)
- fix: derive jsonschema and fix up issues, validate examples dir… (#4611)
- docs: Add JSON schema for IDE validation (#4581)
- fix(ui): Fixed reconnection hot-loop. Fixes #4580 (#4663)
- fix(controller): Cleanup the synchronize pending queue once Workflow deleted (#4664)
- fix(controller): Deal with hyphen in creator. Fixes #4058 (#4643)
- feat(controller): Make MAX_OPERATION_TIME configurable. Close #4239 (#4562)
- fix: Fix TestCleanFieldsExclude (#4625)
Contributors
- aletepe
- alexec
- brabster
- sarabala1979
- simster7
- tczhao