Releases: Pandaoc-io/go-shinken-check
Releases · Pandaoc-io/go-shinken-check
v0.3.1 : Bugfix
Changelog :
- Fix bullet in HTML mode : add space character before the bullet
v0.3.0 : ForceRC
Changelog :
- Add the ability to force the RC of the check #2
v0.2.3 : Bugfix
Changelog :
- Fix Warning HTML prefix font size
v0.2.1 : Perfdata
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
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
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.