Skip to content

Commit

Permalink
prep for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Feb 18, 2018
1 parent 548e27b commit f32b1df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.0.0] - 2017-11-06
### Fixed
- metrics-docker-stats.rb:: Fix gsub on nil docker environment variable (@epierotto)

### Breaking Change
- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)
## [3.0.0] - 2018-02-17
### Breaking Changes
- Default docker host defined by DockerApi Class ( ENV[DOCKER_URL] => ENV[DOCKER_HOST] => /var/run/docker.sock )
- check-container-logs.rb: -N (--container-name) instead of -n for container name. Now a 'CRITICAL' is trigger if a container doesn't exist (previously, a 'OK' was trigger)
- check-docker-container.rb: -H (--docker-host) instead of -h (--host) for docker Host
Expand Down Expand Up @@ -40,6 +36,13 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
- metrics-docker-stats.rb: option -p (--protocol) have been removed because new DockerApi don't use it
- metrics-docker-info.rb: option -p (--protocol) have been removed because new DockerApi don't use it

## [2.0.0] - 2017-11-06
### Fixed
- metrics-docker-stats.rb:: Fix gsub on nil docker environment variable (@epierotto)

### Breaking Change
- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)

## [1.5.0] - 2017-09-09
### Added
- metrics-docker-stats.rb: Include metric with cpu usage percentage calculated based on docker stats (@alcasim)
Expand Down Expand Up @@ -138,7 +141,8 @@ changes some options. Review your check commands before deploying this version.
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/2.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/3.0.0...HEAD
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.5.0...2.0.0
[1.5.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.4.0..1.5.0
[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.3.1...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-docker/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SensuPluginsDocker
module Version
MAJOR = 2
MAJOR = 3
MINOR = 0
PATCH = 0

Expand Down

0 comments on commit f32b1df

Please sign in to comment.