Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 5, 2024
1 parent 32bc1c9 commit 8778033
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 1 deletion.
218 changes: 218 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,223 @@
# CHANGELOG

## v3.6.0 (2024-12-05)

### Build

* build(deps): bump cryptography from 42.0.4 to 43.0.3 (#1734)

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.3)

---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vikas Agarwal <[email protected]>
Co-authored-by: Jennifer Power <[email protected]> ([`3591851`](https://github.com/oscal-compass/compliance-trestle/commit/3591851a48e309199ca123fc122c614541fc2b42))

### Chore

* chore: add initial CODEOWNERS file (#1753)

* chore: add initial CODEOWNERS file

Signed-off-by: Jennifer Power <[email protected]>

* docs: updates contributing guide with CODEOWNERS requirement

Signed-off-by: Jennifer Power <[email protected]>

* docs: remove relative link in contributing document

Signed-off-by: Jennifer Power <[email protected]>

---------

Signed-off-by: Jennifer Power <[email protected]> ([`65d7dce`](https://github.com/oscal-compass/compliance-trestle/commit/65d7dce9c4d0287dbe7611c0c19198cc3aadaacb))

* chore: fix broken URL (#1741)

Signed-off-by: Chris Butler <[email protected]> ([`67196db`](https://github.com/oscal-compass/compliance-trestle/commit/67196dbe8177f44803fee2d36d9f7cdee57cce1d))

* chore(docs): restructuring of API documentation (#1711)

Back end update to clean up documentation website

Signed-off-by: Chris Butler <[email protected]> ([`17e9ae3`](https://github.com/oscal-compass/compliance-trestle/commit/17e9ae3c572622e10bd5f82ecbeecc77cd4ce2df))

* chore: Merge back version tags and changelog into develop. ([`80d9a9f`](https://github.com/oscal-compass/compliance-trestle/commit/80d9a9ff227a29ab167b3b882169f43b88847dc7))

### Ci

* ci: fixes pipeline failures in docs (#1763)

* docs: updates python semantic release link

The existing link is no longer reachable and
returns a 404

Signed-off-by: Jennifer Power <[email protected]>

* ci: updates github variable reference to use github.event.ref

GITHUB_REF can't be used with the env context

Signed-off-by: Jennifer Power <[email protected]>

* fix: updates python test to only check the mike script on PRs

Signed-off-by: Jennifer Power <[email protected]>

* chore: removes the mike version check in python-test

Testing locally would be simpler in this case.

Signed-off-by: Jennifer Power <[email protected]>

---------

Signed-off-by: Jennifer Power <[email protected]> ([`a1bc938`](https://github.com/oscal-compass/compliance-trestle/commit/a1bc938f263a0a67df9080336c08eedb3fbff8ee))

### Feature

* feat: decouple docs release and introduce versioning (#1752)

* fix: decouple docs

Signed-off-by: Chris Butler <[email protected]>

* feat: add support for mike

Signed-off-by: Chris Butler <[email protected]>

---------

Signed-off-by: Chris Butler <[email protected]> ([`0bd1b70`](https://github.com/oscal-compass/compliance-trestle/commit/0bd1b7006b93c976a2275bab1343a027679fde84))

### Fix

* fix: set user id for doco pipeline (#1769)

* fix: set user id for doco pipeline

Signed-off-by: Chris Butler <[email protected]>

* fix: adds --push to mike deploy (#1773)

Ensures changes are pushed to the gh-pages branch

Signed-off-by: Jennifer Power <[email protected]>

---------

Signed-off-by: Chris Butler <[email protected]>
Signed-off-by: Jennifer Power <[email protected]>
Co-authored-by: Jennifer Power <[email protected]> ([`6f51549`](https://github.com/oscal-compass/compliance-trestle/commit/6f5154931f366cd0eda27ed566df062c28878b30))

* fix: adds outputs context to mike-version output (#1768)

Signed-off-by: Jennifer Power <[email protected]> ([`9f4919b`](https://github.com/oscal-compass/compliance-trestle/commit/9f4919b81017018dbcdc714cf800ee6597e4ea26))

* fix: Update setup.cfg to change author and email (#1767) ([`700aef4`](https://github.com/oscal-compass/compliance-trestle/commit/700aef4a8f88d8b9ed9f4934acb4d1fc72975f2e))

* fix: needs are explicit (#1766)

Signed-off-by: Chris Butler <[email protected]> ([`82aa27d`](https://github.com/oscal-compass/compliance-trestle/commit/82aa27d12aca3c34314842db364835d8fdc1a064))

* fix: correct missing script (#1754)

Signed-off-by: Chris Butler <[email protected]> ([`605c044`](https://github.com/oscal-compass/compliance-trestle/commit/605c04400f66ca9ac76787d3ffb8a934cf42f690))

* fix: display openssf best practices badge (#1751)

* fix: display openssf best practices badge

Signed-off-by: Lou DeGenaro <[email protected]>

* Move badge location as suggested in PR review

Signed-off-by: Lou DeGenaro <[email protected]>

* mdformat

Signed-off-by: Lou DeGenaro <[email protected]>

* add to docs/index.md

Signed-off-by: Lou DeGenaro <[email protected]>

---------

Signed-off-by: Lou DeGenaro <[email protected]> ([`4a7c123`](https://github.com/oscal-compass/compliance-trestle/commit/4a7c1235f0cdb0f199684eef0196c187b0380f14))

* fix: merge control markdown with json (#1528) (#1740)

* bug: add test for #1528

Signed-off-by: d10n <[email protected]>

* fix: merge control markdown with json (#1528)

Function cleanup / unit tests to follow

Signed-off-by: d10n <[email protected]>

* Reuse existing merge_dicts_deep

Signed-off-by: d10n <[email protected]>

* Fix SyntaxWarning: invalid escape sequence '\['

Signed-off-by: d10n <[email protected]>

* Fix lint errors

Signed-off-by: d10n <[email protected]>

---------

Signed-off-by: d10n <[email protected]>
Co-authored-by: Jennifer Power <[email protected]> ([`9f1edcf`](https://github.com/oscal-compass/compliance-trestle/commit/9f1edcfbf2e286f4ac8d771272821db4de3fcbab))

* fix: explain code quality checks in contribution guide (#1748)

Signed-off-by: Lou DeGenaro <[email protected]> ([`7f18be2`](https://github.com/oscal-compass/compliance-trestle/commit/7f18be2dab14be9b86bebe225716e486372f5da1))

* fix: add example csv for multiple rules and checks (#1745)

* add example csv for multiple rules and checks

Signed-off-by: Lou DeGenaro <[email protected]>

* mdformat

Signed-off-by: Lou DeGenaro <[email protected]>

* fix csv and markdown text

Signed-off-by: Lou DeGenaro <[email protected]>

---------

Signed-off-by: Lou DeGenaro <[email protected]> ([`f06f091`](https://github.com/oscal-compass/compliance-trestle/commit/f06f0919b8b496a01bb9543af1133d038bc6e2c9))

* fix: minimize website html during build (#1744)

Signed-off-by: Chris Butler <[email protected]> ([`324121f`](https://github.com/oscal-compass/compliance-trestle/commit/324121f11f6673e6a0a2868b4dde66520529a0e6))

### Unknown

* Merge pull request #1774 from oscal-compass/develop

chore: trestle release ([`32bc1c9`](https://github.com/oscal-compass/compliance-trestle/commit/32bc1c9d2222d4bf153cb1e8aaaaaca14bd6d7c1))

## v3.5.0 (2024-10-23)

### Build
Expand Down
2 changes: 1 addition & 1 deletion trestle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
opinionated approach to OSCAL adoption.
"""

__version__ = '3.5.0'
__version__ = '3.6.0'

0 comments on commit 8778033

Please sign in to comment.