diff --git a/.env b/.env index 35417637da..e734d46de9 100644 --- a/.env +++ b/.env @@ -157,7 +157,7 @@ SENTRY_RELEASE=local # REO_DEV_CLIENT_ID= #### Prowler release version #### -NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.31.0 +NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.31.1 # Social login credentials SOCIAL_GOOGLE_OAUTH_CALLBACK_URL="${AUTH_URL}/api/auth/callback/google" diff --git a/api/pyproject.toml b/api/pyproject.toml index 3986305d3a..7dcd4ca398 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -71,7 +71,7 @@ name = "prowler-api" package-mode = false # Needed for the SDK compatibility requires-python = ">=3.11,<3.13" -version = "1.32.0" +version = "1.32.1" [tool.uv] # Transitive pins matching master to avoid silent drift; bump deliberately. diff --git a/api/src/backend/api/specs/v1.yaml b/api/src/backend/api/specs/v1.yaml index 18566c5c71..a32e6b6d4f 100644 --- a/api/src/backend/api/specs/v1.yaml +++ b/api/src/backend/api/specs/v1.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Prowler API - version: 1.32.0 + version: 1.32.1 description: |- Prowler API specification. diff --git a/api/uv.lock b/api/uv.lock index 6f90ffb969..98b843a5da 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -4569,7 +4569,7 @@ dependencies = [ [[package]] name = "prowler-api" -version = "1.32.0" +version = "1.32.1" source = { virtual = "." } dependencies = [ { name = "cartography" }, diff --git a/prowler/config/config.py b/prowler/config/config.py index 8be31961bd..ba98eaa835 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -49,7 +49,7 @@ class _MutableTimestamp: timestamp = _MutableTimestamp(datetime.today()) timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc)) -prowler_version = "5.31.0" +prowler_version = "5.31.1" 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" diff --git a/pyproject.toml b/pyproject.toml index 8ad1f6888d..1db3a65245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"} name = "prowler" readme = "README.md" requires-python = ">=3.10,<3.14" -version = "5.31.0" +version = "5.31.1" [project.scripts] prowler = "prowler.__main__:prowler" diff --git a/uv.lock b/uv.lock index 4d0d6c0a70..c2981342ed 100644 --- a/uv.lock +++ b/uv.lock @@ -3553,7 +3553,7 @@ wheels = [ [[package]] name = "prowler" -version = "5.31.0" +version = "5.31.1" source = { editable = "." } dependencies = [ { name = "alibabacloud-actiontrail20200706" },