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-rc2/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-rc2/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-rc2/manifests/install.yaml
Changes
v2.12.0-rc2
Enhancements
- feat: Redirect to requested URL after SSO login (#4495)
- feat(cli): add selector and field-selector option to terminate (#4448)
Bug Fixes
- fix(test): fix TestWFDefaultWithWFTAndWf flakiness (#4507)
- fix(controller): prepend script path to the script template args. (#4492)
- fix: Ensure ContainerStatus in PNS is terminated before continuing (#4469)
- fix(ui): Check node children before counting them. (#4498)
- fix: Ensure redirect to login when using empty auth token (#4496)
- fix(controller): Refactor the Merge Workflow, WorkflowTemplate and Wo.. (#4354)
- fix(ui): fix the
all
option in the workflow archive list (#4486)
Contributors
- dcherman
- hanjunlee
- ivancili
- Simon Behar
- sarabala1979
- vladlosev