Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format located here

Changed

  • bumped dependencies of bundler and github-markup (@majormoses)

Security

Breaking Changes

  • bumped dependency of sensu-plugin to 2.x you can read about it here (@majormoses)
  • dropped ruby 2.0 support (@majormoses)

Removed

  • explicit version lock on mixlib-cli as we no longer support ruby 2.1 (@majormoses)

Added

  • Basic Skel to be used to make new plugin repo setup easier.
  • PR template
  • Rubocop config
  • basic testing setup