-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jul 15, 2024
1 parent
11e1a06
commit 91bbcc6
Showing
2 changed files
with
191 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,196 @@ | |
|
||
|
||
|
||
## v3.3.0 (2024-07-15) | ||
|
||
### Chore | ||
|
||
* chore: Merge back version tags and changelog into develop. ([`0c6e3d9`](https://github.com/oscal-compass/compliance-trestle/commit/0c6e3d917009885ddbe700d582b89a89e62d5983)) | ||
|
||
### Documentation | ||
|
||
* docs: re-phrasing code of conduct reference (#1620) | ||
|
||
* docs: re-phrasing code of conduct reference | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> | ||
|
||
* Update docs/mkdocs_code_of_conduct.md | ||
|
||
Co-authored-by: Jennifer Power <[email protected]> | ||
|
||
* Update docs/mkdocs_code_of_conduct.md | ||
|
||
Co-authored-by: Jennifer Power <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> | ||
Co-authored-by: Jennifer Power <[email protected]> ([`7dabaee`](https://github.com/oscal-compass/compliance-trestle/commit/7dabaee6cfaeb61b4048847dafdde8b8d9ffa33d)) | ||
|
||
* docs: removes CODE_OF_CONDUCT.md (#1609) | ||
|
||
Removes the code of conduct file to allow | ||
inheritance from the organization level | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> ([`7ba70c3`](https://github.com/oscal-compass/compliance-trestle/commit/7ba70c3556e48b7b77333a132c8f47b3ea32df05)) | ||
|
||
### Feature | ||
|
||
* feat: adds `x-trestle-add-props` to the YAML header in SSP markdown (#1534) | ||
|
||
* feat: adds `x-trestle-add-prop` processing to CatalogReader for SSP | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> | ||
|
||
* feat: adds ADD_PROP header to ssp in ControlWriter | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> | ||
|
||
* docs: updates ssp authoring tutorial docs in website | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> | ||
|
||
* fix: updates docstring on add-props test function | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> | ||
|
||
* docs: adds info on ssp props usage to ssp authoring tutorial | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Jennifer Power <[email protected]> ([`cf3e552`](https://github.com/oscal-compass/compliance-trestle/commit/cf3e552061ecc11b78751a29b4a09f1f04c1d5b0)) | ||
|
||
### Fix | ||
|
||
* fix: Ensure codeql still runs on main (#1618) ([`b796c0d`](https://github.com/oscal-compass/compliance-trestle/commit/b796c0ddf87f972d8fd86dcccd34b7998abd7fea)) | ||
|
||
* fix: abstract python version in pipelines (#1612) | ||
|
||
|
||
|
||
Signed-off-by: Chris Butler <[email protected]> ([`60b6452`](https://github.com/oscal-compass/compliance-trestle/commit/60b64524b8ddec97cd1977177551e13f856e8f4d)) | ||
|
||
* fix: correct vulnerabilities (#1611) | ||
|
||
* fix: correct vulns | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> | ||
|
||
* fix: add requests version | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> | ||
|
||
* fix: correct datamodel code gen dependency | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]> ([`a68439d`](https://github.com/oscal-compass/compliance-trestle/commit/a68439daf05f5aac279de8dca59132d8b4e9af6a)) | ||
|
||
* fix: improve trestle v3 README important info (#1592) | ||
|
||
* fix: improve trestle v3 README important info | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* add OSCAL models upgrade development info | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* Make mdformat happy. | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* relocate OSCAL migration section to contributing markdown | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* revise development status | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* make mdformat happy | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> ([`0d7bc20`](https://github.com/oscal-compass/compliance-trestle/commit/0d7bc202389c85ec9f204ab2c45dac25a385a577)) | ||
|
||
* fix: use pydantic.v1 plugin for mypy (#1595) | ||
|
||
* fix: use pydantic.v1 plugin for mypy | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* add mypy testcase | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* format & lint | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* sanity check | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* explicitly specify mypy config file | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* add mypy.cfg | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* revise mypy.cfg | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> ([`fdd3d34`](https://github.com/oscal-compass/compliance-trestle/commit/fdd3d34d6da975c60b6b3457b1a933048eeca91b)) | ||
|
||
* fix: update the regex of template version to prevent invalid version format (#1594) | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> ([`031850f`](https://github.com/oscal-compass/compliance-trestle/commit/031850f91a83f6fdd569025982a923cd10123938)) | ||
|
||
### Refactor | ||
|
||
* refactor: update trestle documentation webpage's Demo section to be in sync with the demo repo (#1614) | ||
|
||
* refactor: remove obsolete ISM demo | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> | ||
|
||
* fix: fix the arc42 demo link | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> | ||
|
||
* refactor: extend and finish the Task examples section | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> ([`e5d510e`](https://github.com/oscal-compass/compliance-trestle/commit/e5d510e830ae69839129cb28d15b36f6fbaa4a67)) | ||
|
||
* refactor: update the error message when set parameters have invalid values (#1581) | ||
|
||
Signed-off-by: Ma1h01 <[email protected]> | ||
Co-authored-by: AleJo2995 <[email protected]> ([`7ef4319`](https://github.com/oscal-compass/compliance-trestle/commit/7ef431970fcfe5563895c1864c304e2221819ded)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #1616 from oscal-compass/develop | ||
|
||
chore: Trestle release ([`11e1a06`](https://github.com/oscal-compass/compliance-trestle/commit/11e1a061f1dfb7a9f87d09ed4a53b0a3fa0badd1)) | ||
|
||
|
||
## v3.2.0 (2024-06-18) | ||
|
||
### Chore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
opinionated approach to OSCAL adoption. | ||
""" | ||
|
||
__version__ = '3.2.0' | ||
__version__ = '3.3.0' |