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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01c081f5d9339af42084c7e2fa126dd4f33e3d3c174647d6a9067e6770b8d52b
4
- data.tar.gz: '080eaf108f3fb46ad0c5188313477302c4e1e94ef7ae4aa065a28a413fd677f8'
3
+ metadata.gz: 907a6790b2330c1f26dcfe45a40c8fff14f10227d3cab676ab613bba9a3ac8ac
4
+ data.tar.gz: f8fc51cf1c491717775421f67cf0753a7a6dd269f916d91602f7b54c5578419c
5
5
  SHA512:
6
- metadata.gz: 7eea798999fe5a7256ee77b4747f85696939417cabee02d54f20792869b4a533b43280e57e2c6813f1efcc94d9190188349f326cbf2a20294592d2194f047d2b
7
- data.tar.gz: 24991ed0cc343922c6c9aacb350183bf0c663c4665be3cc4e1c1145077fee16aa3a20bba80d8160a3142480d2d933baacb92587fd6d96270a449952764c2a6e3
6
+ metadata.gz: 170ba92fcc702beb1da29f5fa9bc45a075b578f196c7d709eee7644810de6814e583db2cf812b84c7e9b857ff9668aeb614bcd4538c92b0d37f08bfe084ef8fc
7
+ data.tar.gz: d5cf0c94b1c39f8d1264aee18c298aa4e9c6296c02176d9ab8567673b6a4ced1af75262dc486638bf7b130d54ef30569c6cb5af5a77971365081c436225c12e5
@@ -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.0...HEAD
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
@@ -2,7 +2,7 @@ module SensuPluginsFilesystemChecks
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.0
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-17 00:00:00.000000000 Z
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
- rubyforge_project:
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