Skip to content

Releases: depado/minifleet

v0.1.4

Choose a tag to compare

@depado depado released this 26 Jul 10:16

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

v0.1.3

Choose a tag to compare

@depado depado released this 21 Jul 18:50

minifleet 0.1.3

Minimal fleet management for your GitHub repositories.

Quick Install

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

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

Docker

docker pull ghcr.io/depado/minifleet:0.1.3

Changelog

Features

  • 5690d0e: feat: flatten conf, path behavior change, --no-register flag (@depado)

Fixes

v0.1.2

Choose a tag to compare

@depado depado released this 20 Jul 20:22

minifleet 0.1.2

Minimal fleet management for your GitHub repositories.

Quick Install

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

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

Docker

docker pull ghcr.io/depado/minifleet:0.1.2

Changelog

Features

  • 44b55b3: feat: add the --all flag to bypass local fleet file (@depado)
  • d4ea7ad: feat: support plan files, add filters (ahead, behind, wip) (@depado)

Fixes

Others

v0.1.1

Choose a tag to compare

@depado depado released this 14 Jul 22:54

minifleet 0.1.1

Minimal fleet management for your GitHub repositories.

Quick Install

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

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

Docker

docker pull ghcr.io/depado/minifleet:0.1.1

Changelog

Features

Fixes

  • 47cc6bd: fix(deps): update module github.com/depado/gorich to v1.1.0 (#6) (@renovate[bot])
  • 3cc9bb4: fix(git): accept context in IsRepo and use exec.CommandContext (@depado)
  • 9f36798: fix(git): skip pull on detached HEAD instead of cryptic rebase error (@depado)
  • de3c7b3: fix(list): add yaml format support to manifest output path and help (@depado)
  • d35a17b: fix(provider): return error from New instead of nil (@depado)
  • 5bdc147: fix(prs): disable progress bar when --format json (@depado)
  • a97ee83: fix(sync): log warning when manifest save fails after sync (@depado)
  • d1dff1a: fix: golangci lint issues (@depado)
  • 302cac9: fix: properly resolve owner from known_fleets when no arg provided on sync command (@depado)
  • 88ee609: fix: remove dead code (@depado)
  • 6c8a7c3: fix: use wg.Go instead of manual count (@depado)

Refactors

  • 645b18d: refactor(provider): remove unused fields, constants, add dismissed review display; add coverage.txt to gitignore (@depado)

Documentation

  • 6814f9e: docs(readme): fix run command flag docs for --summary/--progress (@depado)
  • 2235f56: docs: add AGENTS.md with build, test, lint, and code conventions (@depado)

Others

v0.1.0

Choose a tag to compare

@depado depado released this 13 Jul 07:44

Changelog

Features

Fixes

Refactors

Documentation

Others