diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 36f452ad32..0210adf29a 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to the **Prowler API** are documented in this file. -## [1.29.0] (Prowler UNRELEASED) +## [1.29.0] (Prowler v5.28.0) ### 🚀 Added - `okta` provider support [(#11184)](https://github.com/prowler-cloud/prowler/pull/11184) -- `metadata` field on resources included in finding responses (`?include=resources`), so finding consumers can read the affected resource's metadata without an extra request [(#11187)](https://github.com/prowler-cloud/prowler/pull/11187) +- `resource.metadata` attribute included in `/api/v1/findings?include=resources` [(#11187)](https://github.com/prowler-cloud/prowler/pull/11187) --- diff --git a/mcp_server/CHANGELOG.md b/mcp_server/CHANGELOG.md index adbf20f82b..aac630c494 100644 --- a/mcp_server/CHANGELOG.md +++ b/mcp_server/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the **Prowler MCP Server** are documented in this file. -## [0.7.1] (Prowler UNRELEASED) +## [0.7.1] (Prowler v5.28.0) ### 🔐 Security diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index e89b3d103d..5c5ba4302d 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the **Prowler SDK** are documented in this file. -## [5.28.0] (Prowler UNRELEASED) +## [5.28.0] (Prowler v5.28.0) ### 🚀 Added @@ -22,9 +22,6 @@ All notable changes to the **Prowler SDK** are documented in this file. ### 🐞 Fixed - OCI Audit service configuration lookup when the configured region differs from the tenancy home region [(#10347)](https://github.com/prowler-cloud/prowler/pull/10347) - -### 🐞 Fixed - - Container image now uses an absolute `ENTRYPOINT` (`/home/prowler/.venv/bin/prowler`) so it works under any runtime `--workdir`. The relative entrypoint was breaking the official GitHub Action (`prowler-cloud/prowler@v5.27.0`) and any `docker run` with a custom `-w` [(#11313)](https://github.com/prowler-cloud/prowler/pull/11313) --- diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 132087d723..e4859d1834 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to the **Prowler UI** are documented in this file. -## [1.28.0] (Prowler UNRELEASED) +## [1.28.0] (Prowler v5.28.0) ### 🚀 Added - `okta` provider support with OAuth 2.0 private-key JWT credentials form (client ID + PEM private key) [(#11213)](https://github.com/prowler-cloud/prowler/pull/11213) -- "Resource Metadata / Evidence" tab in the finding detail drawer—reachable from the compliance requirement findings view, the Findings page, and the Resources view—rendering the affected resource's details and metadata as syntax-highlighted JSON with copy-to-clipboard, via a shared `ResourceMetadataPanel` also reused by the resource detail view [(#11187)](https://github.com/prowler-cloud/prowler/pull/11187) +- "Resource Metadata / Evidence" tab in the finding detail drawer [(#11187)](https://github.com/prowler-cloud/prowler/pull/11187) ---