sensu-plugins-process-checks 4.2.0 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53ee9f0f79d1487057bfb919b91dc2d97ede812f012a505ef74388f9353a1b8e
4
- data.tar.gz: 6f5a0288a62d4256e4c11ded9dabcade55e0093982862ff48cbfd485b63132db
3
+ metadata.gz: ff1ced08b94a793015890de477eecd6e4ec3892c525d6252abc159295254086b
4
+ data.tar.gz: 9c44a4b95296eccffbd414cb29585f204c7a298390f3a0de972f9267f2a43bd0
5
5
  SHA512:
6
- metadata.gz: 3f5f26c4287d82823826d5d6d45cfb26a7c5ef7a0144ffdf8ba520c83ec6ad55fbc626b4fbf582d8ed95ad1d293a7e54c90174818d7ea8dfdbeba0a2718ed6bf
7
- data.tar.gz: 468ea7d5f395bc0885e1ecc4ed004fff8597a308d89009e7f3ffc8a5ee34682ab75be69f2dd4f95e05fc55411f40fcf9f693f42ec386abdc9d16e4ca97aac380
6
+ metadata.gz: 41117948dfaf5dfd210277fc4ac635da1e4e36697190504c6ad20144362b6de2a877ef35e645e4f4780a611be0598b791f7cb0bc461ac0668c4623b1ae8ba033
7
+ data.tar.gz: c62b42f3c37ffdffc7018b9ff722c58ee814deda28d27c1fb1e4df55d7e3e1249553e320e46a77f01e369bb80a2b24b3dbf290fa1266072f98890b8dab7da6bf
@@ -5,6 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [4.2.1] - 2020-09-26
10
+ ### Fixed
11
+ - .bonsai.yml: fixed wrong(not matching) entity.system.platform filter. (@itachi17)
12
+
8
13
  ## [4.2.0] - 2020-04-08
9
14
  ### Changed
10
15
  - Updated english gem runtime dependency from 0.6.3 to 0.7.0 (0.6.3 was yanked).
@@ -13,6 +18,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
13
18
  ### Added
14
19
  - Updated asset build targets to support centos6
15
20
 
21
+
16
22
  ## [4.0.1] - 2019-05-06
17
23
  ### Fixed
18
24
  - metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)
@@ -211,7 +217,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
211
217
  - built against 1.9.3, 2.0, 2.1
212
218
  - cryptographically signed
213
219
 
214
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...HEAD
220
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.1...HEAD
221
+ [4.2.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.2.0...4.2.1
222
+ [4.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...4.2.0
215
223
  [4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
216
224
  [4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
217
225
  [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
@@ -2,7 +2,7 @@ module SensuPluginsProcessChecks
2
2
  module Version
3
3
  MAJOR = 4
4
4
  MINOR = 2
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-process-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.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-04-08 00:00:00.000000000 Z
11
+ date: 2020-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: english
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '10.0'
117
+ version: '13.0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '10.0'
124
+ version: '13.0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: redcarpet
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -251,8 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  - !ruby/object:Gem::Version
252
252
  version: '0'
253
253
  requirements: []
254
- rubyforge_project:
255
- rubygems_version: 2.7.7
254
+ rubygems_version: 3.0.8
256
255
  signing_key:
257
256
  specification_version: 4
258
257
  summary: Sensu plugins for checking running processes