Skip to content

v0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 00:57
· 2 commits to main since this release
68605f4

Changelog

  • 68605f4 fix: add bounds check in bootsets JSON output, validate pager path
  • 9bca83e fix: address code review findings — bugs, non-determinism, dead code, DRY
  • bcd86d1 fix: formatBytes off-by-one unit label, add tests for 6 functions
  • 5b4cee4 refactor: remove dead code, fix inefficiencies, modernize patterns
  • e67791f chore: bump Go 1.25/1.26, update deps, fix ScanDir per-file parsing
  • 5bc0f7c fix: systemd unit flag clash, simplify CLI, default stale action to delete
  • c02bb9a docs: restructure README into slim overview + detailed usage guide
  • 3a1b486 feat: per-snapshot boot mode detection via boot plans
  • 2dbcddc feat: add snapshot compatibility matrix to 'list bootsets'
  • 4c5aad5 ci: use last stable tag for changelog, not dev tags
  • ddca08e ci: include commit log in snapshot pre-release notes
  • 4031e43 feat: add 'list bootsets' command to inspect detected boot images and sets
  • d96f89d fix: remove unused updatePathForSnapshot to pass staticcheck
  • 206689b build: add Makefile with build, test, and release targets
  • fdab839 docs: add kernel detection, staleness checking, and updated installation docs
  • 97e64d5 ci: replace GoReleaser with unified build-release workflow
  • eb2de21 feat: integrate kernel scanner and staleness checking into generation pipeline
  • 76c3286 feat: add internal/kernel package for boot image detection and staleness checking