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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-postgres/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bed59e060151a61f8c3c0944a4d020007d265c8f0bb4070f45a86bfc29d96395
|
4
|
+
data.tar.gz: ce3fa0b54016107d3afa230d664b8835049c528e579db0edcad4f36e9f5e97a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
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.
|
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:
|
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:
|
256
|
+
version: 0.9.11
|
257
257
|
description: |-
|
258
258
|
This plugin provides native PostgreSQL
|
259
259
|
instrumentation for monitoring and metrics
|