Skip to content

0.1.1 - 2026-09-07

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 05:54

Release Notes

Added

  • drove down stops and deletes the Herdr session it targets, once the
    detach is saved, when that session is a named one (not default).

Fixed

  • Herdr backend: the first declared tab of a workspace Drove creates now
    reuses the root tab Herdr's workspace.create always hands back, instead
    of opening a new tab and leaving that root tab stray (#25).
  • up, plan, and status now prune local state against the live backend
    snapshot before building a plan: a recorded resource whose backend id no
    longer exists (a Herdr session stopped and restarted, which wipes its
    workspaces and id counter) is dropped and planned as a fresh create
    instead of trusted as already there, which previously left status
    reporting in_sync and up failing with workspace_not_found. status
    reports each pruned resource under a new recreate line, and its --json
    report gains a "pruned" list of the dropped identities.

Install drove 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/radiator-engineering/Drove/releases/download/v0.1.1/drove-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/radiator-engineering/Drove/releases/download/v0.1.1/drove-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install radiator-engineering/tap/drove

Download drove 0.1.1

File Platform Checksum
drove-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
drove-x86_64-apple-darwin.tar.xz Intel macOS checksum
drove-x86_64-pc-windows-msvc.zip x64 Windows checksum
drove-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
drove-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum