@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user