Skip to content

Commit 2691867

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 4324548 commit 2691867

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.6.1](https://github.com/dev-sec/ssh-baseline/tree/2.6.1) (2020-12-16)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.6.0...2.6.1)
6+
7+
**Closed issues:**
8+
9+
- Ubuntu 20.04 fails [\#183](https://github.com/dev-sec/ssh-baseline/issues/183)
10+
11+
**Merged pull requests:**
12+
13+
- Legacy Protocol statement is removed from version 7.6 and above, sinc… [\#184](https://github.com/dev-sec/ssh-baseline/pull/184) ([joubbi](https://github.com/joubbi))
14+
315
## [2.6.0](https://github.com/dev-sec/ssh-baseline/tree/2.6.0) (2020-08-22)
416

517
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.14...2.6.0)
@@ -136,6 +148,10 @@
136148

137149
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.0...2.5.1)
138150

151+
**Merged pull requests:**
152+
153+
- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne))
154+
139155
## [2.5.0](https://github.com/dev-sec/ssh-baseline/tree/2.5.0) (2020-05-18)
140156

141157
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.4.1...2.5.0)
@@ -151,7 +167,6 @@
151167

152168
**Merged pull requests:**
153169

154-
- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne))
155170
- API rate limiter debug [\#158](https://github.com/dev-sec/ssh-baseline/pull/158) ([micheelengronne](https://github.com/micheelengronne))
156171
- Release github workflow [\#157](https://github.com/dev-sec/ssh-baseline/pull/157) ([micheelengronne](https://github.com/micheelengronne))
157172
- In a container, sshd should not run as root [\#152](https://github.com/dev-sec/ssh-baseline/pull/152) ([micheelengronne](https://github.com/micheelengronne))

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: hello@dev-sec.io
77
license: Apache-2.0
88
summary: Test-suite for best-practice SSH hardening
9-
version: 2.6.0
9+
version: 2.6.1
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)