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
+14
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
7
7
## [Unreleased]
8
8
9
+
#### Security
10
+
- updated `yard` dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 which closes attacks against a yard server loading arbitrary files (@majormoses)
11
+
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
12
+
13
+
### Breaking Changes
14
+
- removing ruby support for `< 2.3` versions as they are EOL (@majormoses)
15
+
- metrics-aggregate.rb: removed support for `sensu` api versions lower than `0.24` you can read about it [here](https://github.com/sensu/sensu/issues/1218) (@majormoses)
16
+
17
+
### Changed
18
+
- check-stale-results.rb: improve error message when there is no api key in sensu settings (@majormoses)
19
+
- bumped dependency of `sensu-plugin` to `~> 2.5` (@majormoses)
20
+
- appeasing the cops (@majormoses)
21
+
22
+
## [3.0.0] - 2018-05-17
9
23
### Breaking Change
10
24
- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
0 commit comments