|
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) |
2 | 19 |
|
3 |
| -## [2.0.4](https://github.com/dev-sec/postgres-baseline/tree/2.0.4) (2019-05-08) |
4 | 20 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.3...2.0.4)
|
5 | 21 |
|
6 | 22 | **Closed issues:**
|
|
9 | 25 |
|
10 | 26 | **Merged pull requests:**
|
11 | 27 |
|
| 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)) |
12 | 29 | - 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)) |
13 | 31 | - Update baseline title [\#27](https://github.com/dev-sec/postgres-baseline/pull/27) ([chris-rock](https://github.com/chris-rock))
|
14 | 32 | - allows patch levels \(ie 9.5.14\) [\#26](https://github.com/dev-sec/postgres-baseline/pull/26) ([ojongerius](https://github.com/ojongerius))
|
15 | 33 | - Fix \#23 - update supported versions [\#25](https://github.com/dev-sec/postgres-baseline/pull/25) ([pmav99](https://github.com/pmav99))
|
16 | 34 |
|
17 | 35 | ## [2.0.3](https://github.com/dev-sec/postgres-baseline/tree/2.0.3) (2017-12-01)
|
| 36 | + |
18 | 37 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.2...2.0.3)
|
19 | 38 |
|
20 | 39 | **Merged pull requests:**
|
21 | 40 |
|
22 | 41 | - make sure attributes are strings [\#22](https://github.com/dev-sec/postgres-baseline/pull/22) ([arlimus](https://github.com/arlimus))
|
23 | 42 |
|
24 | 43 | ## [2.0.2](https://github.com/dev-sec/postgres-baseline/tree/2.0.2) (2017-06-27)
|
| 44 | + |
25 | 45 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.1...2.0.2)
|
26 | 46 |
|
27 | 47 | **Merged pull requests:**
|
28 | 48 |
|
29 | 49 | - inspec check fix [\#21](https://github.com/dev-sec/postgres-baseline/pull/21) ([chris-rock](https://github.com/chris-rock))
|
30 | 50 |
|
31 | 51 | ## [2.0.1](https://github.com/dev-sec/postgres-baseline/tree/2.0.1) (2017-05-08)
|
| 52 | + |
32 | 53 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/2.0.0...2.0.1)
|
33 | 54 |
|
34 | 55 | **Merged pull requests:**
|
35 | 56 |
|
36 |
| -- update rubocop dependency [\#28](https://github.com/dev-sec/postgres-baseline/pull/28) ([chris-rock](https://github.com/chris-rock)) |
37 | 57 | - update metadata [\#19](https://github.com/dev-sec/postgres-baseline/pull/19) ([chris-rock](https://github.com/chris-rock))
|
38 | 58 | - 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))
|
39 | 59 | - 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))
|
40 | 60 | - 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)) |
41 | 62 |
|
42 | 63 | ## [2.0.0](https://github.com/dev-sec/postgres-baseline/tree/2.0.0) (2017-01-05)
|
| 64 | + |
43 | 65 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/1.1.0...2.0.0)
|
44 | 66 |
|
45 | 67 | **Merged pull requests:**
|
46 | 68 |
|
47 |
| -- 2.0.0 [\#14](https://github.com/dev-sec/postgres-baseline/pull/14) ([chris-rock](https://github.com/chris-rock)) |
48 | 69 | - Migrate to InSpec [\#13](https://github.com/dev-sec/postgres-baseline/pull/13) ([atomic111](https://github.com/atomic111))
|
49 | 70 |
|
50 | 71 | ## [1.1.0](https://github.com/dev-sec/postgres-baseline/tree/1.1.0) (2015-10-15)
|
| 72 | + |
51 | 73 | [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/1.0.0...1.1.0)
|
52 | 74 |
|
53 | 75 | **Merged pull requests:**
|
54 | 76 |
|
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)) |
62 | 77 | - 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))
|
63 | 78 | - bugfix: lint error [\#4](https://github.com/dev-sec/postgres-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
|
64 | 79 | - add ssl test back in for 'off' setting [\#3](https://github.com/dev-sec/postgres-baseline/pull/3) ([ehaselwanter](https://github.com/ehaselwanter))
|
65 | 80 |
|
66 | 81 | ## [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 | + |
67 | 85 | **Merged pull requests:**
|
68 | 86 |
|
69 | 87 | - 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))
|
70 | 88 | - first pass of postgres hardening requirement tests [\#1](https://github.com/dev-sec/postgres-baseline/pull/1) ([ehaselwanter](https://github.com/ehaselwanter))
|
71 | 89 |
|
72 | 90 |
|
73 | 91 |
|
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)* |
0 commit comments