sensu-plugins-haproxy 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b527e228bdb745ed2ae1c2396fdce208a2f870b7707c3574563d6661f128d7b
4
- data.tar.gz: ba8f34a10a4da1b2d30a3d3bbbf71e9c414729ec6960371265a763c0958792bb
3
+ metadata.gz: 5bb6f52941b1dd0829f443823298d847dad410c6863b47d03f4df2fa15ed27ad
4
+ data.tar.gz: b7d8333592983bf5834f481bd055568b68f052d9ac0f3be497a94074ae8e90de
5
5
  SHA512:
6
- metadata.gz: c5e7b8d6acbc9d5e06747174ec0d86924b23794eb73ed01d1f7630f85e0cc6137b78c961df67ffd78ee5580f0d5cf5df0c9181d4746bbfec0062ba78b3084d36
7
- data.tar.gz: cf4bbe97531beca1e0fc00ffa66d682c91bbb0aa91219fa9582c79309b01b3cb9b1080f326d5057568bb8a0e4dfd37ddd44929090c8925863938a2c1cb944d4b
6
+ metadata.gz: 987a50e071f3257b026d3d30e4bc8e9faa0ec17592b7034ca87be6f57dbfa919ce22f6e160cf474e1c42983dedd92fccf8abdbb9df3f382b3339f1c1f43bc6d2
7
+ data.tar.gz: 05be677a49ce63296d43990150de15774f94a9f678a3c85c021d5097dcdc87c241f55e46bf302677b23e92eab6699796fc6b911608e4a781786079b31ab5c778
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.1] - 2020-03-06
11
+
12
+ ### Changed
13
+ - Nothing, empty release with Travis fixed to deploy release
14
+
10
15
  ## [2.0.0] - 2020-03-06
11
16
  ### Breaking Changes
12
17
  - 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)
@@ -95,7 +100,9 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
95
100
  ### Added
96
101
  - initial release
97
102
 
98
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...HEAD
103
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...HEAD
104
+ [2.0.1]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
105
+ [2.0.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
99
106
  [1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
100
107
  [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
101
108
  [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
@@ -4,7 +4,7 @@ module SensuPluginsHAProxy
4
4
  module Version
5
5
  MAJOR = 2
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-haproxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors