From ca443b8ff1ca38c8d46ef453f7b22123cb7ebee0 Mon Sep 17 00:00:00 2001 From: Josema Camacho Date: Fri, 12 Jun 2026 12:07:31 +0200 Subject: [PATCH] chore: prepare API and UI changelogs for 5.30.1 release (#11562) --- api/CHANGELOG.md | 5 ++--- ui/CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 5b5ea6b97e..cc86538823 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to the **Prowler API** are documented in this file. -## [1.31.1] (Prowler UNRELEASED) - +## [1.31.1] (Prowler v5.30.1) ### 🐞 Fixed @@ -30,7 +29,7 @@ All notable changes to the **Prowler API** are documented in this file. - Workers now shut down gracefully on deploy or restart, finishing or re-queueing in-flight tasks instead of being force-killed and leaving them stuck [(#11416)](https://github.com/prowler-cloud/prowler/pull/11416) - Resource `name` is now stored and refreshed on every scan, so resources no longer keep an empty name [(#11476)](https://github.com/prowler-cloud/prowler/pull/11476) -- Compliance catalog now warms in background during startup. `compliance-overviews/attributes` returns `503` while warming, so the first request after a deploy no longer trips the API timeout [(#4554)](https://github.com/prowler-cloud/prowler-cloud/pull/4554) +- Compliance catalog now warms in background during startup. `compliance-overviews/attributes` returns `503` while warming, so the first request after a deploy no longer trips the API timeout [(#11530)](https://github.com/prowler-cloud/prowler/pull/11530) ### 🔐 Security diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 4e5aa06e45..a7a7f75774 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the **Prowler UI** are documented in this file. -## [1.30.1] (Prowler UNRELEASED) +## [1.30.1] (Prowler v5.30.1) ### 🐞 Fixed @@ -21,7 +21,7 @@ All notable changes to the **Prowler UI** are documented in this file. ### 🔄 Changed - Renamed "Customer Support" to "Support Desk" in the side menu, showing it only in Prowler Cloud/Enterprise, while "Community Support" now shows only in Prowler OSS [(#11508)](https://github.com/prowler-cloud/prowler/pull/11508) -- Compliance detail page now shows a "still loading" retry state while the API warms its compliance catalog, instead of rendering an empty page [(#4554)](https://github.com/prowler-cloud/prowler-cloud/pull/4554) +- Compliance detail page now shows a "still loading" retry state while the API warms its compliance catalog, instead of rendering an empty page [(#11530)](https://github.com/prowler-cloud/prowler/pull/11530) ### 🐞 Fixed