github argoproj/argo-workflows v2.11.3

latest releases: v3.5.6, v3.5.5, v3.5.4...
3 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/v2.11.3/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/v2.11.3/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/v2.11.3/manifests/install.yaml

Changes

v2.11.3

Bug Fixes

  • #4169 unmarshal to workflow struct failed,if outputs.parameters.value is a number

Other

  • fixed merge conflict

Pull Requests

  • #4202 fix(controller): Support int64 for param value. Fixes #4169

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.11.2

Bug Fixes

  • #4114 refactor: Refactor Synchronization code
  • #4172 fix: Ensure CronWorkflows are persisted once per operation
  • #4207 fix(controller): reduce withItem/withParams memory usage.
  • #4213 fix(controller): Apply Workflow default on normal workflow scenario

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.