Skip to content

Commit cae3e80

Browse files
committed
bump yard dependency to resolve CVE-2017-17042
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 4c426b1 commit cae3e80

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

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+
812
## [2.2.0] - 2018-10-16
913
### Added
1014
- metric-postgres-statsbgwriter.rb: additional metrics (@phumpal)
@@ -158,7 +162,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
158162
### Added
159163
- initial release
160164

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
162167
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...2.2.0
163168
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
164169
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
22
module Version
33
MAJOR = 2
44
MINOR = 2
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
5353
s.add_development_dependency 'rubocop', '~> 0.49.0'
5454
s.add_development_dependency 'serverspec', '~> 2.36.1'
5555
s.add_development_dependency 'test-kitchen', '~> 1.16.0'
56-
s.add_development_dependency 'yard', '~> 0.8'
56+
s.add_development_dependency 'yard', '~> 0.9.11'
5757
end

0 commit comments

Comments
 (0)