Skip to content

Commit eb25c95

Browse files
author
Jef Spaleta
authored
Merge pull request #45 from nixwiz/pre_release/2.0.0
Rolled for release 2.0.0
2 parents 50c8799 + 49b59b6 commit eb25c95

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
66

77

88
## [Unreleased]
9+
10+
## [2.0.0] - 2020-03-06
911
### Breaking Changes
1012
- 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)
1113

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

17-
### Changed
18-
- 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)
19-
2019
### Changed
2120
- update changelog guidelines location (@majormoses)
2221
- Updated bundler to '~> 2.1'
2322
- Updated rubocop to '~> 0.80.1'
23+
- Updated rake to '~> 13.0'
2424
- Updated codeclimate-test-reporter to '~> 1.0'
2525
- Remediated rubocop warnings
26-
26+
- 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)
27+
- Extended sessions warning and critical output to also show sessions limit.
2728

2829
## [1.4.0] - 2017-09-09
2930
### Added

lib/sensu-plugins-haproxy/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module SensuPluginsHAProxy
44
module Version
5-
MAJOR = 1
6-
MINOR = 4
5+
MAJOR = 2
6+
MINOR = 0
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)