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
This includes:
- dropping EOL ruby versions
- bumping dependencies (some address CVEs)
- appeasing or disabling new cops
- removed codelimate dep as its not used anymore
- removed some old badges
For a more complete/detailed list see the changelog.
Signed-off-by: Ben Abrams <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ 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 (@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
+
- drop EOL rubies `< 2.3` (@majormoses)
15
+
- bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29) (@majormoses)
16
+
17
+
### Changed
18
+
- update `bundler` dependency (@majormoses)
19
+
- appeased the cops (@majormoses)
20
+
21
+
### Removed
22
+
-`codeclimate` (@majormoses)
23
+
9
24
## [2.9.1] - 2019-02-17
10
25
### Fixed
11
26
- check-windows-disk.rb: use the full path for CSV file path due to a bug in `wmic` (@jasiek191)
0 commit comments