sensu-plugins/sensu-plugins-couchbase

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [1.1.0] - 2017-05-25
### Changed
- check-couchbase-cluster.rb: make cluster size check optional (@stuwil)
- check-couchbase-bucket-quota.rb: Format quota (@obazoud)
- update to rubocop 0.40 and cleanup (@eheydrick)

### Added
- Test on Ruby 2.4 (@eheydrick)

## [1.0.0] - 2016-04-28
### Added
- support for Ruby 2.3.0

### Removed
- support for Ruby 1.9.3 and 2.0

### Fixed
- binstub for python script

## [0.3.0] - 2015-11-20 (Pulled)
### Added
- stub for metrics-couchbase.py

## [0.2.0] - 2015-11-20
### Added
- add couchbase cluster check
- add couchbase bucket replica check
- metrics-couchbase.py: add ep_cache_miss_rate metric

### Changed
- Switched to rest-client

### Fixed
- check-couchbase-bucket-quota.rb: Fixed issue when only last bucket was shown in the output and/or check stopped on
  the first problem found


## [0.1.0] - 2015-08-11
### Added
- add metrics-couchbase.py plugin (requires python requests,DNS modules)

## [0.0.3] - 2015-07-14
### Changed
- updated 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-04
### Added
- initial release

[unreleased]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/1.1.0...HEAD
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.3.0...1.0.0
[0.3.0]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.0.3...0.1.0
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-couchbase/compare/0.0.1...0.0.2