sensu-plugins-entropy-checks 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4719d90ebe0a28f04adfaa2618a4b559fbc8380891160110816bc79e44f3aead
4
- data.tar.gz: fc621260ceec00227cdda33d7b3d516d102d0122ed2e62136a66054b6212e59c
3
+ metadata.gz: b83135154bb1cddc049602f1fe6565393b47609cc8f368734b4654db12cd30e1
4
+ data.tar.gz: 1e4f970c0a5432c999fe0b396c05ffa23847a789a96ecf2b55df2c005e6bc920
5
5
  SHA512:
6
- metadata.gz: 18894a91437158691db508b7fda77d1214664e5f442be8b637ececde6fdbfb3c0d411f2f886a167425763bd176237a6e03b59e644dfe22ce557fe7b711380589
7
- data.tar.gz: ffcf559a277579c6ea6a2196b54cb70ae03faf5b393547e9d74f0a5b013d5fe9fa8fb1a0fd740683a8a620a587ff2e9da2c3a1d42c88bc134906fa5416bdb88e
6
+ metadata.gz: 8552977ff92d95f28be41cff38816262b3e5796c21706508dd3de491d2f0c0355707dd63d4203a225888c062017f71f6ff071dd42c8e5c094586b072133cb8ce
7
+ data.tar.gz: e3d690a0c74fb4c437cbbd3f8421830c42dfa7b8f5600633e7855a667c582bd829c77d140229fb1039ecac2da58b3e82b4fb6ec9e1d98b702c75a56d1d7a67db
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.2] - 2020-05-05
9
+ ### Changed
10
+ - Fixed travis for bonsai clone
11
+
8
12
  ## [2.0.1] - 2020-05-05
9
13
  ### Changed
10
14
  - Fixed travis for ruby gem
@@ -47,7 +51,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
47
51
  ### Added
48
52
  - initial release
49
53
 
50
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.1...HEAD
54
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.2...HEAD
55
+ [2.0.2]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.1...2.0.2
51
56
  [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.0...2.0.1
52
57
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/1.0.0...2.0.0
53
58
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/0.0.3...1.0.0
@@ -4,7 +4,7 @@ module SensuPluginsEntropyChecks
4
4
  module Version
5
5
  MAJOR = 2
6
6
  MINOR = 0
7
- PATCH = 1
7
+ PATCH = 2
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-entropy-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors