File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 '
5757end
You can’t perform that action at this time.
0 commit comments