diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d6607..c9101c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## [2.7.1](https://github.com/dev-sec/linux-baseline/tree/2.7.1) (2021-03-22) +## [2.8.0](https://github.com/dev-sec/linux-baseline/tree/2.8.0) (2021-03-24) -[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.7.1) +[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.8.0) + +**Implemented enhancements:** + +- Disable source routing for IPv6. [\#152](https://github.com/dev-sec/linux-baseline/pull/152) ([joubbi](https://github.com/joubbi)) **Merged pull requests:** @@ -185,6 +189,7 @@ - Update issue templates [\#106](https://github.com/dev-sec/linux-baseline/pull/106) ([rndmh3ro](https://github.com/rndmh3ro)) - \#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)) - efi-check should run on remote host, not locally [\#103](https://github.com/dev-sec/linux-baseline/pull/103) ([rndmh3ro](https://github.com/rndmh3ro)) +- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn)) - 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)) ## [2.2.2](https://github.com/dev-sec/linux-baseline/tree/2.2.2) (2018-07-19) @@ -193,7 +198,6 @@ **Merged pull requests:** -- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn)) - Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks)) - Do not disable vfat by default [\#96](https://github.com/dev-sec/linux-baseline/pull/96) ([rndmh3ro](https://github.com/rndmh3ro)) - 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 @@ [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.2.0...1.3.0) +**Fixed bugs:** + +- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock)) + **Merged pull requests:** - prevent nil in flags [\#36](https://github.com/dev-sec/linux-baseline/pull/36) ([arlimus](https://github.com/arlimus)) @@ -309,10 +317,6 @@ [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.1.0...1.2.0) -**Fixed bugs:** - -- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock)) - **Merged pull requests:** - removed serverspec support and created all inspec tests [\#35](https://github.com/dev-sec/linux-baseline/pull/35) ([atomic111](https://github.com/atomic111)) diff --git a/inspec.yml b/inspec.yml index 8a1fe73..bfc1eb7 100644 --- a/inspec.yml +++ b/inspec.yml @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test suite for best practice Linux OS hardening -version: 2.7.1 +version: 2.8.0 supports: - os-family: linux