Skip to content

Releases: theckman/cronner

1.0.2

02 Sep 19:02
v1.0.2
07b739f
Compare
Choose a tag to compare

This release is functionally the same as v1.0.1. The GitHub credentials for
pushing releases were revoked, and so the push of v1.0.1 failed. v1.0.2 was
created, with proper credentials, to remedy this.

1.0.1

01 Sep 10:44
v1.0.1
6180f7a
Compare
Choose a tag to compare

This patch release builds cronner against a supported runtime version (Go
1.10.4). We're not using 1.11 yet due to outstanding issues to be fixed in
1.11.1.

Note: Due to expired credentials, the release for v1.0.1 didn't complete successfully. The code itself was fine, but the step to push the binaries up to GitHub failed. This will be fixed as a v1.0.2 release.

1.0.0

27 Aug 05:10
v1.0.0
Compare
Choose a tag to compare

This is the v1.0.0 release of cronner, which has been in development since
January 2015. cronner has been considered stable for a long period of time, so
it's only natural we would cut a v1.0.0 release. The v1.0.0 release includes
the following changes:

  • require cronner be built against go 1.9+ to use monotonic time source
  • use the dep utility, over glide, for dependency management
  • add a Makefile for common tasks

0.7.1

09 Jul 23:30
v0.7.1
157097d
Compare
Choose a tag to compare

There are no functional changes to the cronner codebase in this release. This
updates the Go runtime that cronner is built against to be go1.8.3.

0.7.0

09 Feb 18:08
v0.7.0
Compare
Choose a tag to compare
  • Add support for additional tags to be emitted with events and metrics using
    the -t/--tag flag. Thanks to Anthony O'Brien (@asobrien) for the contribution!

0.6.1

01 Feb 07:51
v0.6.1
0d5b114
Compare
Choose a tag to compare
  • build cronner against Go 1.7.5

0.6.0

29 Jan 01:37
v0.6.0
961be00
Compare
Choose a tag to compare

Add -H/--statsd-host flag to allow users to override the host where statsd
metrics will be emitted to. Thanks to @andrecloutier-pd for the contribution.

0.5.0

24 Jan 08:37
v0.5.0
1c651e1
Compare
Choose a tag to compare
  • switch time keeping to use a monotonic clock instead of a wallclock
  • add support for injecting environment variables to allow subprocesses to
    retrieve information about the cronner invocation
    • cronner can automatically slurp these environment variables to emit with
      events and metrics using the -P/--use-parent flag

0.4.2

13 Jan 07:00
v0.4.2
d12ec10
Compare
Choose a tag to compare
  • update the copyright years to include 2017
  • use a constant raw literal string for the version string generation

0.4.1

06 Dec 06:12
v0.4.1
bda98d6
Compare
Choose a tag to compare

This release of cronner includes the following changes:

  • alter the output of the -v/--version flag
  • build cronner against go1.7.4
  • alter the build/release scripts to include a sha256 file

This also resolves an issue opened on PagerDuty/cronner: PagerDuty/cronner#48