github argoproj/argo-workflows dev-build

latest releases: v3.5.8, v3.5.7, v3.4.17...
pre-release3 years ago

Quick Start

What's New?

Find out on our blog.

Breaking Changes

If any.

Argo CLI

Mac

Available via curl

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

Install

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/dev-build/install.yaml

Changes

  • a2f87b6a fix: remove git fetch --tags
  • 58aea07b docs: change changelog.md
  • 9167c8b6 fix: publish release
  • f4d930b4 fix: version
  • badd4452 ci: add version to changelog
  • 62043cdd ci: do not depend on e2e-tests, these can be slow or flakey
  • 43105136 chore: typo
  • 6cbe45ad chore: add changelog
  • 1219ce76 build: Attach manifests to the release

Contributors

  • Alex Collins

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.