Skip to content

v2.6.3

Choose a tag to compare

@alexec alexec released this 16 Mar 18:24

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.6.3/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.6.3/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.6.3/manifests/install.yaml

Changes

Since v2.6.2.

Pull Requests

  • #2330 fix(ui): Removed tailLines from EventSource
  • #2373 fix: Say no logs were outputted when pod is done
  • #2407 fix: Check child node status before backoff in retry
  • #2409 fix(server): Update manifests to figure "Unable to retry workflow".
  • #2414 fix: Allow numbers in steps.args.params.value
  • #2423 fix: Build with the correct version if you check out a specific version
  • #2445 fix: Don't error when optional artifacts are not found
  • #2449 fix: Delete PVCs unless WF Failed/Errored

Contributors

  • Alex Collins
  • EDGsheryl
  • Simon Behar
  • tkilpela