Releases: dagweave/local-releases
Release list
v0.1.0-beta.3
Dagweave Local runs Argo workflows on your own machine. You run the same CLI commands you would run with the argo CLI, typing dagweave where you would type argo. Your cluster still runs production.
Install
macOS and Linux:
curl -fsSL https://github.com/dagweave/local-releases/releases/latest/download/dagweave-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') -o dagweave && chmod +x dagweave
Windows, in PowerShell:
irm https://github.com/dagweave/local-releases/releases/latest/download/dagweave-windows-amd64.exe -OutFile dagweave.exe
Move it onto your PATH as dagweave. Workflows that run containers need Docker; script steps do not.
Specific build wanted instead? The assets below cover all six platforms.
What changed in this release
Dagweave Local now tells you when a newer version is out, and nothing else changed for a user.
Verifying the download
SHA256SUMS, SHA256SUMS.sig and cosign.pub are published beside the binaries.
cosign verify-blob --key cosign.pub --signature SHA256SUMS.sig SHA256SUMS
sha256sum --check --ignore-missing SHA256SUMS
If your browser or operating system blocks it
See https://docs.dagweave.com/local/install/ for the per-platform steps.
This is a beta. Bugs and questions go to this repository's issues.
v0.1.0-beta.2
Dagweave Local runs Argo workflows on your own machine. You run the same CLI commands you would run with the argo CLI, typing dagweave where you would type argo. Dagweave Local is free to use, with no limits on what you run and no account needed.
Install
macOS and Linux:
curl -fsSL https://github.com/dagweave/local-releases/releases/latest/download/dagweave-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') -o dagweave && chmod +x dagweave
Windows, in PowerShell:
$a = if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64') { 'arm64' } else { 'amd64' }; irm "https://github.com/dagweave/local-releases/releases/latest/download/dagweave-windows-$a.exe" -OutFile dagweave.exe
Move it onto your PATH as dagweave. Workflows that run containers need Docker; script steps do not.
Specific build wanted instead? The assets below cover all six platforms.
What changed in this release
dagweave connect now says the UI connection isn't open yet instead of leaving you stuck partway through.
Verifying the download
SHA256SUMS, SHA256SUMS.sig and cosign.pub are published beside the binaries.
cosign verify-blob --key cosign.pub --signature SHA256SUMS.sig SHA256SUMS
sha256sum --check --ignore-missing SHA256SUMS
If your browser or operating system blocks it
See https://docs.dagweave.com/local/install/ for the per-platform steps.
This is a beta. Bugs and questions go to this repository's issues.
v0.1.0-beta.1
Dagweave Local runs Argo workflows on your own machine. You run the same CLI commands you would run with the argo CLI, typing dagweave where you would type argo. Dagweave Local is free to use, with no limits on what you run and no account needed.
Install
macOS and Linux:
curl -fsSL https://github.com/dagweave/local-releases/releases/latest/download/dagweave-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') -o dagweave && chmod +x dagweave
Windows, in PowerShell:
$a = if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64') { 'arm64' } else { 'amd64' }; irm "https://github.com/dagweave/local-releases/releases/latest/download/dagweave-windows-$a.exe" -OutFile dagweave.exe
Move it onto your PATH as dagweave. Workflows that run containers need Docker; script steps do not.
Specific build wanted instead? The assets below cover all six platforms.
What changed in this release
This is the first public release.
Verifying the download
SHA256SUMS, SHA256SUMS.sig and cosign.pub are published beside the binaries.
cosign verify-blob --key cosign.pub --signature SHA256SUMS.sig SHA256SUMS
sha256sum --check --ignore-missing SHA256SUMS
If your browser or operating system blocks it
See https://docs.dagweave.com/local/install/ for the per-platform steps.
This is a beta. Bugs and questions go to this repository's issues.