github argoproj/argo-workflows v2.9.5

latest releases: v3.5.6, v3.5.5, v3.5.4...
3 years ago

Quick Start

Argo CLI

Mac

Available via brew

brew install argoproj/tap/argo

And via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/v2.9.5/argo-darwin-amd64

# 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.9.5/argo-linux-amd64

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

Changes

v2.9.5

Bug Fixes

  • #3613 fix: Enforce metric Help must be the same for each metric Name
  • #3636 fix: Fix 'malformed request: field selector' error
  • #3605 fix: Fix panic and provide better error message on watch endpoin
  • #3596 fix(controller): Fix bug in util/RecoverWorkflowNameFromSelectorString. Add error handling
  • #3684 fix: Re-introduce 1 second sleep to reconcile informer
  • #3689 fix(controller): Adds ALL_POD_CHANGES_SIGNIFICANT
  • #3651 fix: Avoid overriding the Workflow parameter when it is merging with WorkflowTemplate paramete
  • #3643 fix: Don't panic on invalid template creation
  • #3632 fix: Simplify the WorkflowTemplateRef field validation to support all fields in WorkflowSpec except `Templates

Contributors

  • Alex Collins
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.