Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

60 lines (46 loc) · 1.89 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

2.0.1 - 2020-09-26

  • bin/check-syncrepl.rb: properly capture exception (@nwea-seanmckinley)
  • bumped net-ldap dependency (@dependabot) (@majormoses)

2.0.0 - 2020-06-22

Breaking Changes

  • Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
  • Bump sensu-plugin dependency to ~> 4.0

Added

  • Bonsai asset support
  • Ruby 2.4.1 testing

Changed

  • Updated bundler dependency to '~> 2.1'
  • Updated rubocop dependency to '0.81' # last version to support Ruby 2.3
  • Updated net-ldap dependency to '0.16.2'
  • Remediated rubocop issues
  • Updated rake dependency to '~> 13.0'
  • Fix #3 : metrics-ldap.rb Error Cannot connect to (@roumano)

1.0.0 - 2017-01-17

Added

  • check-syncrepl.rb: Add --ca-certificate, --certificate and --encryption options (@moriyoshi)
  • Ruby 2.3.0 support (@eheydrick)

Removed

  • Ruby < 2.1 support (@eheydrick)

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-03

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-05-21

Added

  • initial release