Skip to content

0.5.0 / 2018-05-23

Compare
Choose a tag to compare
@SuperQ SuperQ released this 23 May 12:10
· 616 commits to master since this release
v0.5.0
3965d2a

This release has a bug converting from the v0.4 storage format. Do not use this version if converting from an old persistence file. It will crash the Pushgateway. You can simply rollback to v0.4.0 if you run into the issue. v0.5.1 will have the fix and actually perform the (destructive) conversion as explained in the release notes below. See issue #179 for details.

Breaking changes:

  • Flags now require double-dash.

  • The persistence storage format has been updated. Upgrade is transparent, but downgrade to 0.4.0 and prior is unsupported.

  • Persistence storage prior to 0.1.0 is unsupported.

  • [CHANGE] Replaced Flags with Kingpin #152

  • [CHANGE] Slightly changed disk format for persistence. v0.5 can still read the pre-v0.5 format. #172

  • [ENHANCEMENT] Debug level logging now shows client-induced errors #123

  • [FEATURE] Add /-/ready and /-/healthy #135

  • [FEATURE] Add web.route-prefix flag #146

  • [BUGFIX] Fix incorrect persistence of certain values in a metric family. #172