Skip to content

v2.7.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@alexec alexec released this 23 Mar 18:38

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

Changes

Enhancements

  • #1066 Feature Request: Calculate workflow resource usage
  • #2436 Search archive by started at between two dates and times

Bug Fixes

  • #2420 v2.6.1: argo list --chunk-size truncation should apply after other filters

Other

  • #5 Add workflow executor unit tests

Pull Requests

  • #2219 feat(usage): Report resource duration. Closes #1066
  • #2468 feat: Add support for IRSA and aws default provider chain.
  • #2470 ci: Run lint on CI and fix GolangCI
  • #2473 feat: search archived wf by startat. Closes #2436
  • #2476 feat: Logging the Pod Spec in controller log
  • #2478 fix: ParallelSteps child type so replacements happen correctly
  • #2479 fix: Build image with SHA tag when a git tag is not available
  • #2483 chore: Fix Swagger for PDB to support Java client
  • #2485 fix(cli): Rearrange the order of chunk size argument in list command. Closes #2420
  • #2487 chore: Move quickstart Prometheus port to 9090
  • #2490 test: Fix test

Contributors

  • Alex Collins
  • Derek Wang
  • Huan-Cheng Chang
  • Michael Crenshaw
  • Saravanan Balasubramanian
  • Simon Behar
  • Xin Wang
  • Zach Aller