Skip to content

Commit

Permalink
Publish version 1.23.0. (#142)
Browse files Browse the repository at this point in the history
Changes:
- [ADDED] Locker shallow clone depth configuration.
- [ADDED] Multiple remote lockers for fetching evidence.
- [FIXED] Correctly acquire the locker lock when iterating repository commits.
- [FIXED] Raise the `EvidenceNotFoundError` exception for missing evidence.
  • Loading branch information
smithsz authored Sep 1, 2022
1 parent d44edb6 commit b9b0854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.23.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.23.0)

- [ADDED] Locker shallow clone depth configuration.
- [ADDED] Multiple remote lockers for fetching evidence.
- [FIXED] Correctly acquire the locker lock when iterating repository commits.
- [FIXED] Raise the `EvidenceNotFoundError` exception for missing evidence.

# [1.22.1](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.1)

- [FIXED] Set Python version to 3.7 in publish/deploy GH action to match other actions.
Expand Down
2 changes: 1 addition & 1 deletion compliance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
"""Compliance automation package."""

__version__ = '1.22.1'
__version__ = '1.23.0'

0 comments on commit b9b0854

Please sign in to comment.