github argoproj/argo-workflows v2.11.5

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

Changes

v2.11.5

Bug Fixes

  • #4046 Step or dag workflows do not seem to release semaphore locks

Other

Pull Requests

  • #4215 fix(controller): Increase the number of cron workflow workers from 2 to 8. Fixes #4211
  • #4263 fix(controller): Synchronization lock didn't release on DAG call flow Fixes #4046
  • #4283 fix: TestMutexInDAG failure in master
  • #4294 fix(controller): Patch rather than update cron workflows.

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.11.4

Bug Fixes

  • #4232 Argo UI: Cannot read property 'x' of undefined when viewing workflow (v2.11.0)
  • #4236 Argo UI - Archived Workflows - Error when clicking on hidden nodes ellipsis
  • #4275 Pods in retried workflow with PVC after a step that succeeded never get scheduled

Pull Requests

  • #4241 fix(ui): Fix bugs with DAG view. Fixes #4232 & #4236
  • #4243 fix(controller): Check the correct object for Cronworkflow reapply error log
  • #4248 fix(ui): Revert bad part of commit
  • #4277 fix(controller): Fix argo retry with PVCs. Fixes #4275
  • #4278 fix(controller): Fix cron-workflow re-apply error.
  • #4280 fix(ui): Ignore missing nodes in DAG. Fixes #4232

Contributors

  • Alex Collins
  • Juan C. Müller
  • Saravanan Balasubramanian

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.