Skip to content

v2.7.5

Compare
Choose a tag to compare
@simster7 simster7 released this 21 Apr 01:35

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

Changes

Bug Fixes

  • #2678 argo watch does not update/refresh screen
  • #2715 Workflow Deployments Use Image Tag :latest
  • #2759 Improve cookie security

Pull Requests

  • #2713 fix: Print correct version string.
  • #2719 fix: Maybe fix watch. Fixes #2678
  • #2724 feat: Add Kustomize as supported install option. Closes #2715
  • #2702 fix: Reset all conditions when resubmitting
  • #2756 fix: Consider expanded tasks in getTaskFromNode
  • #2763 fix: Improve cookie security. Fixes #2759
  • #2721 fix: Error pending nodes w/o Pods unless resubmitPendingPods is set

Contributors

  • Alex Collins
  • Simon Behar