From ebdf3e04a5e818f06242bb7302d52a112814d562 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Sat, 22 Aug 2020 17:42:54 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 17 +++++++++++++---- inspec.yml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1770a4..af2938b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.0](https://github.com/dev-sec/ssh-baseline/tree/2.6.0) (2020-08-22) + +[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.14...2.6.0) + +**Implemented enhancements:** + +- add support for ubuntu20.04 [\#181](https://github.com/dev-sec/ssh-baseline/pull/181) ([schurzi](https://github.com/schurzi)) + +**Closed issues:** + +- undefined method `match?' for nil:NilClass - CentOs 7 [\#179](https://github.com/dev-sec/ssh-baseline/issues/179) + ## [2.5.14](https://github.com/dev-sec/ssh-baseline/tree/2.5.14) (2020-08-07) [Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.13...2.5.14) @@ -124,10 +136,6 @@ [Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.0...2.5.1) -**Merged pull requests:** - -- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne)) - ## [2.5.0](https://github.com/dev-sec/ssh-baseline/tree/2.5.0) (2020-05-18) [Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.4.1...2.5.0) @@ -143,6 +151,7 @@ **Merged pull requests:** +- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne)) - API rate limiter debug [\#158](https://github.com/dev-sec/ssh-baseline/pull/158) ([micheelengronne](https://github.com/micheelengronne)) - Release github workflow [\#157](https://github.com/dev-sec/ssh-baseline/pull/157) ([micheelengronne](https://github.com/micheelengronne)) - In a container, sshd should not run as root [\#152](https://github.com/dev-sec/ssh-baseline/pull/152) ([micheelengronne](https://github.com/micheelengronne)) diff --git a/inspec.yml b/inspec.yml index 446d134..40c8168 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 SSH hardening -version: 2.5.14 +version: 2.6.0 supports: - os-family: unix