sensu-plugins-disk-checks 5.1.0 → 5.1.1
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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-disk-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: 7f12e621f9184db90da2f0ef2638cdbb09466fb488686619a2062fb7b5336315
|
|
4
|
+
data.tar.gz: 81b1bb59a51305409c9203855ccc12b43ad50060543115ad4cf1913ad141aba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f435d5746fe00083205b6de15c62bda4516968204cd0a16ae45d6db7850fc352a6d6e45f038846459ea132b1594de0ece60b95c1096820ca18fda7ec14a6828d
|
|
7
|
+
data.tar.gz: 6e19ad018f9d6a994ff89c293fa881c4c8b5c3469cab5aadcd6bd7bf090b0397beaa1bb7d3703d9f6b8f72a07c9aaf51cd91b209a9a6af99d549836d2d99e8aa
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [5.1.1] - 2020-04-22
|
|
9
|
+
### Changed
|
|
10
|
+
- Removed centos from .bonsai.yml to make Bonsai happy again
|
|
11
|
+
|
|
8
12
|
## [5.1.0] - 2020-04-22
|
|
9
13
|
### Changed
|
|
10
14
|
- Updated bundler dependancy to '~> 2.1'
|
|
@@ -220,7 +224,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
|
|
|
220
224
|
### Added
|
|
221
225
|
- initial release
|
|
222
226
|
|
|
223
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.
|
|
227
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...HEAD
|
|
228
|
+
[5.1.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...5.1.1
|
|
224
229
|
[5.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
|
|
225
230
|
[5.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
|
|
226
231
|
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
|