5.2 KiB
5.2 KiB
Changelog
All notable changes to the Probo Helm chart will be documented in this file.
Unreleased
[0.13.0] - 2026-07-29
Added
probo.auth.cookieSameSiteHelm value to configure the auth cookie'sSameSiteattribute (lax,strict, ornone; default:lax)
Changed
- Default
appVersionupdated toprobod v0.240.0
[0.12.0] - 2026-07-28
Added
probo.auth.emailConfirmationTokenValidityHelm value to configure the email-confirmation token lifetime (default: 3600 seconds / 1 hour)
Changed
- Default
appVersionupdated toprobod v0.238.0
[0.11.0] - 2026-07-25
Added
probo.itam.deviceEnrollmentTokenValidityHelm value to configure the device enrollment token lifetime (default: 604800 seconds / 7 days)
Changed
- Default
appVersionupdated toprobod v0.235.0
[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
appVersionupdated toprobod v0.222.0 - Bootstrap resolver now supports AWS Systems Manager Parameter Store (
awsps://prefix)
[0.9.1] - 2026-06-25
Changed
- Bump
kubernetes-ingress(haproxy-ingress) dependency to1.52.0
[0.9.0] - 2026-06-24
Breaking Changes
- Bootstrap env var names now use the
PROBOD_prefix (e.g.AUTH_COOKIE_SECRET→PROBOD_AUTH_COOKIE_SECRET), matching probod-bootstrap v0.2.0. Existing env injection must be updated before upgrading.
Changed
- Default
appVersionupdated toprobod v0.219.0
[0.8.0] - 2026-06-19
Added
probo.oauth2.cimdAllowedClientIdsconfig slot: list of HTTPS client metadata document URLs allowed for CIMD OAuth clients (e.g. MCP connectors); leave empty to disable CIMD
Changed
- Default
appVersionupdated toprobod v0.216.0
[0.7.0] - 2026-06-12
Added
commonThirdPartyEnrichmentagent config slot (provider/modelName/temperature/maxTokens) for the new common third-party enrichercommonThirdPartyEnrichmentWorkerconfig slot (interval, maxConcurrency, staleAfter, agentTimeout, agentMaxTurns, confidenceThreshold, maxAttempts) for tuning the background worker
Changed
- Default
appVersionupdated toprobod v0.209.0 commonThirdPartyEnrichmentWorker.confidenceThresholdof0is now rendered correctly (was previously dropped by Helm's falsy-numeric truthiness)
[0.6.0] - 2026-06-11
Changed
- Default
appVersionupdated toprobod v0.208.0 - Tracker mapping config restored to support linking (not create-only)
- References updated to probo.com
Removed
thirdPartyDisambiguationagent config slot andtrackerMappingWorker.disambiguationAgentTimeoutremoved (disambiguation agent dropped upstream)
[0.5.0] - 2026-06-09
Added
- Expose dedicated
thirdPartyDisambiguationandtrackerEnrichmentagent config slots (provider/model/temperature/maxTokens), each falling back totrackerMappingwhen the provider is unset trackerMappingWorker.disambiguationAgentTimeoutto size the disambiguation sub-agent independently from the main mapping agent
Changed
- Default
appVersiontoprobod v0.206.0
[0.4.0] - 2026-06-05
Added
SMTP_HELLO_NAMEenvironment variable to configure the EHLO/HELO hostname
Changed
- Default
appVersiontoprobod v0.203.0
[0.3.0] - 2026-06-02
Added
- Expose third-party vetting worker tuning (interval, concurrency, stale-after, agent timeout, max-turns) in values
Changed
- Default
appVersiontoprobod v0.201.0
[0.2.1] - 2026-06-01
Changed
- Default
appVersiontoprobod v0.200.1 - Raise default tracker mapping and common-pattern enrichment agent
maxTurnsto 10 invalues.yamlandvalues-production.yaml.example
[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_KEYand add early validation for required base64 and PEM secrets
Changed
- Default
appVersiontoprobod v0.200.0 - Raise default agent
maxTokensto 4096 invalues-production.yaml.exampleto leave headroom for reasoning models - Align
PG_ADDRwithpostgresql.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
- Initial Helm chart for deploying Probo (
probod v0.192.0) with configurable PostgreSQL, SeaweedFS object storage, ingress, SAML, SMTP, and connector OAuth credentials
Changed
- Container images are pulled from the
artifact.probo.incOCI registry - Firecrawl API key is now configured under
agents.tools.firecrawl.apiKey;FIRECRAWL_ENDPOINTis no longer configurable - Access-review connectors now require
clientSecret
Removed
- SearXNG search backend — Firecrawl is the only supported web search provider