Skip to content

Commit

Permalink
update inspec.yml and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sec CI committed Dec 16, 2020
1 parent 4324548 commit 2691867
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.6.1](https://github.com/dev-sec/ssh-baseline/tree/2.6.1) (2020-12-16)

[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.6.0...2.6.1)

**Closed issues:**

- Ubuntu 20.04 fails [\#183](https://github.com/dev-sec/ssh-baseline/issues/183)

**Merged pull requests:**

- 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))

## [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)
Expand Down Expand Up @@ -136,6 +148,10 @@

[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)
Expand All @@ -151,7 +167,6 @@

**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))
Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
copyright_email: [email protected]
license: Apache-2.0
summary: Test-suite for best-practice SSH hardening
version: 2.6.0
version: 2.6.1
supports:
- os-family: unix

0 comments on commit 2691867

Please sign in to comment.