All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- README updates, using the template from https://github.com/sensu-community/check-plugin-template
- Removed OSX i386 from Bonsai builds
- Using go modules
- TLS insecure skip verify support, e.g.
-insecure-skip-verify
- Fixed error logging/output
- Fixed Bonsai Asset YAML filter
- Added Bonsai YAML config file
- Added InfluxDB line segment count validation (again)
- Validating InfluxDB tags, no newline and only one =
- Removed InfluxDB line segment count validation
- Removing newlines (e.g. "\n") from produced tags
- Dropped the extra trailing newline
- Validating the number of InfluxDB line segments (" ")
- Fixed linter violations
- Automated Asset builds with goreleaser and Travis CI
- Exporter basic authentication support (@zsais)
- Exporter authorization header support (@discordianfish)
- Initial release