diff --git a/contrib/helm/charts/probo/CHANGELOG.md b/contrib/helm/charts/probo/CHANGELOG.md index bbe23076f..37e23443f 100644 --- a/contrib/helm/charts/probo/CHANGELOG.md +++ b/contrib/helm/charts/probo/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the Probo Helm chart will be documented in this file. ## 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 ### Changed diff --git a/contrib/helm/charts/probo/Chart.yaml b/contrib/helm/charts/probo/Chart.yaml index 6611a6676..d2ffee59b 100644 --- a/contrib/helm/charts/probo/Chart.yaml +++ b/contrib/helm/charts/probo/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: probo description: A Helm chart for deploying Probo - Open Source Compliance Platform type: application -version: 0.9.1 -appVersion: "0.219.0" +version: 0.10.0 +appVersion: "0.222.0" keywords: - compliance - soc2