mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore(api): Update changelog and specs (#6876)
This commit is contained in:
committed by
GitHub
parent
7469377079
commit
ff35fd90fa
+6
-1
@@ -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).
|
||||
|
||||
---
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user