Skip to content

Releases: theckman/cronner

0.4.0

05 Dec 18:40
dfb3b38

Choose a tag to compare

This release of cronner adds the -p/--passthrough flag which writes the output of the command to the controlling tty. Thanks to @asobrien for the contribution (#4)!

0.3.1

02 Dec 11:07
94236dd

Choose a tag to compare

This release is identical to v0.3.0 except the binary built has the correct version string:

  • add a new flag (-g/--group) for emitting a cronner_group tag on the dogstatsd runtime metrics for metric correlation; thanks to @alexef (PagerDuty/cronner#52)

0.3.0

02 Dec 11:07
ea3cccc

Choose a tag to compare

0.3.0 Pre-release
Pre-release

This is release was a bad binary build. The version string was not updated when the tag was cut, causing the binary built to be invalid.

The tagged code release contains the following changes:

  • add a new flag (-g/--group) for emitting a cronner_group tag on the dogstatsd runtime metrics for metric correlation; thanks to @alexef (PagerDuty/cronner#52)

0.2.6

02 Dec 09:00
6663932

Choose a tag to compare

This is the first release in a long time of cronner:

  • fork cronner as PagerDuty seems to have abandoned the project
  • fix bug in cronner due to changes in the go-flags package, big thanks goes to @ahill-mlft (PagerDuty/cronner#50)
  • switch the .travis.yml file to build against go1.7.3