v2.5.1
Quick Start
Argo CLI
Mac
Available via brew
brew install argoproj/tap/argoAnd via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.5.1/argo-darwin-amd64
# Make binary executable
chmod +x argo-darwin-amd64
# Move binary to path
mv ./argo-darwin-amd64 /usr/local/bin/argo
# Test installation
argo versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.5.1/argo-linux-amd64
# Make binary executable
chmod +x argo-linux-amd64
# Move binary to path
mv ./argo-linux-amd64 /usr/local/bin/argo
# Test installation
argo versionArgo Controller
kubectl create namespace argo
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.5.1/manifests/install.yamlChanges
Since v2.5.0
Enhancements
Bug Fixes
Pull Requests
- #2262 fix: Removed duplicate Watch Command
- #2268 fix: Correctly report version. Fixes #2264
- #2271 fix: Fixes double logging in UI. Fixes #2270
Contributors
- Alex Collins
- tkilpela