Skip to content

Commit

Permalink
update inspec.yml and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sec CI committed Jun 18, 2020
1 parent ef58b4f commit 98f60d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

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

[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.4...2.0.2)
[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.5...2.0.6)

**Merged pull requests:**

- version alignment [\#35](https://github.com/dev-sec/postgres-baseline/pull/35) ([micheelengronne](https://github.com/micheelengronne))

## [2.0.5](https://github.com/dev-sec/postgres-baseline/tree/2.0.5) (2020-06-18)

[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.4...2.0.5)

**Closed issues:**

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

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

Expand All @@ -26,7 +35,6 @@
**Merged pull requests:**

- 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))
- Update issue templates [\#29](https://github.com/dev-sec/postgres-baseline/pull/29) ([rndmh3ro](https://github.com/rndmh3ro))
- update rubocop dependency [\#28](https://github.com/dev-sec/postgres-baseline/pull/28) ([chris-rock](https://github.com/chris-rock))
- Update baseline title [\#27](https://github.com/dev-sec/postgres-baseline/pull/27) ([chris-rock](https://github.com/chris-rock))
- allows patch levels \(ie 9.5.14\) [\#26](https://github.com/dev-sec/postgres-baseline/pull/26) ([ojongerius](https://github.com/ojongerius))
Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
copyright_email: [email protected]
license: Apache-2.0
summary: Test-suite for best-practice postgres hardening
version: 2.0.5
version: 2.0.6
supports:
- os-family: unix

0 comments on commit 98f60d6

Please sign in to comment.