Skip to content

v0.1.4

Latest

Choose a tag to compare

@depado depado released this 26 Jul 10:16
· 6 commits to main since this release

minifleet 0.1.4

Minimal fleet management for your GitHub repositories.

Quick Install

curl -sSL "https://github.com/depado/minifleet/releases/download/v0.1.4/minifleet_$(go env GOOS)_x86_64.tar.gz" | tar xz

# Or via Go
go install github.com/depado/minifleet@v0.1.4

Docker

docker pull ghcr.io/depado/minifleet:0.1.4

Changelog

Features

  • 3fa7513: feat: rework flags, pertinent logging, json output (@depado)

Fixes

  • 3aff5e7: fix(deps): update module github.com/mattn/go-isatty to v0.0.24 (#7) (@renovate[bot])
  • 0d07ed9: fix: add --tags to git describe --exact-match for lightweight tag support (@depado)

Documentation