diff --git a/.github/workflows/sdk-pull-request.yml b/.github/workflows/sdk-pull-request.yml index 37838feefa..2266e37baa 100644 --- a/.github/workflows/sdk-pull-request.yml +++ b/.github/workflows/sdk-pull-request.yml @@ -34,6 +34,7 @@ jobs: permissions/** api/** ui/** + prowler/CHANGELOG.md README.md mkdocs.yml .backportrc.json diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 6596bbf86e..24530a2f6f 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the **Prowler API** are documented in this file. -## [v1.6.1] (Prowler UNRELEASED) +## [v1.6.1] (Prowler v5.5.1) ### Changed - Changed `findings.uid` field length from `varchar(300)` to `varchar(600)` [(#7498)](https://github.com/prowler-cloud/prowler/pull/7498). diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md new file mode 100644 index 0000000000..83df480cd4 --- /dev/null +++ b/prowler/CHANGELOG.md @@ -0,0 +1,22 @@ +# Prowler SDK Changelog + +All notable changes to the **Prowler SDK** are documented in this file. + +## [v5.6.0] (Prowler UNRELEASED) + +### Added + +- Add SOC2 compliance framework to Azure [(#7489)](https://github.com/prowler-cloud/prowler/pull/7489). +- Add check for unused Service Accounts in GCP [(#7419)](https://github.com/prowler-cloud/prowler/pull/7419). + +--- + +## [v5.5.1] (Prowler v5.5.1) + +### Fixed + +- Add default name to contacts in Azure Defender [(#7483)](https://github.com/prowler-cloud/prowler/pull/7483). +- Handle projects without ID in GCP [(#7496)](https://github.com/prowler-cloud/prowler/pull/7496). +- Restore packages location in PyProject [(#7510)](https://github.com/prowler-cloud/prowler/pull/7510). + +---