From 3d5fac8682a9dcca2cc09b1dc3ea78ef72be0969 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 30 Jun 2026 19:41:27 +0200 Subject: [PATCH] Release helm/v0.10.0 Signed-off-by: Bryan Frimin --- contrib/helm/charts/probo/CHANGELOG.md | 15 +++++++++++++++ contrib/helm/charts/probo/Chart.yaml | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) 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