Skip to content

Releases: flanksource/gavel

v0.0.15

26 Mar 21:33

Choose a tag to compare

Gavel v0.0.15 (2026-03-26T21:32:11Z)

Changelog

Features

  • 4173384: feat(fixtures): add $VAR expansion and fixture tests for variable injection (@moshloop)
  • 8c708df: feat(fixtures): add Terminal column for PTY support in fixture tests (@moshloop)
  • 09aa6b0: feat(fixtures): add ansi.* namespaced CEL functions (@moshloop)
  • e26a21e: feat(fixtures): add auto-injected root directory variables and colorized help output (@moshloop)
  • d2fa4bc: feat(fixtures): add per-test os, arch, skip, and terminal overrides (@moshloop)
  • 61a69c5: feat(fixtures): add shell-style $VAR expansion and GOOS/GOARCH/GOPATH vars (@moshloop)
  • 1a86b44: feat(fixtures): add verbosity-based stdout/stderr display in Pretty() (@moshloop)
  • 560d145: feat(tests): add comprehensive logging for debugging fixtures and variable expansion (@moshloop)

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.15

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.15

v0.0.14

24 Mar 21:01

Choose a tag to compare

Gavel v0.0.14 (2026-03-24T20:54:31Z)

Changelog

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.14

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.14

v0.0.11

01 Mar 09:15

Choose a tag to compare

Gavel v0.0.11 (2026-03-01T09:09:55Z)

Changelog

Features

  • 9b43111: feat(todos): add all grouping and exclude .claude from git ops (@moshloop)

Others

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.11

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.11

v0.0.10

25 Feb 13:02

Choose a tag to compare

Gavel v0.0.10 (2026-02-25T12:57:16Z)

Changelog

Features

  • 447aa27: feat(fixtures): add exit code column support to table parser (@moshloop)

Bug fixes

  • 1a267e5: fix(todos): use snapshot-based staging to exclude .todos files from commits (@moshloop)

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.10

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.10

v0.0.9

25 Feb 08:09

Choose a tag to compare

Gavel v0.0.9 (2026-02-25T08:03:23Z)

Changelog

Features

  • e792e56: feat(todos): add check command and group execution support (@moshloop)
  • 34c4eba: feat(todos): add source code context, PR support, and prompt restructuring (@moshloop)

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.9

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.9

v0.0.8

23 Feb 11:08

Choose a tag to compare

Gavel v0.0.8 (2026-02-23T11:02:46Z)

Changelog

Bug fixes

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.8

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.8

v0.0.7

23 Feb 10:38

Choose a tag to compare

Gavel v0.0.7 (2026-02-23T10:32:40Z)

Changelog

Bug fixes

  • ac5b529: fix(ci): remove missing README/LICENSE from goreleaser archives (@moshloop)

Docker Images

docker pull ghcr.io/flanksource/gavel:v0.0.7

Installation

Using Go

go install github.com/flanksource/gavel/cmd/gavel@v0.0.7

Using Homebrew (macOS/Linux)

brew install flanksource/tap/gavel

Using Scoop (Windows)

scoop bucket add flanksource https://github.com/flanksource/scoop-bucket.git
scoop install gavel