Skip to content

v2.7.2

Compare
Choose a tag to compare
@alexec alexec released this 10 Apr 20:29

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

Changes

Check out the blog post.

Bug Fixes

  • #2589 v2.7.0 CLI argo logs for workflows are broken
  • #2603 onExit step gets stuck if the workflow exceeds activeDeadlineSeconds

Pull Requests

  • #2595 fix: Fix logging problems. See #2589
  • #2605 fix: onExit step gets stuck if the workflow exceeds activeDeadlineSeconds. Fixes #2603
  • #2609 test: Enhancements and repairs to e2e test framework
  • #2627 chore: Add comments to issues
  • #2630 test: Fix teething problems
  • #2633 fix: Support minimal mysql version 5.7.8. Fixes #2625
  • #2639 fix: Fix logs part 2
  • #2645 fix: Consider offloaded and compressed node in retry and resume
  • #2646 fix: Add input paremeters to metric scope
  • #2647 fix: Sort log entries.
  • #2648 ci: Fix codegen job
  • #2656 fix: DAG should not fail if its tasks have continueOn
  • #2657 fix: Don't attempt to resolve artifacts if task is going to be skipped
  • #2659 test: Fix flakey DeleteCompleted test
  • #2661 fix: Add DAG as default in UI filter and reorder
  • #2662 build: Fix codegen for releases

Contributors

  • Alex Collins
  • Derek Wang
  • Simon Behar
  • mark9white