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
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
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
53
53
s . add_development_dependency 'rubocop' , '~> 0.49.0'
54
54
s . add_development_dependency 'serverspec' , '~> 2.36.1'
55
55
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 '
57
57
end
You can’t perform that action at this time.
0 commit comments