Releases: depado/minifleet
Releases · depado/minifleet
Release list
v0.1.4
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)
Documentation
v0.1.3
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.3Docker
docker pull ghcr.io/depado/minifleet:0.1.3Changelog
Features
Fixes
v0.1.2
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.2Docker
docker pull ghcr.io/depado/minifleet:0.1.2Changelog
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
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.1Docker
docker pull ghcr.io/depado/minifleet:0.1.1Changelog
Features
- 81dce5c: feat(filters): add has-file and if filters (@depado)
- fc85550: feat(fleet): always use local fleet file when present (@depado)
- 5fc10d1: feat: add dirty filter to local repositories (@depado)
- 0f3fbd6: feat: add header to releases (@depado)
- 8a24d41: feat: add remote column, unify displays, split flags for local/remote filters (@depado)
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
Changelog
Features
- 3a63712: feat(github): retry on primary rate limit and log fetch failures (depado depado@users.noreply.github.com)
- 8f7eec8: feat: add include(-regex)/exclude(-regex) filters and vhs tape (depado depado@users.noreply.github.com)
- 70f508e: feat: initial commit (depado depado@users.noreply.github.com)
- b08cf26: feat: run command (depado depado@users.noreply.github.com)
Fixes
- 123ee3a: fix(config): preserve settings and use 0600 perms on save (depado depado@users.noreply.github.com)
- fab2773: fix(docker): casing issue (depado depado@users.noreply.github.com)
- 903b2ec: fix(docker): include git in the runtime image (depado depado@users.noreply.github.com)
- b3b5485: fix(filters): widening flags no longer hide non-manifest repos (depado depado@users.noreply.github.com)
- 9496d82: fix(prs): paginate pull request listing (depado depado@users.noreply.github.com)
- 4f3adf8: fix(run): group summary output under each fleet header (depado depado@users.noreply.github.com)
Refactors
- 2d04f2c: refactor(fleet): use RepoTask.Dir as the sole filesystem path (depado depado@users.noreply.github.com)
- f09e521: refactor: remove dead code and reinvented stdlib helper (depado depado@users.noreply.github.com)
Documentation
- e32e248: docs(readme): add back badges (depado depado@users.noreply.github.com)
- 1e6bf02: docs(readme): badges (depado depado@users.noreply.github.com)
- 7bffe6a: docs(readme): fix architecture tree (drop run_live.go and docs/) (depado depado@users.noreply.github.com)
Others
- 241cc8a: chore(deps): bump deps (depado depado@users.noreply.github.com)
- 35a54e5: chore(deps): bump gorich to v1.0.8 (depado depado@users.noreply.github.com)
- b07957d: chore(deps): pin alpine docker tag to 48b0309 (#1) (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
- e94e97a: chore(deps): update alpine docker tag to v3.24 (#4) (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
- dd11257: chore(deps): update golang docker tag to v1.26.5 (#2) (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
- 8e1386d: style: gofmt the tree and enforce formatting in golangci-lint (depado depado@users.noreply.github.com)
- 4527bab: test(manifest): cover merge field ownership, index, groups, generate (depado depado@users.noreply.github.com)