Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 05:53
· 67 commits to main since this release

Downloads

Platform Archive
macOS Apple Silicon runkite_0.1.0_Darwin_arm64.tar.gz
macOS Intel runkite_0.1.0_Darwin_x86_64.tar.gz
Linux x86_64 runkite_0.1.0_Linux_x86_64.tar.gz
Linux arm64 runkite_0.1.0_Linux_arm64.tar.gz
Checksums checksums.txt
OpenAPI openapi.json · admin · internal

Install

# Binary (example: macOS Apple Silicon)
curl -fsSL -o runkite.tgz \
  https://github.com/getrunkite/runkite/releases/download/v0.1.0/runkite_0.1.0_Darwin_arm64.tar.gz
tar -xzf runkite.tgz && sudo mv runkite /usr/local/bin/

# Docker
docker pull ghcr.io/getrunkite/runkite:0.1.0
docker pull ghcr.io/getrunkite/runkite-runner:0.1.0

# Runners
pip install runkite-runner==0.1.0
npm install -g runkite-runner@0.1.0

What's in 0.1.0

First public preview of Runkite: Go control plane binaries, GHCR images, PyPI/npm runkite-runner, OpenAPI specs, and Helm defaults for the Supported Postgres + Redis profile.

See CHANGELOG.md for the high-level summary. Full commit history remains in git.