github argoproj/argo-workflows v3.0.0-rc7

latest releases: v3.5.6, v3.5.5, v3.5.4...
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-rc7/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-rc7/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-rc7/manifests/install.yaml

Changes

Since v3.0.0-rc6

  • Update manifests to v3.0.0-rc7
  • test: remove PNS
  • test: remove emissary - not supported in v3.0
  • chore: lint
  • chore: Skip TestOutputArtifactS3BucketCreationEnabled - this feat is not in v3.0
  • chore: Fix post-merge conflicts
  • fix(executor): Kill injected sidecars. Fixes #5337 (#5345)
  • chore(server): Enable TLS by default. Resolves #5205 (#5212)
  • fix(executor): Fix resource patch when not providing flags. Fixes #5310 (#5311)
  • fix: Do not allow cron workflow names with more than 52 chars (#5407)
  • fix(test): TestWorkflowTemplateRefWithShutdownAndSuspend flaky (#5381)
  • fix(controller): Fix podSpecPatch (#5360)
  • fix: Fix S3 file loading (#5353)
  • fix(executor): Make docker executor more robust. (#5363)
  • fix(test): Flaky TestWorkflowShutdownStrategy (#5331)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar
  • Yuan Tang

Don't miss a new argo-workflows release

NewReleases is sending notifications on new releases.