Skip to content

v0.7.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 10 Mar 14:01
· 426 commits to master since this release
872be8e

Overview

  • Add support for generating packages
  • Generated binary changes
    • filename patterns
    • compression
    • executable metadata
  • Build improvements
  • built using Go 1.19.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-388) Generate RPM/DEB packages using nFPM

Changed

  • Dependencies
    • atc0005/go-ci build image
      • go-ci-oldstable-build-v0.9.0 to go-ci-oldstable-build-v0.9.1
  • (GH-387) Switch to semantic versioning (semver) compatible versioning
    pattern
  • (GH-390) Makefile: Compress binaries and use fixed filenames
  • (GH-391) Makefile: Refresh recipes to add "standard" set, new
    package-related options
  • (GH-392) Build dev/stable releases using go-ci Docker image

References