Skip to content

Commit 8cbea48

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent eb32747 commit 8cbea48

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

CHANGELOG.md

+24-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [2.0.3](https://github.com/dev-sec/nginx-baseline/tree/2.0.3) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.3.0...2.0.3)
6+
7+
**Closed issues:**
8+
9+
- Profile fails `inspec json` [\#33](https://github.com/dev-sec/nginx-baseline/issues/33)
10+
11+
**Merged pull requests:**
12+
13+
- github actions release [\#39](https://github.com/dev-sec/nginx-baseline/pull/39) ([micheelengronne](https://github.com/micheelengronne))
14+
- Declare control source as UTF-8 encoding. [\#34](https://github.com/dev-sec/nginx-baseline/pull/34) ([james-stocks](https://github.com/james-stocks))
15+
16+
## [2.3.0](https://github.com/dev-sec/nginx-baseline/tree/2.3.0) (2019-05-15)
217

3-
## [2.3.0](https://github.com/dev-sec/nginx-baseline/tree/2.3.0) (2019-05-14)
418
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.2.0...2.3.0)
519

620
**Merged pull requests:**
721

22+
- Bump version to 2.3.0 and switch to inspec 3 for check [\#32](https://github.com/dev-sec/nginx-baseline/pull/32) ([alexpop](https://github.com/alexpop))
823
- Templates [\#30](https://github.com/dev-sec/nginx-baseline/pull/30) ([rndmh3ro](https://github.com/rndmh3ro))
924
- remove test for hardening.conf file [\#28](https://github.com/dev-sec/nginx-baseline/pull/28) ([rndmh3ro](https://github.com/rndmh3ro))
1025
- use parse\_config instead of parse\_config\_file [\#27](https://github.com/dev-sec/nginx-baseline/pull/27) ([rndmh3ro](https://github.com/rndmh3ro))
1126
- Make nginx-14 and nginx-16 disabled by default based on dev-sec/nginx-baseline\#21 [\#26](https://github.com/dev-sec/nginx-baseline/pull/26) ([woneill](https://github.com/woneill))
1227

1328
## [2.2.0](https://github.com/dev-sec/nginx-baseline/tree/2.2.0) (2018-06-26)
29+
1430
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.1.0...2.2.0)
1531

1632
**Closed issues:**
@@ -23,6 +39,7 @@
2339
- Control label 'nginx-07' is used twice [\#22](https://github.com/dev-sec/nginx-baseline/pull/22) ([woneill](https://github.com/woneill))
2440

2541
## [2.1.0](https://github.com/dev-sec/nginx-baseline/tree/2.1.0) (2017-11-19)
42+
2643
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.0.2...2.1.0)
2744

2845
**Merged pull requests:**
@@ -32,6 +49,7 @@
3249
- Fix deprecation warnings. [\#17](https://github.com/dev-sec/nginx-baseline/pull/17) ([tmclaugh](https://github.com/tmclaugh))
3350

3451
## [2.0.2](https://github.com/dev-sec/nginx-baseline/tree/2.0.2) (2017-05-08)
52+
3553
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.0.1...2.0.2)
3654

3755
**Merged pull requests:**
@@ -40,6 +58,7 @@
4058
- restrict ruby testing to version 2.3.3 and update gemfile [\#15](https://github.com/dev-sec/nginx-baseline/pull/15) ([atomic111](https://github.com/atomic111))
4159

4260
## [2.0.1](https://github.com/dev-sec/nginx-baseline/tree/2.0.1) (2016-12-22)
61+
4362
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.0.0...2.0.1)
4463

4564
**Closed issues:**
@@ -52,25 +71,17 @@
5271
- fix typo [\#11](https://github.com/dev-sec/nginx-baseline/pull/11) ([rndmh3ro](https://github.com/rndmh3ro))
5372

5473
## [2.0.0](https://github.com/dev-sec/nginx-baseline/tree/2.0.0) (2016-05-03)
74+
5575
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/1.0.0...2.0.0)
5676

5777
**Merged pull requests:**
5878

5979
- migrate to inspec profile [\#10](https://github.com/dev-sec/nginx-baseline/pull/10) ([atomic111](https://github.com/atomic111))
6080

6181
## [1.0.0](https://github.com/dev-sec/nginx-baseline/tree/1.0.0) (2015-10-15)
62-
**Merged pull requests:**
6382

64-
- update urls [\#9](https://github.com/dev-sec/nginx-baseline/pull/9) ([chris-rock](https://github.com/chris-rock))
65-
- add json format option [\#8](https://github.com/dev-sec/nginx-baseline/pull/8) ([atomic111](https://github.com/atomic111))
66-
- fix testing for the nginx deployment [\#7](https://github.com/dev-sec/nginx-baseline/pull/7) ([ehaselwanter](https://github.com/ehaselwanter))
67-
- fix testing repo [\#6](https://github.com/dev-sec/nginx-baseline/pull/6) ([ehaselwanter](https://github.com/ehaselwanter))
68-
- Update common [\#5](https://github.com/dev-sec/nginx-baseline/pull/5) ([arlimus](https://github.com/arlimus))
69-
- updating common files [\#4](https://github.com/dev-sec/nginx-baseline/pull/4) ([arlimus](https://github.com/arlimus))
70-
- fix rubocop issues [\#3](https://github.com/dev-sec/nginx-baseline/pull/3) ([atomic111](https://github.com/atomic111))
71-
- added test for multiple instances [\#2](https://github.com/dev-sec/nginx-baseline/pull/2) ([atomic111](https://github.com/atomic111))
72-
- update nginx with tests and requirements [\#1](https://github.com/dev-sec/nginx-baseline/pull/1) ([arlimus](https://github.com/arlimus))
83+
[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2661c2a3199aa2dd9823f292c15c786a785149ab...1.0.0)
7384

7485

7586

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

inspec.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: nginx-baseline
23
title: DevSec Nginx Baseline
34
maintainer: DevSec Hardening Framework Team
45
copyright: DevSec Hardening Framework Team
56
copyright_email: [email protected]
67
license: Apache-2.0
78
summary: Test-suite for best-practice nginx hardening
8-
version: 2.3.0
9+
version: 2.0.3
910
supports:
10-
- os-family: unix
11+
- os-family: unix

0 commit comments

Comments
 (0)