Skip to content

Releases: Pandaoc-io/go-shinken-check

v0.3.1 : Bugfix

29 Jun 14:45
Compare
Choose a tag to compare

Changelog :

  • Fix bullet in HTML mode : add space character before the bullet

v0.3.0 : ForceRC

27 Jun 18:43
Compare
Choose a tag to compare

Changelog :

  • Add the ability to force the RC of the check #2

v0.2.3 : Bugfix

26 Jun 20:19
Compare
Choose a tag to compare

Changelog :

  • Fix Warning HTML prefix font size

v0.2.1 : Perfdata

22 Jun 22:51
Compare
Choose a tag to compare

Changelog :

  • Change the perfdata struct fields from a well defined type to interface{} in order to handle all type of numerical datas (uint/int/float)
  • Regroup all the perfdata elements into the perfdata go file.

v0.2 : Fix linter and perfdata creation

18 Jun 20:01
Compare
Choose a tag to compare

Changelog :

  • Change the const variables to erase all the linter warning.
  • Modification of the perfdata creation function
  • move the perfdata creation function from check to perfdata

v0.1-beta : First release of the package

10 Jun 23:44
Compare
Choose a tag to compare

This is the first beta release of this package. For the moment, this package have already been used on some checks developed in Go but not fully tested in production. That's why this first release is tagged as beta waiting the end of the first production tests.