Skip to content

Commit 31ed21b

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent b876ed7 commit 31ed21b

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [0.6.2](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.2) (2020-07-22)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.1...0.6.2)
6+
7+
**Closed issues:**
8+
9+
- Debian 9.8/10 timing out on audits [\#22](https://github.com/dev-sec/linux-patch-baseline/issues/22)
10+
11+
**Merged pull requests:**
12+
13+
- Updated to use a while loop for releasing "apt update" lock [\#28](https://github.com/dev-sec/linux-patch-baseline/pull/28) ([mattray](https://github.com/mattray))
14+
15+
## [0.6.1](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.1) (2020-05-19)
16+
17+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.0...0.6.1)
18+
19+
**Merged pull requests:**
20+
21+
- align versions [\#27](https://github.com/dev-sec/linux-patch-baseline/pull/27) ([micheelengronne](https://github.com/micheelengronne))
22+
323
## [0.6.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.0) (2020-05-19)
424

525
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.5.0...0.6.0)
@@ -22,7 +42,6 @@
2242

2343
**Merged pull requests:**
2444

25-
- align versions [\#27](https://github.com/dev-sec/linux-patch-baseline/pull/27) ([micheelengronne](https://github.com/micheelengronne))
2645
- Bump version to 0.5.0 and switch to inspec 3 for check [\#23](https://github.com/dev-sec/linux-patch-baseline/pull/23) ([alexpop](https://github.com/alexpop))
2746
- Update issue templates [\#21](https://github.com/dev-sec/linux-patch-baseline/pull/21) ([rndmh3ro](https://github.com/rndmh3ro))
2847
- allow yum to run as non-root user. [\#20](https://github.com/dev-sec/linux-patch-baseline/pull/20) ([iveskins](https://github.com/iveskins))

inspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: linux-patch-baseline
33
title: DevSec Linux Patch Benchmark
44
summary: Verifies that all patches have been applied
5-
version: 0.6.1
5+
version: 0.6.2
66
maintainer: Christoph Hartmann
77
copyright: Christoph Hartmann
88
copyright_email: chris@lollyrock.com
99
license: MPL-2.0
1010
supports:
11-
- os-family: linux
11+
- os-family: linux

0 commit comments

Comments
 (0)