Skip to content

v2.5.2

Choose a tag to compare

@alexec alexec released this 24 Feb 23:10
· 1 commit to release-2.5 since this release

Quick Start

Argo CLI

Mac

Available via brew

brew install argoproj/tap/argo

And via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.5.2/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 version

Linux

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.5.2/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 version

Argo Controller

kubectl create namespace argo
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.5.2/manifests/install.yaml

Changes

Since v2.5.1

Bug Fixes

  • #2272 2.5.0 Argo UI Workflow View Blank while workflow is running

Pull Requests

  • #2279 fix(persistence): Fix bug in migrating cluster name. Fixes #2278

Contributors

  • Alex Collins