github argoproj/argo-workflows v3.0.0-rc6

latest releases: v3.5.11, v3.6.0-rc1, v3.5.10...
pre-release3 years ago

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/v3.0.0-rc6/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/v3.0.0-rc6/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/v3.0.0-rc6/manifests/install.yaml

Changes

Since v3.0.0-rc5

  • Update manifests to v3.0.0-rc6
  • fix: More Makefile fixes (#5347)
  • fix: Ensure release images are 'clean' (#5344)
  • fix: Ensure DEV_BRANCH is correct (#5343)

Contributors

  • Simon Behar

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.