instant-bosh CLI Release v0.3
This release includes pre-built binaries for the ibosh command-line interface.
Installation
Download the appropriate binary for your platform from the assets below and add it to your PATH.
Linux (x86_64):
curl -sL https://github.com/rkoster/instant-bosh/releases/download/v0.3/instant-bosh_Linux_x86_64.tar.gz | tar xz
sudo mv ibosh /usr/local/bin/Linux (ARM64):
curl -sL https://github.com/rkoster/instant-bosh/releases/download/v0.3/instant-bosh_Linux_arm64.tar.gz | tar xz
sudo mv ibosh /usr/local/bin/macOS (Intel):
curl -sL https://github.com/rkoster/instant-bosh/releases/download/v0.3/instant-bosh_Darwin_x86_64.tar.gz | tar xz
sudo mv ibosh /usr/local/bin/macOS (Apple Silicon):
curl -sL https://github.com/rkoster/instant-bosh/releases/download/v0.3/instant-bosh_Darwin_arm64.tar.gz | tar xz
sudo mv ibosh /usr/local/bin/Windows:
Download the zip file, extract it, and add the ibosh.exe to your PATH.
Changelog
Features
- ae44a43: feat: Add light stemcell support for faster deployments (@rubionic)
- 350815e: feat: add --skip-stemcell-upload flag and improve stemcell upload logging (@rkoster)
- 4cfb144: feat: refactor build workflow to use deskrun pattern (@rubionic)
- 0e24f6a: feat: use install-docker.sh instead of docker@latest in devbox (@rkoster)
Bug Fixes
- d07929c: fix: add devbox.json and devbox.lock files to repository (@rubionic)
- 50eaad1: fix: add git package to devbox for CI build workflow (@rubionic)
- 47f950d: fix: address PR review feedback (@rubionic)
- a04cde0: fix: restore devbox.json and devbox.lock as regular files for CI (@rubionic)
- e9eb10a: fix: revert devbox.json and devbox.lock to original files (@rubionic)
- 087874f: fix: run git clone inside devbox environment (@rkoster)
Others
- ea60189: Add 'manifests/**' path to build-and-publish workflow (@rkoster)
- 43a2264: add docker@latest to devbox env (@rkoster)
- 0873136: add git@latest to devbox env (@rkoster)
- 076fbf7: trigger build on devbox changes (@rkoster)
What's Changed
See the full changelog below for details.