sensu-plugins-filesystem-checks 2.1.0 → 2.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-filesystem-checks/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 907a6790b2330c1f26dcfe45a40c8fff14f10227d3cab676ab613bba9a3ac8ac
|
|
4
|
+
data.tar.gz: f8fc51cf1c491717775421f67cf0753a7a6dd269f916d91602f7b54c5578419c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 170ba92fcc702beb1da29f5fa9bc45a075b578f196c7d709eee7644810de6814e583db2cf812b84c7e9b857ff9668aeb614bcd4538c92b0d37f08bfe084ef8fc
|
|
7
|
+
data.tar.gz: d5cf0c94b1c39f8d1264aee18c298aa4e9c6296c02176d9ab8567673b6a4ced1af75262dc486638bf7b130d54ef30569c6cb5af5a77971365081c436225c12e5
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [2.1.1] - 2020-07-27
|
|
12
|
+
### Removed
|
|
13
|
+
- Fixed Asset deployment to bonsai by removing reference for generic "centos" assets.
|
|
14
|
+
|
|
11
15
|
## [2.1.0] - 2020-07-16
|
|
12
16
|
### Added
|
|
13
17
|
- Updated asset build targets to support centos6
|
|
@@ -63,7 +67,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
63
67
|
### Added
|
|
64
68
|
- initial release
|
|
65
69
|
|
|
66
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.
|
|
70
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.1...HEAD
|
|
71
|
+
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...2.1.1
|
|
67
72
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...2.1.0
|
|
68
73
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...2.0.0
|
|
69
74
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.4...1.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-filesystem-checks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-07-
|
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -213,8 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
|
-
|
|
217
|
-
rubygems_version: 2.7.7
|
|
216
|
+
rubygems_version: 3.0.8
|
|
218
217
|
signing_key:
|
|
219
218
|
specification_version: 4
|
|
220
219
|
summary: Sensu plugins for filesystems
|