You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
5
5
6
6
## [Unreleased]
7
+
8
+
### Fixed
9
+
- check-postgres-replication.rb: fix condition where connection timeout is considered a boolean rather than an integer value (@majormoses) (@phumpal) (@VeselaHouba)
10
+
7
11
### Added
8
12
-`check-postgres-query.rb`: Add `-r`, `--regex-pattern` to match query result against (@jindraj)
9
13
10
14
### Changes
11
15
- Updated development dependency to bundler ~> 2.1
12
-
- Updated development dependency to rake ~> 13.0
13
-
- Updated development dependency to test-kitchen ~> 1.25.0
14
-
- Updated runtime dependency to 'pg' '1.2.1' from 1.1
16
+
- Updated development dependency to rake ~> 13.0
17
+
- Updated development dependency to test-kitchen ~> 1.25.0
18
+
- Updated runtime dependency to 'pg' '1.2.1' from 1.1
15
19
- Updated runtime dependency 'dentaku' '3.3.4' from 2.04
0 commit comments