File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## [ Unreleased]
77
8+ ## [ 1.4.0] - 2017-08-04
9+ ### Added
10+ - all checks now support using the pgpass file and is backwards compatible with the previous versions (@ahes )
11+
812## [ 1.3.0] - 2017-07-25
913### Fixed
1014- Take into account reserved superuser connections in check-postgres-connections.rb (@Evesy )
@@ -106,7 +110,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
106110### Added
107111- initial release
108112
109- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...HEAD
113+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.0...HEAD
114+ [ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...1.4.0
110115[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...1.3.0
111116[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0
112117[ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...1.1.2
Original file line number Diff line number Diff line change 11module SensuPluginsPostgres
22 module Version
33 MAJOR = 1
4- MINOR = 3
4+ MINOR = 4
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments