Skip to content

Commit 2bdfab6

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent f24035e commit 2bdfab6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

3-
## [2.7.1](https://github.com/dev-sec/ssh-baseline/tree/2.7.1) (2022-03-18)
3+
## [2.8.0](https://github.com/dev-sec/ssh-baseline/tree/2.8.0) (2022-09-29)
44

5-
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.7.0...2.7.1)
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.7.0...2.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- add support for EL9 [\#207](https://github.com/dev-sec/ssh-baseline/pull/207) ([rndmh3ro](https://github.com/rndmh3ro))
10+
- add basic support for Ubuntu 22 [\#204](https://github.com/dev-sec/ssh-baseline/pull/204) ([schurzi](https://github.com/schurzi))
611

712
**Merged pull requests:**
813

14+
- fix detection for centos stream [\#208](https://github.com/dev-sec/ssh-baseline/pull/208) ([rndmh3ro](https://github.com/rndmh3ro))
15+
- add more support for debian 11 [\#206](https://github.com/dev-sec/ssh-baseline/pull/206) ([rndmh3ro](https://github.com/rndmh3ro))
916
- Change linting to Cookstyle [\#203](https://github.com/dev-sec/ssh-baseline/pull/203) ([schurzi](https://github.com/schurzi))
1017

1118
## [2.7.0](https://github.com/dev-sec/ssh-baseline/tree/2.7.0) (2022-01-12)

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ copyright_email: hello@dev-sec.io
77
license: Apache-2.0
88
summary: Test-suite for best-practice SSH hardening
99
inspec_version: '>= 4.6.3'
10-
version: 2.7.1
10+
version: 2.8.0
1111
supports:
1212
- os-family: unix

0 commit comments

Comments
 (0)