github argoproj/argo-workflows v3.0.0-rc2

latest releases: v3.5.7, v3.4.17, v3.5.6...
pre-release3 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/v3.0.0-rc2/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/v3.0.0-rc2/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/v3.0.0-rc2/manifests/install.yaml

Changes

Since v3.0.0-rc1

  • Merge branch 'master' into release-3.0
  • fix(executor): Fix S3 policy based auth. Fixes #5110 (#5111)
  • Merge branch 'master' into release-3.0
  • fix: Invalid OpenAPI Spec (Issue 4817) (#4831)
  • chore: More opinionated linting (#5072)
  • feat: Add checker to ensure that env variable doc is up to date (#5091)
  • feat(controller): Logs Kubernetes API requests (#5084)
  • build: Fix path to openapi-gen binary (#5089)
  • feat(executor): Minimize the number of Kubernetes API requests made by executors (#4954)
  • fix: Do not create pods under shutdown strategy (#5055)
  • fix: Synchronization lock handling in Step/DAG Template level (#5081)
  • docs: Add document for environment variables (#5080)
  • docs: Add Jungle to USERS.md (#5096)
  • feat(ui): Display pretty cron schedule (#5088)
  • fix: Revert "fix(controller): keep special characters in json string when … … 19da392 …use withItems (#4814)" (#5076)
  • fix: Prefer to break labels by '-' in UI (#5083)
  • docs: Add community video to README (#5087)
  • fix(controller): Fix creator dashes (#5082)
  • feat(controller): Add podMetadata field to workflow spec. Resolves #4985 (#5031)
  • feat(controller): Add retry policy to support retry only on transient errors (#4999)
  • chore: Update links to argo-workflows documentation (#5070)
  • docs: Add Vispera to USERS.md (#5047)
  • build: Simpler Docker build (#5057)
  • fix(executor): Correct usage of time.Duration. Fixes #5046 (#5049)
  • feat(executor): Add user agent to workflow executor (#5014)
  • chore!: Remove deprecated fields (#5035)
  • fix: Invalid URL for API Docs (#5063)
  • feat: Allow to specify grace period for pod GC (#5033)
  • chore: Move paths to /argo-workflows/ (#5059)
  • fix: Use React state to avoid new page load in Workflow view (#5058)
  • fix: Don't allow graph container to have its own scroll (#5056)

Contributors

  • Alex Collins
  • Dylan Hellems
  • Kaan C. Fidan
  • Nelson Rodrigues
  • Saravanan Balasubramanian
  • Simon Behar
  • Viktor Farcic
  • Yuan Tang
  • drannenberg
  • kennytrytek

Checksums

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.