Skip to content

Commit 42b1620

Browse files
prowler-botgithub-actions[bot]
authored andcommitted
chore(release): Bump versions to v5.42.1
1 parent 73ae2eb commit 42b1620

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ SENTRY_RELEASE=local
158158
# REO_DEV_CLIENT_ID=
159159

160160
#### Prowler release version ####
161-
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.42.0
161+
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.42.1
162162

163163
# Social login credentials
164164
SOCIAL_GOOGLE_OAUTH_CALLBACK_URL="${AUTH_URL}/api/auth/callback/google"

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ name = "prowler-api"
7171
package-mode = false
7272
# Needed for the SDK compatibility
7373
requires-python = ">=3.11,<3.13"
74-
version = "1.43.0"
74+
version = "1.43.1"
7575

7676
# Shared ruff baseline (kept in sync with mcp_server/pyproject.toml).
7777
# target-version tracks this project's lowest supported Python.

api/src/backend/api/specs/v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Prowler API
4-
version: 1.43.0
4+
version: 1.43.1
55
description: |-
66
Prowler API specification.
77

api/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prowler/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __eq__(self, other) -> bool:
5252

5353
timestamp = _MutableTimestamp(datetime.today())
5454
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
55-
prowler_version = "5.42.0"
55+
prowler_version = "5.42.1"
5656
html_logo_url = "https://github.com/prowler-cloud/prowler/"
5757
square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/dc7d2d5aeb92fdf12e8604f42ef6472cd3e8e889/docs/img/prowler-logo-black.png"
5858
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}
143143
name = "prowler"
144144
readme = "README.md"
145145
requires-python = ">=3.10,<3.14"
146-
version = "5.42.0"
146+
version = "5.42.1"
147147

148148
[project.scripts]
149149
prowler = "prowler.__main__:prowler"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)