@@ -4,6 +4,18 @@ All notable changes to the Probo Helm chart will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.7.0] - 2026-06-12
|
||||
|
||||
### Added
|
||||
|
||||
- `commonThirdPartyEnrichment` agent config slot (provider/modelName/temperature/maxTokens) for the new common third-party enricher
|
||||
- `commonThirdPartyEnrichmentWorker` config slot (interval, maxConcurrency, staleAfter, agentTimeout, agentMaxTurns, confidenceThreshold, maxAttempts) for tuning the background worker
|
||||
|
||||
### Changed
|
||||
|
||||
- Default `appVersion` updated to `probod v0.209.0`
|
||||
- `commonThirdPartyEnrichmentWorker.confidenceThreshold` of `0` is now rendered correctly (was previously dropped by Helm's falsy-numeric truthiness)
|
||||
|
||||
## [0.6.0] - 2026-06-11
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: probo
|
||||
description: A Helm chart for deploying Probo - Open Source Compliance Platform
|
||||
type: application
|
||||
version: 0.6.0
|
||||
appVersion: "0.208.0"
|
||||
version: 0.7.0
|
||||
appVersion: "0.209.0"
|
||||
keywords:
|
||||
- compliance
|
||||
- soc2
|
||||
|
||||
Reference in New Issue
Block a user