Release helm/v0.10.0

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-06-30 19:41:27 +02:00
parent 125bac4a32
commit 3d5fac8682
2 changed files with 17 additions and 2 deletions

View File

@@ -4,6 +4,21 @@ All notable changes to the Probo Helm chart will be documented in this file.
## Unreleased ## Unreleased
## [0.10.0] - 2026-06-30
### Added
- `probo.api.graphql.*` Helm values to tune GraphQL request limits (parser token cap, complexity limit, query cache size) for all three endpoints
### Fixed
- GraphQL endpoint is now protected against alias-flooding DoS (GHSA-prh2-g8pv-m7p9)
### Changed
- Default `appVersion` updated to `probod v0.222.0`
- Bootstrap resolver now supports AWS Systems Manager Parameter Store (`awsps://` prefix)
## [0.9.1] - 2026-06-25 ## [0.9.1] - 2026-06-25
### Changed ### Changed

View File

@@ -2,8 +2,8 @@ apiVersion: v2
name: probo name: probo
description: A Helm chart for deploying Probo - Open Source Compliance Platform description: A Helm chart for deploying Probo - Open Source Compliance Platform
type: application type: application
version: 0.9.1 version: 0.10.0
appVersion: "0.219.0" appVersion: "0.222.0"
keywords: keywords:
- compliance - compliance
- soc2 - soc2