From dfd377f89e034e6be47acc95c3e6666278f8054e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Mon, 10 Feb 2025 12:06:34 +0100 Subject: [PATCH] chore(api): Update changelog and specs (#6876) --- api/CHANGELOG.md | 7 ++++++- api/src/backend/api/specs/v1.yaml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 07b5e3f8ff..0a3acb7fd4 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,14 +2,19 @@ All notable changes to the **Prowler API** are documented in this file. - --- ## [Unreleased] + +--- + +## [v1.4.0] (Prowler v5.3.0) - 2025-02-10 + ### Changed - Daily scheduled scan instances are now created beforehand with `SCHEDULED` state [(#6700)](https://github.com/prowler-cloud/prowler/pull/6700). - Findings endpoints now require at least one date filter [(#6800)](https://github.com/prowler-cloud/prowler/pull/6800). - Findings metadata endpoint received a performance improvement [(#6863)](https://github.com/prowler-cloud/prowler/pull/6863). +- Increase the allowed length of the provider UID for Kubernetes providers [(#6869)](https://github.com/prowler-cloud/prowler/pull/6869). --- diff --git a/api/src/backend/api/specs/v1.yaml b/api/src/backend/api/specs/v1.yaml index 6b791f885b..ca5f1a5b07 100644 --- a/api/src/backend/api/specs/v1.yaml +++ b/api/src/backend/api/specs/v1.yaml @@ -7677,7 +7677,7 @@ components: uid: type: string title: Unique identifier for the provider, set by the provider - maxLength: 63 + maxLength: 250 minLength: 3 alias: type: string @@ -7789,7 +7789,7 @@ components: uid: type: string title: Unique identifier for the provider, set by the provider - maxLength: 63 + maxLength: 250 minLength: 3 required: - uid @@ -7833,7 +7833,7 @@ components: type: string minLength: 3 title: Unique identifier for the provider, set by the provider - maxLength: 63 + maxLength: 250 required: - uid required: