Skip to content

Commit a6fa08d

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 5af9e45 commit a6fa08d

File tree

2 files changed

+33
-14
lines changed

2 files changed

+33
-14
lines changed

CHANGELOG.md

+30-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [2.0.2](https://github.com/dev-sec/postgres-baseline/tree/2.0.2) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.4...2.0.2)
6+
7+
**Closed issues:**
8+
9+
- Support sha256 on Postgresql 10+ [\#24](https://github.com/dev-sec/postgres-baseline/issues/24)
10+
11+
**Merged pull requests:**
12+
13+
- github actions release [\#34](https://github.com/dev-sec/postgres-baseline/pull/34) ([micheelengronne](https://github.com/micheelengronne))
14+
- Use entries instead of list. [\#33](https://github.com/dev-sec/postgres-baseline/pull/33) ([ojongerius](https://github.com/ojongerius))
15+
- scram sha 256 [\#31](https://github.com/dev-sec/postgres-baseline/pull/31) ([chris-rock](https://github.com/chris-rock))
16+
- Support SCRAM-SHA-256 password hashing on 10+ [\#30](https://github.com/dev-sec/postgres-baseline/pull/30) ([kravietz](https://github.com/kravietz))
17+
18+
## [2.0.4](https://github.com/dev-sec/postgres-baseline/tree/2.0.4) (2019-05-15)
219

3-
## [2.0.4](https://github.com/dev-sec/postgres-baseline/tree/2.0.4) (2019-05-08)
420
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.3...2.0.4)
521

622
**Closed issues:**
@@ -9,66 +25,68 @@
925

1026
**Merged pull requests:**
1127

28+
- Bump version to 2.0.4 and switch to inspec 3 for check [\#32](https://github.com/dev-sec/postgres-baseline/pull/32) ([alexpop](https://github.com/alexpop))
1229
- Update issue templates [\#29](https://github.com/dev-sec/postgres-baseline/pull/29) ([rndmh3ro](https://github.com/rndmh3ro))
30+
- update rubocop dependency [\#28](https://github.com/dev-sec/postgres-baseline/pull/28) ([chris-rock](https://github.com/chris-rock))
1331
- Update baseline title [\#27](https://github.com/dev-sec/postgres-baseline/pull/27) ([chris-rock](https://github.com/chris-rock))
1432
- allows patch levels \(ie 9.5.14\) [\#26](https://github.com/dev-sec/postgres-baseline/pull/26) ([ojongerius](https://github.com/ojongerius))
1533
- Fix \#23 - update supported versions [\#25](https://github.com/dev-sec/postgres-baseline/pull/25) ([pmav99](https://github.com/pmav99))
1634

1735
## [2.0.3](https://github.com/dev-sec/postgres-baseline/tree/2.0.3) (2017-12-01)
36+
1837
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.2...2.0.3)
1938

2039
**Merged pull requests:**
2140

2241
- make sure attributes are strings [\#22](https://github.com/dev-sec/postgres-baseline/pull/22) ([arlimus](https://github.com/arlimus))
2342

2443
## [2.0.2](https://github.com/dev-sec/postgres-baseline/tree/2.0.2) (2017-06-27)
44+
2545
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.1...2.0.2)
2646

2747
**Merged pull requests:**
2848

2949
- inspec check fix [\#21](https://github.com/dev-sec/postgres-baseline/pull/21) ([chris-rock](https://github.com/chris-rock))
3050

3151
## [2.0.1](https://github.com/dev-sec/postgres-baseline/tree/2.0.1) (2017-05-08)
52+
3253
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.0...2.0.1)
3354

3455
**Merged pull requests:**
3556

36-
- update rubocop dependency [\#28](https://github.com/dev-sec/postgres-baseline/pull/28) ([chris-rock](https://github.com/chris-rock))
3757
- update metadata [\#19](https://github.com/dev-sec/postgres-baseline/pull/19) ([chris-rock](https://github.com/chris-rock))
3858
- restrict ruby testing to version 2.3.3 and update gemfile [\#18](https://github.com/dev-sec/postgres-baseline/pull/18) ([atomic111](https://github.com/atomic111))
3959
- adjust the service for each os type and correct the control 10 [\#16](https://github.com/dev-sec/postgres-baseline/pull/16) ([atomic111](https://github.com/atomic111))
4060
- remove the sudo command and remove duplicate control [\#15](https://github.com/dev-sec/postgres-baseline/pull/15) ([atomic111](https://github.com/atomic111))
61+
- 2.0.0 [\#14](https://github.com/dev-sec/postgres-baseline/pull/14) ([chris-rock](https://github.com/chris-rock))
4162

4263
## [2.0.0](https://github.com/dev-sec/postgres-baseline/tree/2.0.0) (2017-01-05)
64+
4365
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/1.1.0...2.0.0)
4466

4567
**Merged pull requests:**
4668

47-
- 2.0.0 [\#14](https://github.com/dev-sec/postgres-baseline/pull/14) ([chris-rock](https://github.com/chris-rock))
4869
- Migrate to InSpec [\#13](https://github.com/dev-sec/postgres-baseline/pull/13) ([atomic111](https://github.com/atomic111))
4970

5071
## [1.1.0](https://github.com/dev-sec/postgres-baseline/tree/1.1.0) (2015-10-15)
72+
5173
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/1.0.0...1.1.0)
5274

5375
**Merged pull requests:**
5476

55-
- adapt to latest robocop style [\#12](https://github.com/dev-sec/postgres-baseline/pull/12) ([chris-rock](https://github.com/chris-rock))
56-
- update urls [\#11](https://github.com/dev-sec/postgres-baseline/pull/11) ([chris-rock](https://github.com/chris-rock))
57-
- add json format option [\#10](https://github.com/dev-sec/postgres-baseline/pull/10) ([atomic111](https://github.com/atomic111))
58-
- Update common [\#9](https://github.com/dev-sec/postgres-baseline/pull/9) ([arlimus](https://github.com/arlimus))
59-
- update to serverspec2 [\#8](https://github.com/dev-sec/postgres-baseline/pull/8) ([ehaselwanter](https://github.com/ehaselwanter))
60-
- Update common [\#7](https://github.com/dev-sec/postgres-baseline/pull/7) ([arlimus](https://github.com/arlimus))
61-
- updating common files [\#6](https://github.com/dev-sec/postgres-baseline/pull/6) ([arlimus](https://github.com/arlimus))
6277
- install server and apply hardening in seperate steps [\#5](https://github.com/dev-sec/postgres-baseline/pull/5) ([chris-rock](https://github.com/chris-rock))
6378
- bugfix: lint error [\#4](https://github.com/dev-sec/postgres-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
6479
- add ssl test back in for 'off' setting [\#3](https://github.com/dev-sec/postgres-baseline/pull/3) ([ehaselwanter](https://github.com/ehaselwanter))
6580

6681
## [1.0.0](https://github.com/dev-sec/postgres-baseline/tree/1.0.0) (2014-08-13)
82+
83+
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/3bad2740268b24fc8af9df23f1f2bdebce3ecce2...1.0.0)
84+
6785
**Merged pull requests:**
6886

6987
- version 0.9 of tests, disabled ssl check for now as it requires more work on chef and puppet with redhat derivates [\#2](https://github.com/dev-sec/postgres-baseline/pull/2) ([ehaselwanter](https://github.com/ehaselwanter))
7088
- first pass of postgres hardening requirement tests [\#1](https://github.com/dev-sec/postgres-baseline/pull/1) ([ehaselwanter](https://github.com/ehaselwanter))
7189

7290

7391

74-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
92+
\* *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: postgres-baseline
23
title: DevSec PostgreSQL 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 postgres hardening
8-
version: 2.0.4
9+
version: 2.0.2
910
supports:
10-
- os-family: unix
11+
- os-family: unix

0 commit comments

Comments
 (0)