v4.0.11
Quick Start What's New? Find out on our blog and changelog. Breaking Changes and Known Issues Check the upgrading guide and search for existing issues on GitHub. Installation CLI Mac / Linux Available via curl # Detect OS ARGO_OS="darwin" if [[ "$(uname -s)" != "Darwin" ]]; then ARGO_OS="linux" fi # Download the binary curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v4.0.11…