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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b13a71fab3c3bc1736ec43012579a6b488f0820b9f9bb14fc7fe404c5bec9a47
4
- data.tar.gz: 02d51a78c88045e9318b7c75b29b05d5d35c0148ce9960ad9e855ebaa9ee47b5
3
+ metadata.gz: 7f12e621f9184db90da2f0ef2638cdbb09466fb488686619a2062fb7b5336315
4
+ data.tar.gz: 81b1bb59a51305409c9203855ccc12b43ad50060543115ad4cf1913ad141aba1
5
5
  SHA512:
6
- metadata.gz: fb9e68c9c350604b9870fa07b314fb6b3579a907fee4903cc3b8c020a0f97c19f8114ea81716303160a81a4b4b1abbe6f83701f998413244c3e5eff19fe1c92d
7
- data.tar.gz: 593fa8025e960980e6786f214b20a7f1b86803fb5cdeecf3c59e17a97d8ee74aba4dba90b4092eb65c670af2ab54bf3e77a8457c8c56aab055b4aa03d67f61c2
6
+ metadata.gz: f435d5746fe00083205b6de15c62bda4516968204cd0a16ae45d6db7850fc352a6d6e45f038846459ea132b1594de0ece60b95c1096820ca18fda7ec14a6828d
7
+ data.tar.gz: 6e19ad018f9d6a994ff89c293fa881c4c8b5c3469cab5aadcd6bd7bf090b0397beaa1bb7d3703d9f6b8f72a07c9aaf51cd91b209a9a6af99d549836d2d99e8aa
@@ -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.0...HEAD
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
@@ -4,7 +4,7 @@ module SensuPluginsDiskChecks
4
4
  module Version
5
5
  MAJOR = 5
6
6
  MINOR = 1
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-disk-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors