Skip to content

Commit

Permalink
Merge pull request #45 from nixwiz/pre_release/2.0.0
Browse files Browse the repository at this point in the history
Rolled for release 2.0.0
  • Loading branch information
Jef Spaleta authored Mar 6, 2020
2 parents 50c8799 + 49b59b6 commit eb25c95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)


## [Unreleased]

## [2.0.0] - 2020-03-06
### Breaking Changes
- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)

Expand All @@ -14,16 +16,15 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
- Require latest sensu-plugin for [Sensu Go support](https://github.com/sensu-plugins/sensu-plugin#sensu-go-enablement)
- Bonsai integration

### Changed
- change backends services sessions check comparison to slim instead of smax in check-haproxy.rb - fixes issue [#39](https://github.com/sensu-plugins/sensu-plugins-haproxy/issues/39) (@jindraj)

### Changed
- update changelog guidelines location (@majormoses)
- Updated bundler to '~> 2.1'
- Updated rubocop to '~> 0.80.1'
- Updated rake to '~> 13.0'
- Updated codeclimate-test-reporter to '~> 1.0'
- Remediated rubocop warnings

- change backends services sessions check comparison to slim instead of smax in check-haproxy.rb - fixes issue [#39](https://github.com/sensu-plugins/sensu-plugins-haproxy/issues/39) (@jindraj)
- Extended sessions warning and critical output to also show sessions limit.

## [1.4.0] - 2017-09-09
### Added
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-haproxy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module SensuPluginsHAProxy
module Version
MAJOR = 1
MINOR = 4
MAJOR = 2
MINOR = 0
PATCH = 0

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

0 comments on commit eb25c95

Please sign in to comment.