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.4Docker
docker pull ghcr.io/depado/minifleet:0.1.4Changelog
Features
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)