From 4b259fa8ddf2784a8d3f5df56c1af68ef7133709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 8 Sep 2025 13:39:31 +0200 Subject: [PATCH] chore(changelog): update with latest changes (#8665) --- prowler/CHANGELOG.md | 8 +------- ui/CHANGELOG.md | 12 +++--------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 892d732cb4..d141e66e18 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -1,7 +1,7 @@ # Prowler SDK Changelog All notable changes to the **Prowler SDK** are documented in this file. -## [v5.12.0] (Prowler UNRELEASED) +## [v5.12.0] (Prowler v5.12.0) ### Added - Add more fields for the Jira ticket and handle custom fields errors [(#8601)](https://github.com/prowler-cloud/prowler/pull/8601) @@ -19,12 +19,6 @@ All notable changes to the **Prowler SDK** are documented in this file. ### Fixed - Renamed `AdditionalUrls` to `AdditionalURLs` field in CheckMetadata [(#8639)](https://github.com/prowler-cloud/prowler/pull/8639) - ---- - -## [v5.11.1] (Prowler UNRELEASED) - -### Fixed - TypeError from Python 3.9 in Security Hub module by updating type annotations [(#8619)](https://github.com/prowler-cloud/prowler/pull/8619) --- diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 0ce1d95c76..0c5809e5fd 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -7,26 +7,20 @@ All notable changes to the **Prowler UI** are documented in this file. ### 🚀 Added - Jira integration[(#8640)](https://github.com/prowler-cloud/prowler/pull/8640) - -### 🔄 Changed - -- Overview chart "Findings by Severity" now shows only failing findings (defaults to `status=FAIL`) and chart links open the Findings page pre-filtered to fails per severity [(#8186)](https://github.com/prowler-cloud/prowler/pull/8186) - -## [1.11.1] (Prowler v5.11.1) - -### 🐞 Added - - Handle API responses and errors consistently across the app [(#8621)](https://github.com/prowler-cloud/prowler/pull/8621) - No-permission message on the scan page [(#8624)](https://github.com/prowler-cloud/prowler/pull/8624) ### 🔄 Changed +- Overview chart "Findings by Severity" now shows only failing findings (defaults to `status=FAIL`) and chart links open the Findings page pre-filtered to fails per severity [(#8186)](https://github.com/prowler-cloud/prowler/pull/8186) - Markdown rendering in finding details page [(#8604)](https://github.com/prowler-cloud/prowler/pull/8604) ### 🐞 Fixed - Scan page shows NoProvidersAdded when no providers [(#8626)](https://github.com/prowler-cloud/prowler/pull/8626) - XML field in SAML configuration form validation [(#8638)](https://github.com/prowler-cloud/prowler/pull/8638) +--- + ## [1.11.0] (Prowler v5.11.0) ### 🚀 Added