Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Nov 19, 2015
1 parent ab5813f commit 6ceb8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

## [0.2.1]
- update wrong stats url in check-es-file-descriptors
## Unreleased


## [Unreleased][unreleased]
## [0.3.0] - 2015-11-18
### Changed
- Update metrics-es-node-graphite.rb and check-es-node-status.rb for Elasticsearch 2.0
- Update metrics-es-node-graphite.rb, check-es-node-status.rb, and check-es-file-descriptors.rb for Elasticsearch 2.0
- Update elasticsearch gem to 1.0.14

### Added
- Add check-es-circuit-breakers.rb, to alert when circuit breakers have been tripped

## [0.2.0] - 2015-10-15
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-elasticsearch/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsElasticsearch
module Version
MAJOR = 0
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 6ceb8da

Please sign in to comment.