|
1 | | -# 1.5.0 (2020-09-14) |
| 1 | +# [1.6.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.6.0) |
| 2 | + |
| 3 | +- [ADDED] Check reports table of contents now appended to an evidence locker's README. |
| 4 | +- [ADDED] `ComplianceCheck.get_historical_evidence` supports historical evidence retrieval. |
| 5 | + |
| 6 | +# [1.5.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.5.0) |
2 | 7 |
|
3 | 8 | - [ADDED] Remote locker push failure notifications were added. |
4 | 9 | - [ADDED] Logging for git locker operations was added. |
5 | 10 | - [ADDED] Notifier logging was added. |
6 | 11 | - [CHANGED] The file descriptor (stdout) notifier always notifies now. |
7 | 12 |
|
8 | | -# 1.4.0 (2020-09-03) |
| 13 | +# [1.4.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.4.0) |
9 | 14 |
|
10 | 15 | - [CHANGED] PagerDuty notifier can send alerts for a subset of the accreditation checks based on the config. |
11 | 16 | - [ADDED] A warning for possible sensitive information contained within notifications was added. |
12 | 17 |
|
13 | | -# 1.3.0 (2020-09-01) |
| 18 | +# [1.3.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.3.0) |
14 | 19 |
|
15 | 20 | - [CHANGED] Simplified `controls.json` format. Original format is also supported. |
16 | 21 | - [ADDED] Documentation for `controls.json` and check execution was added. |
17 | 22 | - [ADDED] ControlDescriptor unit tests were added. |
18 | 23 | - [FIXED] ComplianceFetcher session object is auto-closed now in tearDownClass. |
19 | 24 |
|
20 | | -# 1.2.7 (2020-08-28) |
| 25 | +# [1.2.7](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.7) |
21 | 26 |
|
22 | 27 | - [CHANGED] Removed PyYAML dependency to resolve downstream dependency issues. |
23 | 28 | - [CHANGED] Removed Github.get_issue_template helper method. |
24 | 29 |
|
25 | | -# 1.2.6 (2020-08-28) |
| 30 | +# [1.2.6](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.6) |
26 | 31 |
|
27 | 32 | - [FIXED] ComplianceFetcher.session can now be reset. |
28 | 33 |
|
29 | | -# 1.2.5 (2020-08-26) |
| 34 | +# [1.2.5](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.5) |
30 | 35 |
|
31 | 36 | - [FIXED] Credentials section bug affecting the Slack notifier is squashed. |
32 | 37 |
|
33 | | -# 1.2.4 (2020-08-24) |
| 38 | +# [1.2.4](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.4) |
34 | 39 |
|
35 | 40 | - [CHANGED] Fetchers and checks that failed to load appear as errors in STDERR now. |
36 | 41 |
|
37 | | -# 1.2.3 (2020-08-18) |
| 42 | +# [1.2.3](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.3) |
38 | 43 |
|
39 | 44 | - [CHANGED] Github service `get_commit_details` now take `path` as an optional argument. |
40 | 45 |
|
41 | | -# 1.2.2 (2020-08-14) |
| 46 | +# [1.2.2](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.2) |
42 | 47 |
|
43 | 48 | - [FIXED] Github service branch protection method now returns "required_signatures" content. |
44 | 49 |
|
45 | | -# 1.2.1 (2020-08-12) |
| 50 | +# [1.2.1](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.1) |
46 | 51 |
|
47 | 52 | - [FIXED] Notifier `msg_` methods are now accurately found based on check `test_` method names. |
48 | 53 |
|
49 | | -# 1.2.0 (2020-08-11) |
| 54 | +# [1.2.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.2.0) |
50 | 55 |
|
51 | 56 | - [ADDED] Branch option to retrieving commit details from the Github service was added. |
52 | 57 |
|
53 | | -# 1.1.0 (2020-08-11) |
| 58 | +# [1.1.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.1.0) |
54 | 59 |
|
55 | 60 | - [ADDED] Repository details retrieval was added to Github service class. |
56 | 61 | - [ADDED] Recent commit details retrieval was added to Github service class. |
57 | 62 | - [ADDED] Repository branch protection details retrieval was added to Github service class. |
58 | 63 |
|
59 | | -# 1.0.2 (2020-07-28) |
| 64 | +# [1.0.2](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.0.2) |
60 | 65 |
|
61 | 66 | - [FIXED] Added PyYAML library as a dependency to resolve Github service issue. |
62 | 67 |
|
63 | | -# 1.0.1 (2020-07-27) |
| 68 | +# [1.0.1](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.0.1) |
64 | 69 |
|
65 | 70 | - [FIXED] Added external evidence as a valid evidence type to evidence map. |
66 | 71 |
|
67 | | -# 1.0.0 (2020-07-21) |
| 72 | +# [1.0.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.0.0) |
68 | 73 |
|
69 | 74 | - [ADDED] Made the Auditree Framework public. |
0 commit comments