Compare commits

...

4 Commits

Author SHA1 Message Date
Prowler Bot
4d5c38ca76 chore(api): Bump version to v1.22.2 (#10406)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
2026-03-20 09:59:11 +01:00
Prowler Bot
9cc5513c5e chore(release): Bump version to v5.21.2 (#10405)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
2026-03-20 09:58:48 +01:00
Prowler Bot
0bc3f69032 docs: Update version to v5.21.1 (#10407)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
2026-03-20 09:56:27 +01:00
Pepe Fagoaga
73dde783da chore(release): bump API for v1.22.1 (#10404) 2026-03-20 08:18:43 +01:00
7 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ All notable changes to the **Prowler API** are documented in this file.
### 🐞 Fixed
- Threat score aggregation query to eliminate unnecessary JOINs and `COUNT(DISTINCT)` overhead [(#10394)](https://github.com/prowler-cloud/prowler/pull/10394)
- ThreatScore aggregation query to eliminate unnecessary JOINs and `COUNT(DISTINCT)` overhead [(#10394)](https://github.com/prowler-cloud/prowler/pull/10394)
---

View File

@@ -49,7 +49,7 @@ name = "prowler-api"
package-mode = false
# Needed for the SDK compatibility
requires-python = ">=3.11,<3.13"
version = "1.22.0"
version = "1.22.2"
[project.scripts]
celery = "src.backend.config.settings.celery"

View File

@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Prowler API
version: 1.22.0
version: 1.22.2
description: |-
Prowler API specification.

View File

@@ -408,7 +408,7 @@ class SchemaView(SpectacularAPIView):
def get(self, request, *args, **kwargs):
spectacular_settings.TITLE = "Prowler API"
spectacular_settings.VERSION = "1.22.0"
spectacular_settings.VERSION = "1.22.2"
spectacular_settings.DESCRIPTION = (
"Prowler API specification.\n\nThis file is auto-generated."
)

View File

@@ -121,8 +121,8 @@ To update the environment file:
Edit the `.env` file and change version values:
```env
PROWLER_UI_VERSION="5.21.0"
PROWLER_API_VERSION="5.21.0"
PROWLER_UI_VERSION="5.21.1"
PROWLER_API_VERSION="5.21.1"
```
<Note>

View File

@@ -38,7 +38,7 @@ class _MutableTimestamp:
timestamp = _MutableTimestamp(datetime.today())
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
prowler_version = "5.21.1"
prowler_version = "5.21.2"
html_logo_url = "https://github.com/prowler-cloud/prowler/"
square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/dc7d2d5aeb92fdf12e8604f42ef6472cd3e8e889/docs/img/prowler-logo-black.png"
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

View File

@@ -94,7 +94,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}
name = "prowler"
readme = "README.md"
requires-python = ">3.9.1,<3.13"
version = "5.21.1"
version = "5.21.2"
[project.scripts]
prowler = "prowler.__main__:prowler"