Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

65 lines (49 loc) · 2.29 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

Breaking Changes

  • Dropped support for Ruby < 2.3 as it is EOLed (@jaredledvina)
  • Bump sensu-plugin dependency from ~> 2.0 to ~> 4.0 you can read the changelog entries for 4.0 and 3.0 (@jaredledvina)

Changed

  • Update Rubocop to 0.50 and appease the cops (@jaredledvina)

1.3.0 - 2019-05-23

Added

  • metrics-temperature.rb: support for Intel Gen 6+ CPUs(@mdzidic)

1.2.0 - 2018-02-13

Removed

  • check-temperature.rb: removed unnecessary print

Changed

  • updated changelog guidelines location (@majormoses)

Fixed

  • fixed spelling in PR template (@majormoses)

1.1.0 - 2017-05-17

  • add temperature check (@holygits)

1.0.0 - 2017-03-15

Added

  • made metrics aware of multiple chips (@GhostLyrics)
  • made metrics also collect power draw (@GhostLyrics)
  • support for Ruby 2.3.0 (@eheydrick)

Removed

  • support for Ruby < 2 (@eheydrick)

Changed

  • Rubocop upgrade and cleanup (@mattyjones/@eheydrick)
  • Loosen sensu-plugin dependency to ~> 1.2 (@mattyjones)

0.0.3 - 2015-07-14

Changed

  • update sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-02

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-05-21

Added

  • initial release