Skip to content

Commit 98f60d6

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent ef58b4f commit 98f60d6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [2.0.2](https://github.com/dev-sec/postgres-baseline/tree/2.0.2) (2020-06-18)
3+
## [2.0.6](https://github.com/dev-sec/postgres-baseline/tree/2.0.6) (2020-06-18)
44

5-
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.4...2.0.2)
5+
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.5...2.0.6)
6+
7+
**Merged pull requests:**
8+
9+
- version alignment [\#35](https://github.com/dev-sec/postgres-baseline/pull/35) ([micheelengronne](https://github.com/micheelengronne))
10+
11+
## [2.0.5](https://github.com/dev-sec/postgres-baseline/tree/2.0.5) (2020-06-18)
12+
13+
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.4...2.0.5)
614

715
**Closed issues:**
816

@@ -14,6 +22,7 @@
1422
- Use entries instead of list. [\#33](https://github.com/dev-sec/postgres-baseline/pull/33) ([ojongerius](https://github.com/ojongerius))
1523
- scram sha 256 [\#31](https://github.com/dev-sec/postgres-baseline/pull/31) ([chris-rock](https://github.com/chris-rock))
1624
- Support SCRAM-SHA-256 password hashing on 10+ [\#30](https://github.com/dev-sec/postgres-baseline/pull/30) ([kravietz](https://github.com/kravietz))
25+
- Update issue templates [\#29](https://github.com/dev-sec/postgres-baseline/pull/29) ([rndmh3ro](https://github.com/rndmh3ro))
1726

1827
## [2.0.4](https://github.com/dev-sec/postgres-baseline/tree/2.0.4) (2019-05-15)
1928

@@ -26,7 +35,6 @@
2635
**Merged pull requests:**
2736

2837
- 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))
29-
- Update issue templates [\#29](https://github.com/dev-sec/postgres-baseline/pull/29) ([rndmh3ro](https://github.com/rndmh3ro))
3038
- update rubocop dependency [\#28](https://github.com/dev-sec/postgres-baseline/pull/28) ([chris-rock](https://github.com/chris-rock))
3139
- Update baseline title [\#27](https://github.com/dev-sec/postgres-baseline/pull/27) ([chris-rock](https://github.com/chris-rock))
3240
- allows patch levels \(ie 9.5.14\) [\#26](https://github.com/dev-sec/postgres-baseline/pull/26) ([ojongerius](https://github.com/ojongerius))

inspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: [email protected]
77
license: Apache-2.0
88
summary: Test-suite for best-practice postgres hardening
9-
version: 2.0.5
9+
version: 2.0.6
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)