diff --git a/contrib/helm/charts/probo/CHANGELOG.md b/contrib/helm/charts/probo/CHANGELOG.md index 1ed8bddd6..01443c926 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.2.0] - 2026-06-01 + +### Added + +- Expose tracker-mapping and common-pattern-enrichment worker tuning (interval, concurrency, stale-after, agent timeout, max-turns) in values +- Wire `OAUTH2_SERVER_SIGNING_KEY` and add early validation for required base64 and PEM secrets + +### Changed + +- Default `appVersion` to `probod v0.200.0` +- Raise default agent `maxTokens` to 4096 in `values-production.yaml.example` to leave headroom for reasoning models +- Align `PG_ADDR` with `postgresql.host`/`port` +- Isolate the main service/deployment with component labels so Chrome pods are not selected by server traffic +- Document required secret formats, managed PostgreSQL prerequisites, ACME account key persistence, and Azure Blob compatibility caveats for S3 proxy deployments + ## [0.1.0] - 2026-05-25 ### Added diff --git a/contrib/helm/charts/probo/Chart.yaml b/contrib/helm/charts/probo/Chart.yaml index 226c31143..a355d2699 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.1.0 -appVersion: "0.192.0" +version: 0.2.0 +appVersion: "0.200.0" keywords: - compliance - soc2