Skip to content

Commit 91a0aa9

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 7e2ddf6 commit 91a0aa9

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## [2.7.1](https://github.com/dev-sec/linux-baseline/tree/2.7.1) (2021-03-22)
3+
## [2.8.0](https://github.com/dev-sec/linux-baseline/tree/2.8.0) (2021-03-24)
44

5-
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.7.1)
5+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Disable source routing for IPv6. [\#152](https://github.com/dev-sec/linux-baseline/pull/152) ([joubbi](https://github.com/joubbi))
610

711
**Merged pull requests:**
812

@@ -185,6 +189,7 @@
185189
- Update issue templates [\#106](https://github.com/dev-sec/linux-baseline/pull/106) ([rndmh3ro](https://github.com/rndmh3ro))
186190
- \#104 Fix os-11 for Ubuntu 16.04 and newer [\#105](https://github.com/dev-sec/linux-baseline/pull/105) ([IceBear2k](https://github.com/IceBear2k))
187191
- efi-check should run on remote host, not locally [\#103](https://github.com/dev-sec/linux-baseline/pull/103) ([rndmh3ro](https://github.com/rndmh3ro))
192+
- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn))
188193
- Update to test for rsh-server instead of duplicate telnetd [\#98](https://github.com/dev-sec/linux-baseline/pull/98) ([aavetis](https://github.com/aavetis))
189194

190195
## [2.2.2](https://github.com/dev-sec/linux-baseline/tree/2.2.2) (2018-07-19)
@@ -193,7 +198,6 @@
193198

194199
**Merged pull requests:**
195200

196-
- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn))
197201
- Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks))
198202
- Do not disable vfat by default [\#96](https://github.com/dev-sec/linux-baseline/pull/96) ([rndmh3ro](https://github.com/rndmh3ro))
199203
- fix virtualization usage in older inspec versions [\#95](https://github.com/dev-sec/linux-baseline/pull/95) ([mattlqx](https://github.com/mattlqx))
@@ -301,6 +305,10 @@
301305

302306
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.2.0...1.3.0)
303307

308+
**Fixed bugs:**
309+
310+
- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock))
311+
304312
**Merged pull requests:**
305313

306314
- prevent nil in flags [\#36](https://github.com/dev-sec/linux-baseline/pull/36) ([arlimus](https://github.com/arlimus))
@@ -309,10 +317,6 @@
309317

310318
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.1.0...1.2.0)
311319

312-
**Fixed bugs:**
313-
314-
- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock))
315-
316320
**Merged pull requests:**
317321

318322
- removed serverspec support and created all inspec tests [\#35](https://github.com/dev-sec/linux-baseline/pull/35) ([atomic111](https://github.com/atomic111))

inspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: [email protected]
77
license: Apache-2.0
88
summary: Test suite for best practice Linux OS hardening
9-
version: 2.7.1
9+
version: 2.8.0
1010
supports:
1111
- os-family: linux

0 commit comments

Comments
 (0)