Skip to content

Commit 09a182b

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent ab74aff commit 09a182b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [2.9.1](https://github.com/dev-sec/linux-baseline/tree/2.9.1) (2025-10-29)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.9.0...2.9.1)
6+
7+
**Merged pull requests:**
8+
9+
- Consistent use of regex for splitting find results [\#190](https://github.com/dev-sec/linux-baseline/pull/190) ([schurzi](https://github.com/schurzi))
10+
311
## [2.9.0](https://github.com/dev-sec/linux-baseline/tree/2.9.0) (2024-08-21)
412

513
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.8.3...2.9.0)
@@ -235,8 +243,6 @@
235243

236244
- skip the sysctl-19 control when sysctl\_forwarding is true [\#125](https://github.com/dev-sec/linux-baseline/pull/125) ([b-dean](https://github.com/b-dean))
237245
- add documentation for missing package-04 control [\#123](https://github.com/dev-sec/linux-baseline/pull/123) ([chris-rock](https://github.com/chris-rock))
238-
- Allow core dumps to be piped into a program with an absolute path. [\#121](https://github.com/dev-sec/linux-baseline/pull/121) ([samjmarshall](https://github.com/samjmarshall))
239-
- Allow for lowercase auditd config flush value. [\#120](https://github.com/dev-sec/linux-baseline/pull/120) ([samjmarshall](https://github.com/samjmarshall))
240246
- Fixing some deprecation notices [\#119](https://github.com/dev-sec/linux-baseline/pull/119) ([jjasghar](https://github.com/jjasghar))
241247

242248
## [2.3.0](https://github.com/dev-sec/linux-baseline/tree/2.3.0) (2019-05-15)

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copyright_email: [email protected]
77
license: Apache-2.0
88
summary: Test suite for best practice Linux OS hardening
99
inspec_version: '>= 4.6.3'
10-
version: 2.9.0
10+
version: 2.9.1
1111
supports:
1212
- os-family: linux
1313
inputs:

0 commit comments

Comments
 (0)