Skip to content

Commit 5487f62

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent c24d5ec commit 5487f62

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Diff for: CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.7.1](https://github.com/dev-sec/linux-baseline/tree/2.7.1) (2021-03-22)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.7.1)
6+
7+
**Merged pull requests:**
8+
9+
- add dependency to chef-config for CI [\#151](https://github.com/dev-sec/linux-baseline/pull/151) ([schurzi](https://github.com/schurzi))
10+
311
## [2.7.0](https://github.com/dev-sec/linux-baseline/tree/2.7.0) (2021-02-22)
412

513
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.6.4...2.7.0)
@@ -177,8 +185,6 @@
177185
- Update issue templates [\#106](https://github.com/dev-sec/linux-baseline/pull/106) ([rndmh3ro](https://github.com/rndmh3ro))
178186
- \#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))
179187
- efi-check should run on remote host, not locally [\#103](https://github.com/dev-sec/linux-baseline/pull/103) ([rndmh3ro](https://github.com/rndmh3ro))
180-
- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn))
181-
- Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks))
182188
- 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))
183189

184190
## [2.2.2](https://github.com/dev-sec/linux-baseline/tree/2.2.2) (2018-07-19)
@@ -187,6 +193,8 @@
187193

188194
**Merged pull requests:**
189195

196+
- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn))
197+
- Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks))
190198
- Do not disable vfat by default [\#96](https://github.com/dev-sec/linux-baseline/pull/96) ([rndmh3ro](https://github.com/rndmh3ro))
191199
- fix virtualization usage in older inspec versions [\#95](https://github.com/dev-sec/linux-baseline/pull/95) ([mattlqx](https://github.com/mattlqx))
192200

@@ -293,10 +301,6 @@
293301

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

296-
**Fixed bugs:**
297-
298-
- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock))
299-
300304
**Merged pull requests:**
301305

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

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

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+
308316
**Merged pull requests:**
309317

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

Diff for: 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.0
9+
version: 2.7.1
1010
supports:
1111
- os-family: linux

0 commit comments

Comments
 (0)