diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ed0e8b8..53d4a3f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af6f41c..8818d039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [0.12.0](https://github.com/complytime/trestle-bot/compare/v0.11.0...v0.12.0) (2025-01-17) + + +### Features + +* 295 monorepo directory structure design proposal ([#389](https://github.com/complytime/trestle-bot/issues/389)) ([0314389](https://github.com/complytime/trestle-bot/commit/0314389ccb454b1c52ef68cd7670da97dbf62510)) +* add cac content rules transformation ([caaa44d](https://github.com/complytime/trestle-bot/commit/caaa44d0770b92b834d55fed1ee7204f7cd67be6)) +* add parameter transformation ([ce7b0d4](https://github.com/complytime/trestle-bot/commit/ce7b0d4491e0f76f7619b5ab8e023001f8ae7265)) +* add unit test for validation component ([59016fb](https://github.com/complytime/trestle-bot/commit/59016fb52c2247c7c5a9702b0d986551efb443a9)) +* **bot:** change for configuring trestle-bot PR body update ([#363](https://github.com/complytime/trestle-bot/issues/363)) ([812ae9a](https://github.com/complytime/trestle-bot/commit/812ae9acdc9741fc83e20cc219ecbb681e3bf6c4)) +* CPLYTM-421 create validation component from rules ([e598832](https://github.com/complytime/trestle-bot/commit/e59883226a59872aab5cdc53bcc3cd9b79e5663b)) +* initialize command for cac to oscal transformation ([6bc5073](https://github.com/complytime/trestle-bot/commit/6bc507319da7a01d1631f71345aa3a74705f484a)) +* populate cac content product name as component title ([2ae3bb7](https://github.com/complytime/trestle-bot/commit/2ae3bb738ec283eb1c669d753be0191a5b284f2c)) +* update poetry.lock and add jinja macros ([65cc1c5](https://github.com/complytime/trestle-bot/commit/65cc1c5e6cb52e329bffb20426563fa7b8828ae0)) +* update rule description value with rule title ([dd59a84](https://github.com/complytime/trestle-bot/commit/dd59a848141cf3aaf0f5e292feba538d180408a0)) + + +### Bug Fixes + +* a typo in autosync command ([d701aab](https://github.com/complytime/trestle-bot/commit/d701aab315e9f2ee6873ac9c324663681141e493)) +* fix a typo in cli root ([b7b511e](https://github.com/complytime/trestle-bot/commit/b7b511e173aea8ad9f7c2681b6ea0e640a88e05a)) +* fix test failure in validation component ([f6f8d19](https://github.com/complytime/trestle-bot/commit/f6f8d192a98fb83f4e0498c7699a242baf95e428)) +* improve the validation components with parameters ([27b0733](https://github.com/complytime/trestle-bot/commit/27b07334bd7394fb26c46203e2b29408782b02ac)) +* run the paths-filter step in its own job ([#370](https://github.com/complytime/trestle-bot/issues/370)) ([cb42cfe](https://github.com/complytime/trestle-bot/commit/cb42cfe7e2a5d554f7380a4b327a09324a8d3834)) +* sys.exit with errorcode when exceptions ([2c2df3d](https://github.com/complytime/trestle-bot/commit/2c2df3d589750ac1a8af763b139a2e21b70bb59c)) +* update create command for e2e testing ([abcd7eb](https://github.com/complytime/trestle-bot/commit/abcd7ebbf87464e46f7161bb991b8963d70a4784)) +* update e2e test to use new commands ([6e70243](https://github.com/complytime/trestle-bot/commit/6e7024315f75851e6bd76affc8544ea4eac933ea)) + + +### Maintenance + +* add notice regarding repo org move ([#413](https://github.com/complytime/trestle-bot/issues/413)) ([c17fbee](https://github.com/complytime/trestle-bot/commit/c17fbeedb7afdff9f88692824d10a2b2d298c7a1)) +* add openssf scorecard workflow ([#359](https://github.com/complytime/trestle-bot/issues/359)) ([63ed23c](https://github.com/complytime/trestle-bot/commit/63ed23c1768b49022b71b03dcda58fe1b001a452)) +* allow lower case in PR subject ([#406](https://github.com/complytime/trestle-bot/issues/406)) ([73351bc](https://github.com/complytime/trestle-bot/commit/73351bc7c9cd1cb719036fc9fca3acc8a4844449)) +* create a minimalist macro file for unit tests ([edb82f0](https://github.com/complytime/trestle-bot/commit/edb82f03c4ec5d38b904cf2ebe6170849b23bee4)) +* remove macros not relevant for current tests ([fe819c8](https://github.com/complytime/trestle-bot/commit/fe819c829a04825946bde48729d619c9f35e4855)) +* rename rule-transform to rules-transform ([226a0d2](https://github.com/complytime/trestle-bot/commit/226a0d24c1fd83a3101bfd251deac3a850143569)) +* update actions for debug and config options ([1f16ca3](https://github.com/complytime/trestle-bot/commit/1f16ca301da9b808568e671f0b7a3f99f26ddb99)) +* update actions with new cli design ([487d1d4](https://github.com/complytime/trestle-bot/commit/487d1d40ec4db1502e2ad11344b71d01cce5e12b)) +* update pyproject.toml entrypoints to cli root command ([64adaf5](https://github.com/complytime/trestle-bot/commit/64adaf5002df6e316db9da9b54ee6cea9633a4fd)) +* update SyncCacContentTask ([1506fee](https://github.com/complytime/trestle-bot/commit/1506fee09bfaf426004c3e637e5f17792089061d)) + ## [0.11.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.10.1...v0.11.0) (2024-09-25) diff --git a/pyproject.toml b/pyproject.toml index c2903173..d6a3fdd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'trestlebot' -version = "0.11.0" +version = "0.12.0" description = "trestle-bot assists users in leveraging Compliance-Trestle in automated workflows of for OSCAL formatted compliance content management." authors = ["Jennifer Power ",]