Skip to content

v3.0.0

Compare
Choose a tag to compare
@mbehlendorf mbehlendorf released this 18 Feb 08:46
· 567 commits to develop since this release

Please note: Breaking change ahead.

Added

  • Update vendor target to check for new gomod dependencies

Changed

  • Separate the debian package building and deploying targets
    • package-debian.mk only holds deb package building targets now
    • deploy-debian.mk holds the deb package deployment targets now

When you are upgrading to this version and want to deploy deb packages, you have to
include the deploy-debian.mk into your Makefile, below the package-debian.mk.
For example, see the Makefile in this repository.