Releases: codefresh-io/argo-workflows
v3.6.7-cap-CR-30835
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac / Linux
Available via curl
# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
ARGO_OS="linux"
fi
# Download the binary
curl -sLO "https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.7-cap-CR-30835/argo-$ARGO_OS-amd64.gz"
# Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
# Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
# Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
# Test installation
argo versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.7-cap-CR-30835/install.yamlv3.6.7-cap-CR-28355
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac / Linux
Available via curl
# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
ARGO_OS="linux"
fi
# Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.6.7-cap-CR-28355/argo-$ARGO_OS-amd64.gz"
# Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
# Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
# Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
# Test installation
argo versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.6.7-cap-CR-28355/install.yamlv3.6.4-cap-CR-27392
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac / Linux
Available via curl
# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
ARGO_OS="linux"
fi
# Download the binary
curl -sLO "https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.4-cap-CR-27392/argo-$ARGO_OS-amd64.gz"
# Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
# Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
# Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
# Test installation
argo versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.4-cap-CR-27392/install.yamlv3.6.2-cap-CR-26293
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac / Linux
Available via curl
# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
ARGO_OS="linux"
fi
# Download the binary
curl -sLO "https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.2-cap-CR-26293/argo-$ARGO_OS-amd64.gz"
# Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
# Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
# Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
# Test installation
argo versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/codefresh-io/argo-workflows/releases/download/v3.6.2-cap-CR-26293/install.yamlv3.5.9-cap-CR-24929
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.9-cap-CR-24929/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.9-cap-CR-24929/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.9-cap-CR-24929/install.yamlv3.5.8-cap-CR-22608
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.8-cap-CR-22608/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.8-cap-CR-22608/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.8-cap-CR-22608/install.yamlv3.5.4-cap-CR-22243
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Check the upgrading guide and search for existing issues on GitHub.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.4-cap-CR-22243/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.4-cap-CR-22243/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.4-cap-CR-22243/install.yamlv3.4.4-cap-CR-20826
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Can be found in the installation guide.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-20826/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-20826/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-20826/install.yamlv3.4.4-cap-CR-17426
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Can be found in the installation guide.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-17426/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-17426/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-17426/install.yamlv3.4.4-cap-CR-16945
Quick Start
What's New?
Find out on our blog and changelog.
Breaking Changes and Known Issues
Can be found in the installation guide.
Installation
CLI
Mac
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-16945/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 versionLinux
Available via curl
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-16945/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 versionController and Server
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.4.4-cap-CR-16945/install.yaml