Skip to content

Commit 6648a15

Browse files
committed
2.1.0
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent 6eeb5ec commit 6648a15

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [2.1.0](https://github.com/dev-sec/linux-baseline/tree/2.1.0) (2017-05-08)
4+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.0.1...2.1.0)
5+
6+
**Merged pull requests:**
7+
8+
- update metadata [\#58](https://github.com/dev-sec/linux-baseline/pull/58) ([chris-rock](https://github.com/chris-rock))
9+
- update gemfile [\#57](https://github.com/dev-sec/linux-baseline/pull/57) ([atomic111](https://github.com/atomic111))
10+
- restrict ruby testing to version 2.3.3 [\#56](https://github.com/dev-sec/linux-baseline/pull/56) ([atomic111](https://github.com/atomic111))
11+
- Properly verify the kernel dump setting [\#52](https://github.com/dev-sec/linux-baseline/pull/52) ([artem-sidorenko](https://github.com/artem-sidorenko))
12+
- auditd package is called audit in the rhel family [\#51](https://github.com/dev-sec/linux-baseline/pull/51) ([iamthemuffinman](https://github.com/iamthemuffinman))
13+
- Ignore inspec.lock file [\#50](https://github.com/dev-sec/linux-baseline/pull/50) ([techraf](https://github.com/techraf))
14+
- Remove duplicated expectation from sysctl-16 [\#49](https://github.com/dev-sec/linux-baseline/pull/49) ([techraf](https://github.com/techraf))
15+
- update links in readme [\#47](https://github.com/dev-sec/linux-baseline/pull/47) ([chris-rock](https://github.com/chris-rock))
16+
- essay: differentiate redhat/debian, add extra conditions [\#44](https://github.com/dev-sec/linux-baseline/pull/44) ([juju4](https://github.com/juju4))
17+
318
## [2.0.1](https://github.com/dev-sec/linux-baseline/tree/2.0.1) (2016-12-21)
419
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.0.0...2.0.1)
520

@@ -10,6 +25,7 @@
1025

1126
**Merged pull requests:**
1227

28+
- update profile metadata & tooling [\#46](https://github.com/dev-sec/linux-baseline/pull/46) ([chris-rock](https://github.com/chris-rock))
1329
- update Gemfile [\#43](https://github.com/dev-sec/linux-baseline/pull/43) ([atomic111](https://github.com/atomic111))
1430
- Update links in README file [\#42](https://github.com/dev-sec/linux-baseline/pull/42) ([netflash](https://github.com/netflash))
1531
- Fix cpu flags and change default for net.ipv4.conf.all.log\_martians [\#39](https://github.com/dev-sec/linux-baseline/pull/39) ([chris-rock](https://github.com/chris-rock))
@@ -22,7 +38,7 @@
2238
- inspec profile [\#38](https://github.com/dev-sec/linux-baseline/pull/38) ([chris-rock](https://github.com/chris-rock))
2339

2440
## [1.3.0](https://github.com/dev-sec/linux-baseline/tree/1.3.0) (2016-04-25)
25-
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.1.0...1.3.0)
41+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.2.0...1.3.0)
2642

2743
**Fixed bugs:**
2844

@@ -31,6 +47,12 @@
3147
**Merged pull requests:**
3248

3349
- prevent nil in flags [\#36](https://github.com/dev-sec/linux-baseline/pull/36) ([arlimus](https://github.com/arlimus))
50+
51+
## [1.2.0](https://github.com/dev-sec/linux-baseline/tree/1.2.0) (2015-12-08)
52+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.1.0...1.2.0)
53+
54+
**Merged pull requests:**
55+
3456
- removed serverspec support and created all inspec tests [\#35](https://github.com/dev-sec/linux-baseline/pull/35) ([atomic111](https://github.com/atomic111))
3557

3658
## [1.1.0](https://github.com/dev-sec/linux-baseline/tree/1.1.0) (2015-10-15)

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ copyright: DevSec Hardening Framework Team
55
copyright_email: [email protected]
66
license: Apache 2 license
77
summary: Test-suite for best-preactice Linux OS hardening
8-
version: 2.0.1
8+
version: 2.1.0
99
supports:
1010
- os-family: linux

0 commit comments

Comments
 (0)