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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@ 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
-
### Fixed
8
-
-`check-ssl-hsts-preloadable.rb`: Fixed testing warnings for if a domain can be HSTS preloaded (@rwky)
9
7
8
+
## [2.0.0] - 2018-03-27
10
9
### Breaking Changes
11
10
-`check-ssl-qualys.rb`: when you submit a request with caching enabled it will return back a response including an eta key. Rather than sleeping for some arbitrary number of time we now use this key when its greater than `--between-checks` to wait before attempting the next attempt to query. If it is lower or not present we fall back to `--between-checks` (@majormoses)
12
11
-`check-ssl-qualys.rb`: new `--timeout` parameter to short circuit slow apis (@majormoses)
@@ -17,6 +16,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
17
16
### Added
18
17
`check-ssl-qualys.rb`: option `--debug` to enable debug logging (@majormoses)
19
18
19
+
### Fixed
20
+
-`check-ssl-hsts-preloadable.rb`: Fixed testing warnings for if a domain can be HSTS preloaded (@rwky)
21
+
20
22
## [1.5.0] - 2017-09-26
21
23
### Added
22
24
- Ruby 2.4.1 testing
@@ -103,7 +105,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
0 commit comments