Skip to content

v0.8.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 14 Apr 11:03
· 270 commits to master since this release
2831148

Overview

  • Add support for generating DEB, RPM packages
  • Build improvements
  • Bug fixes
  • Generated binary changes
    • filename patterns
    • compression (~ 66% smaller)
    • executable metadata
  • built using Go 1.19.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-438) Generate RPM/DEB packages using nFPM
  • (GH-441) Add version details to Windows executables

Changed

  • (GH-443) Switch to semantic versioning (semver) compatible versioning
    pattern
  • (GH-442) Makefile: Compress binaries & use fixed filenames
  • (GH-439) Makefile: Refresh recipes to add "standard" set, new
    package-related options
  • (GH-440) Build dev/stable releases using go-ci Docker image
  • (GH-444) Move internal packages to internal path

Fixed

  • (GH-436) Fix various revive linting errors
  • (GH-437) Fix errcheck linting errors

References