mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
chore(release): Bump versions to v5.32.0 (#11673)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
This commit is contained in:
@@ -157,7 +157,7 @@ SENTRY_RELEASE=local
|
|||||||
# REO_DEV_CLIENT_ID=
|
# REO_DEV_CLIENT_ID=
|
||||||
|
|
||||||
#### Prowler release version ####
|
#### Prowler release version ####
|
||||||
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.31.0
|
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.32.0
|
||||||
|
|
||||||
# Social login credentials
|
# Social login credentials
|
||||||
SOCIAL_GOOGLE_OAUTH_CALLBACK_URL="${AUTH_URL}/api/auth/callback/google"
|
SOCIAL_GOOGLE_OAUTH_CALLBACK_URL="${AUTH_URL}/api/auth/callback/google"
|
||||||
|
|||||||
+1
-1
@@ -71,7 +71,7 @@ name = "prowler-api"
|
|||||||
package-mode = false
|
package-mode = false
|
||||||
# Needed for the SDK compatibility
|
# Needed for the SDK compatibility
|
||||||
requires-python = ">=3.11,<3.13"
|
requires-python = ">=3.11,<3.13"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
# Transitive pins matching master to avoid silent drift; bump deliberately.
|
# Transitive pins matching master to avoid silent drift; bump deliberately.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
openapi: 3.0.3
|
openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: Prowler API
|
title: Prowler API
|
||||||
version: 1.32.0
|
version: 1.33.0
|
||||||
description: |-
|
description: |-
|
||||||
Prowler API specification.
|
Prowler API specification.
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -4536,7 +4536,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prowler-api"
|
name = "prowler-api"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "cartography" },
|
{ name = "cartography" },
|
||||||
|
|||||||
@@ -128,8 +128,8 @@ To update the environment file:
|
|||||||
Edit the `.env` file and change version values:
|
Edit the `.env` file and change version values:
|
||||||
|
|
||||||
```env
|
```env
|
||||||
PROWLER_UI_VERSION="5.30.0"
|
PROWLER_UI_VERSION="5.31.0"
|
||||||
PROWLER_API_VERSION="5.30.0"
|
PROWLER_API_VERSION="5.31.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ class _MutableTimestamp:
|
|||||||
|
|
||||||
timestamp = _MutableTimestamp(datetime.today())
|
timestamp = _MutableTimestamp(datetime.today())
|
||||||
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
|
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
|
||||||
prowler_version = "5.31.0"
|
prowler_version = "5.32.0"
|
||||||
html_logo_url = "https://github.com/prowler-cloud/prowler/"
|
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"
|
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"
|
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"
|
||||||
|
|||||||
+1
-1
@@ -125,7 +125,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}
|
|||||||
name = "prowler"
|
name = "prowler"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10,<3.14"
|
requires-python = ">=3.10,<3.14"
|
||||||
version = "5.31.0"
|
version = "5.32.0"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
prowler = "prowler.__main__:prowler"
|
prowler = "prowler.__main__:prowler"
|
||||||
|
|||||||
@@ -3553,7 +3553,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prowler"
|
name = "prowler"
|
||||||
version = "5.31.0"
|
version = "5.32.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "alibabacloud-actiontrail20200706" },
|
{ name = "alibabacloud-actiontrail20200706" },
|
||||||
|
|||||||
Reference in New Issue
Block a user