sensu-plugins-postgres 2.2.0 → 2.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: 53dd0ab010a9c794e9bc8749de4f984f970efd0d6d0854cb9fa6ab4a2652da6e
4
- data.tar.gz: 254c3bc144d8020e86b55fc34bc5384d38c5ca106f2fead8d2e845b90e022ed8
3
+ metadata.gz: bed59e060151a61f8c3c0944a4d020007d265c8f0bb4070f45a86bfc29d96395
4
+ data.tar.gz: ce3fa0b54016107d3afa230d664b8835049c528e579db0edcad4f36e9f5e97a9
5
5
  SHA512:
6
- metadata.gz: 6a02b4954a670bb251d9de50b5674040b62f277d26f9bac8a25b11be489acc68a2edb3360f484616bafacddc2a1d23f43e0576a808dfd15be4aa0334995a308a
7
- data.tar.gz: 4527303091cdd47d1433ff109e3ec1876d35cbe43894ee77fdbcad19468cb8659ee2e08f149a251ded198e12d81282f3edca82596a2029626cb5a1892af388f3
6
+ metadata.gz: 5f6bf0b92a9777659b244a89b108a96e5866c6f55c7bea8c0de5528143b1859566f743d8716d9057d54065cfd9c60868dda1510ae2cdab3a46f487cc5d2679ec
7
+ data.tar.gz: f87e7a2faf3334172c901a82e2a595fda335c267791baccdbf650b1c1d8b7134ac60c3326b014ca792ca7ad619e27c4af11f5fbd593e20e11b04f38199d78d80
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
+ ## [2.2.1] - 2018-10-16
9
+ ### Security
10
+ - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
11
+
8
12
  ## [2.2.0] - 2018-10-16
9
13
  ### Added
10
14
  - metric-postgres-statsbgwriter.rb: additional metrics (@phumpal)
@@ -158,7 +162,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
158
162
  ### Added
159
163
  - initial release
160
164
 
161
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.0...HEAD
165
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.1...HEAD
166
+ [2.2.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.0...2.2.1
162
167
  [2.2.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...2.2.0
163
168
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
164
169
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
  module Version
3
3
  MAJOR = 2
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -246,14 +246,14 @@ dependencies:
246
246
  requirements:
247
247
  - - "~>"
248
248
  - !ruby/object:Gem::Version
249
- version: '0.8'
249
+ version: 0.9.11
250
250
  type: :development
251
251
  prerelease: false
252
252
  version_requirements: !ruby/object:Gem::Requirement
253
253
  requirements:
254
254
  - - "~>"
255
255
  - !ruby/object:Gem::Version
256
- version: '0.8'
256
+ version: 0.9.11
257
257
  description: |-
258
258
  This plugin provides native PostgreSQL
259
259
  instrumentation for monitoring and metrics