From ece74e15fd108ec3d56f9d84b5802d24fcdd026b Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 2 Jul 2025 22:11:48 +0800 Subject: [PATCH] chore(sdk): update changelog (#8166) --- prowler/CHANGELOG.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 0fccd64ef4..506960fa19 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to the **Prowler SDK** are documented in this file. -## [v5.8.0] (Prowler UNRELEASED) +## [v5.9.0] (Prowler UNRELEASED) + +### Added + +### Changed + +### Fixed + +--- + +## [v5.8.0] (Prowler v5.8.0) ### Added @@ -49,18 +59,6 @@ All notable changes to the **Prowler SDK** are documented in this file. ### Fixed - Consolidate Azure Storage file service properties to the account level, improving the accuracy of the `storage_ensure_file_shares_soft_delete_is_enabled` check [(#8087)](https://github.com/prowler-cloud/prowler/pull/8087) - Migrate Azure VM service and managed disk logic to Pydantic models for better serialization and type safety, and update all related tests to use the new models and fix UUID handling [(#https://github.com/prowler-cloud/prowler/pull/8151)](https://github.com/prowler-cloud/prowler/pull/https://github.com/prowler-cloud/prowler/pull/8151) - -### Changed -- Reworked `S3.test_connection` to match the AwsProvider logic [(#8088)](https://github.com/prowler-cloud/prowler/pull/8088) - -### Removed -- OCSF version number references to point always to the latest [(#8064)](https://github.com/prowler-cloud/prowler/pull/8064) - ---- - -## [v5.7.6] (Prowler UNRELEASED) - -### Fixed - `organizations_scp_check_deny_regions` check to pass when SCP policies have no statements [(#8091)](https://github.com/prowler-cloud/prowler/pull/8091) - Fix logic in VPC and ELBv2 checks [(#8077)](https://github.com/prowler-cloud/prowler/pull/8077) - Retrieve correctly ECS Container insights settings [(#8097)](https://github.com/prowler-cloud/prowler/pull/8097) @@ -68,6 +66,12 @@ All notable changes to the **Prowler SDK** are documented in this file. - Handling of `block-project-ssh-keys` in GCP check `compute_instance_block_project_wide_ssh_keys_disabled` [(#8115)](https://github.com/prowler-cloud/prowler/pull/8115) - Handle empty name in Azure Defender and GCP checks [(#8120)](https://github.com/prowler-cloud/prowler/pull/8120) +### Changed +- Reworked `S3.test_connection` to match the AwsProvider logic [(#8088)](https://github.com/prowler-cloud/prowler/pull/8088) + +### Removed +- OCSF version number references to point always to the latest [(#8064)](https://github.com/prowler-cloud/prowler/pull/8064) + --- ## [v5.7.5] (Prowler 5.7.5)