Skip to content

Commit c40e020

Browse files
committed
0.4.0
1 parent 389e002 commit c40e020

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [0.4.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.4.0) (2018-04-12)
4+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.3.0...0.4.0)
5+
6+
**Closed issues:**
7+
8+
- inspec exec --format=json option is breaking json parser for this profile [\#13](https://github.com/dev-sec/linux-patch-baseline/issues/13)
9+
10+
**Merged pull requests:**
11+
12+
- fix vulnerable rubocop version for testing [\#17](https://github.com/dev-sec/linux-patch-baseline/pull/17) ([arlimus](https://github.com/arlimus))
13+
- print system patches in a nicer way [\#16](https://github.com/dev-sec/linux-patch-baseline/pull/16) ([arlimus](https://github.com/arlimus))
14+
- add suse support [\#15](https://github.com/dev-sec/linux-patch-baseline/pull/15) ([arlimus](https://github.com/arlimus))
15+
- Remove puts from updates [\#14](https://github.com/dev-sec/linux-patch-baseline/pull/14) ([coolguru](https://github.com/coolguru))
16+
- fix linting errors [\#12](https://github.com/dev-sec/linux-patch-baseline/pull/12) ([arlimus](https://github.com/arlimus))
17+
- Changed the method LinuxUpdateManager.initialize to add support to Amazon Linux [\#11](https://github.com/dev-sec/linux-patch-baseline/pull/11) ([jonasduarte](https://github.com/jonasduarte))
18+
- use recommended spdx license identifier [\#9](https://github.com/dev-sec/linux-patch-baseline/pull/9) ([chris-rock](https://github.com/chris-rock))
19+
320
## [0.3.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.3.0) (2017-05-08)
421
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.2.0...0.3.0)
522

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: linux-patch-baseline
22
title: DevSec Linux Patch Benchmark
33
summary: Verifies that all patches have been applied
4-
version: 0.3.0
4+
version: 0.4.0
55

66
maintainer: Christoph Hartmann
77
copyright: Christoph Hartmann

0 commit comments

Comments
 (0)