Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

96 lines (58 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

No changes so far.

v0.2.1 - Jan 26, 2020

Changed:

  • filesystem: filtering out synthetic filesystems are implemented as an exclude check, and now it allows "/" anywhere in the device name (making ZFS subvolumes visible; only main volumes have to be included manually)

Fixed:

  • time: use SNTP's clock offset instead of computing from wallclock
  • time: opentsdb requires at least one tag

v0.2.0 - Jan 19, 2020

Added:

  • http: json key/val equality check, using JMESPath
  • time: NTP check / metrics

Changed:

  • filesystem: collect metrics for mounted filesystems
  • http: CURL-like metrics

v0.1.4 - Dec 13, 2019

Added:

  • official builds: "official" target to mage
  • .bonsai.yml for bonsai registration

Changed:

  • upgrade to sensulib v0.2.1
  • filesystem: swallow permission denied errors

v0.1.3 - Nov 17, 2019

Added:

  • New mage target: release (runs goshipdone, while enabling publish modules)

Changed:

  • filesystem: swallow permission denied errors

Fixed:

  • Updated to goshipdone v0.3.0

v0.1.2 - Nov 17, 2019

Added:

  • Upload assets

Fixed:

  • http: return with OK value if no issues happened.
  • http: http.Client follows redirects by default. Disable this behavior to be able to test redirects.
  • http: if expecting a 3xx response code, a redirect is by no means unexpected.

v0.1.1 - Oct 27, 2019

Fixed:

  • asset files' build URLs haven't contained archive name. v0.1.2 version of julian7/sensulib fixed this issue

v0.1.0 - Oct 27, 2019

Added:

  • Initial release
  • filesystem check
  • http check