Skip to content

Commit 241dba8

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 8f6aa08 commit 241dba8

2 files changed

Lines changed: 22 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [2.0.3](https://github.com/dev-sec/apache-baseline/tree/2.0.3) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/2.1.0...2.0.3)
6+
7+
**Merged pull requests:**
8+
9+
- github actions release [\#32](https://github.com/dev-sec/apache-baseline/pull/32) ([micheelengronne](https://github.com/micheelengronne))
10+
11+
## [2.1.0](https://github.com/dev-sec/apache-baseline/tree/2.1.0) (2019-05-15)
212

3-
## [2.1.0](https://github.com/dev-sec/apache-baseline/tree/2.1.0) (2019-05-07)
413
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/2.0.2...2.1.0)
514

615
**Closed issues:**
@@ -9,6 +18,7 @@
918

1019
**Merged pull requests:**
1120

21+
- Bump version to 2.1.0 [\#31](https://github.com/dev-sec/apache-baseline/pull/31) ([alexpop](https://github.com/alexpop))
1222
- Add apache library from core inspec as it was deprecated in inspec 4 [\#30](https://github.com/dev-sec/apache-baseline/pull/30) ([alexpop](https://github.com/alexpop))
1323
- Fixed the issue related issues/28 [\#29](https://github.com/dev-sec/apache-baseline/pull/29) ([gadilasr](https://github.com/gadilasr))
1424
- Remove non utf-8 characters [\#27](https://github.com/dev-sec/apache-baseline/pull/27) ([alexpop](https://github.com/alexpop))
@@ -17,6 +27,7 @@
1727
- use recommended spdx license identifier [\#23](https://github.com/dev-sec/apache-baseline/pull/23) ([chris-rock](https://github.com/chris-rock))
1828

1929
## [2.0.2](https://github.com/dev-sec/apache-baseline/tree/2.0.2) (2017-05-08)
30+
2031
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/2.0.1...2.0.2)
2132

2233
**Merged pull requests:**
@@ -26,6 +37,7 @@
2637
- Update profile version [\#20](https://github.com/dev-sec/apache-baseline/pull/20) ([alexpop](https://github.com/alexpop))
2738

2839
## [2.0.1](https://github.com/dev-sec/apache-baseline/tree/2.0.1) (2017-02-27)
40+
2941
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/2.0.0...2.0.1)
3042

3143
**Merged pull requests:**
@@ -34,32 +46,24 @@
3446
- Switch to the new apache-baseline name everywhere [\#18](https://github.com/dev-sec/apache-baseline/pull/18) ([alexpop](https://github.com/alexpop))
3547

3648
## [2.0.0](https://github.com/dev-sec/apache-baseline/tree/2.0.0) (2016-06-17)
49+
3750
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/1.0.0...2.0.0)
3851

3952
**Merged pull requests:**
4053

4154
- migrate to inspec profile [\#17](https://github.com/dev-sec/apache-baseline/pull/17) ([atomic111](https://github.com/atomic111))
4255

4356
## [1.0.0](https://github.com/dev-sec/apache-baseline/tree/1.0.0) (2015-10-15)
57+
58+
[Full Changelog](https://github.com/dev-sec/apache-baseline/compare/bc99a79b9522e3c1f39b884f0b7ef81235af8f4a...1.0.0)
59+
4460
**Merged pull requests:**
4561

46-
- adapt to new robocop style [\#16](https://github.com/dev-sec/apache-baseline/pull/16) ([chris-rock](https://github.com/chris-rock))
47-
- update urls [\#15](https://github.com/dev-sec/apache-baseline/pull/15) ([chris-rock](https://github.com/chris-rock))
48-
- add json format option [\#14](https://github.com/dev-sec/apache-baseline/pull/14) ([atomic111](https://github.com/atomic111))
49-
- we need a customized default vhost, since puppet will not configure a working [\#13](https://github.com/dev-sec/apache-baseline/pull/13) ([ehaselwanter](https://github.com/ehaselwanter))
50-
- Update common [\#12](https://github.com/dev-sec/apache-baseline/pull/12) ([arlimus](https://github.com/arlimus))
51-
- puppet does quoted includes, normalize on includes without quotes to be able [\#11](https://github.com/dev-sec/apache-baseline/pull/11) ([ehaselwanter](https://github.com/ehaselwanter))
52-
- rework based on new file\_with\_includes type and fix directory and vhost requirement tests [\#10](https://github.com/dev-sec/apache-baseline/pull/10) ([ehaselwanter](https://github.com/ehaselwanter))
53-
- fix the creation of the temp file, holding all included configs for apache. [\#9](https://github.com/dev-sec/apache-baseline/pull/9) ([ehaselwanter](https://github.com/ehaselwanter))
54-
- apache tests for v1.0 \(including serverspec2 changes\) [\#8](https://github.com/dev-sec/apache-baseline/pull/8) ([ehaselwanter](https://github.com/ehaselwanter))
55-
- updating common files [\#7](https://github.com/dev-sec/apache-baseline/pull/7) ([arlimus](https://github.com/arlimus))
56-
- changes for the chef testing part [\#6](https://github.com/dev-sec/apache-baseline/pull/6) ([ehaselwanter](https://github.com/ehaselwanter))
57-
- added some more test and clean up [\#5](https://github.com/dev-sec/apache-baseline/pull/5) ([atomic111](https://github.com/atomic111))
5862
- fix lint errors [\#4](https://github.com/dev-sec/apache-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
5963
- add apache tests according to requirements [\#3](https://github.com/dev-sec/apache-baseline/pull/3) ([ehaselwanter](https://github.com/ehaselwanter))
6064
- rename default role mysql-\>apache [\#2](https://github.com/dev-sec/apache-baseline/pull/2) ([arlimus](https://github.com/arlimus))
6165
- initial testing repo [\#1](https://github.com/dev-sec/apache-baseline/pull/1) ([ehaselwanter](https://github.com/ehaselwanter))
6266

6367

6468

65-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
69+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

inspec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: apache-baseline
23
title: DevSec Apache Baseline
34
maintainer: DevSec Hardening Framework Team
45
copyright: DevSec Hardening Framework Team
56
copyright_email: hello@dev-sec.io
67
license: Apache-2.0
78
summary: Test-suite for best-practice apache hardening
8-
version: 2.1.0
9+
version: 2.0.3
910
supports:
10-
- os-family: unix
11+
- os-family: unix

0 commit comments

Comments
 (0)