Skip to content

Releases: prometheus/promu

0.8.1 / 2021-03-12

12 Mar 18:37
v0.8.1
fe5c7b2
Compare
Choose a tag to compare

This release is cut to publish darwin/arm64 and illumos/amd64 binaries of
promu.

  • [ENHANCEMENT] Promu is now built from its default branch instead of a released
    binary #205

0.8.0 / 2021-03-11

11 Mar 09:22
v0.8.0
17396e0
Compare
Choose a tag to compare

Note: The default build now requires Go 1.16.

  • [FEATURE] Add darwin/arm64 and illumos/amd64 to the default build #201

0.7.0 / 2020-11-03

03 Nov 19:10
v0.7.0
b17dc4f
Compare
Choose a tag to compare
  • [FEATURE] Produce ZIP archives for Windows releases #195

0.6.1 / 2020-09-06

06 Sep 14:31
v0.6.1
d3d03a2
Compare
Choose a tag to compare
  • Fix cgo builds on illumos by avoiding static linking #192

0.6.0 / 2020-09-02

02 Sep 12:47
v0.6.0
8a13a1c
Compare
Choose a tag to compare
  • [CHANGE] Remove default build of darwin/386 #187
  • [FEATURE] Add 'check changelog' command. #168
  • [FEATURE] Support remotes other than "origin". #174
  • [ENHANCEMNT] Improved error handling when parsing CHANGELOG. #161
  • [ENANCEMENT] Support arm64 on BSDs. #186

v0.5.0 / 2019-06-21

24 Jun 10:30
v0.5.0
642a960
Compare
Choose a tag to compare
  • [CHANGE] Remove --broken from git describe. #145
  • [FEATURE] Add support for aix/ppc64. #151
  • [ENHANCEMENT] cmd/release: add --timeout option. #142
  • [ENHANCEMENT] cmd/release: create release in GitHub if none exists. #148

0.4.0 - 2019-05-10

13 May 08:27
v0.4.0
afc7dfe
Compare
Choose a tag to compare
  • [FEATURE] Fallback to git describe output if no VERSION. #130
  • [BUGFIX] cmd/tarball: restore --prefix flag. #133
  • [BUGFIX] cmd/release: don't leak credentials in case of error. #136

0.3.0 / 2019-02-18

18 Feb 18:23
v0.3.0
295a70a
Compare
Choose a tag to compare
  • [FEATURE] Make extldflags extensible by configuration. #125
  • [ENHANCEMENT] Avoid bind-mounting to allow building with a remote docker engine #95

0.2.0 / 2018-11-07

07 Nov 13:28
v0.2.0
264dc36
Compare
Choose a tag to compare
  • [FEATURE] Adding changes to support s390x
  • [FEATURE] Add option to disable static linking
  • [FEATURE] Add support for 32bit MIPS.
  • [FEATURE] Added check_licenses Command to Promu
  • [ENHANCEMENT] Allow to customize nested options via env variables
  • [ENHANCEMENT] Bump Go version to 1.11
  • [ENHANCEMENT] Add warning if promu info is unable to determine repo info
  • [BUGFIX] Fix build on SmartOS by not setting gcc's -static flag
  • [BUGFIX] Fix git repository url parsing

0.1.0 / 2017-09-22

22 Sep 07:06
Compare
Choose a tag to compare

Initial release