Skip to content

Commit ebdf3e0

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 11948ad commit ebdf3e0

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [2.6.0](https://github.com/dev-sec/ssh-baseline/tree/2.6.0) (2020-08-22)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.14...2.6.0)
6+
7+
**Implemented enhancements:**
8+
9+
- add support for ubuntu20.04 [\#181](https://github.com/dev-sec/ssh-baseline/pull/181) ([schurzi](https://github.com/schurzi))
10+
11+
**Closed issues:**
12+
13+
- undefined method `match?' for nil:NilClass - CentOs 7 [\#179](https://github.com/dev-sec/ssh-baseline/issues/179)
14+
315
## [2.5.14](https://github.com/dev-sec/ssh-baseline/tree/2.5.14) (2020-08-07)
416

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

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

127-
**Merged pull requests:**
128-
129-
- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne))
130-
131139
## [2.5.0](https://github.com/dev-sec/ssh-baseline/tree/2.5.0) (2020-05-18)
132140

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

144152
**Merged pull requests:**
145153

154+
- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne))
146155
- API rate limiter debug [\#158](https://github.com/dev-sec/ssh-baseline/pull/158) ([micheelengronne](https://github.com/micheelengronne))
147156
- Release github workflow [\#157](https://github.com/dev-sec/ssh-baseline/pull/157) ([micheelengronne](https://github.com/micheelengronne))
148157
- 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.5.14
9+
version: 2.6.0
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)