sensu-plugins-entropy-checks 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-entropy-checks/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b83135154bb1cddc049602f1fe6565393b47609cc8f368734b4654db12cd30e1
|
4
|
+
data.tar.gz: 1e4f970c0a5432c999fe0b396c05ffa23847a789a96ecf2b55df2c005e6bc920
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8552977ff92d95f28be41cff38816262b3e5796c21706508dd3de491d2f0c0355707dd63d4203a225888c062017f71f6ff071dd42c8e5c094586b072133cb8ce
|
7
|
+
data.tar.gz: e3d690a0c74fb4c437cbbd3f8421830c42dfa7b8f5600633e7855a667c582bd829c77d140229fb1039ecac2da58b3e82b4fb6ec9e1d98b702c75a56d1d7a67db
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|