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
5
5
6
6
## [ Unreleased]
7
7
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
+
8
12
## [ 1.3.0] - 2017-07-25
9
13
### Fixed
10
14
- 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
106
110
### Added
107
111
- initial release
108
112
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
110
115
[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...1.3.0
111
116
[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0
112
117
[ 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 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 3
4
+ MINOR = 4
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments