apiVersion: cf/v1
kind: Release
version: "0.1.91"
minUpgradableFrom: "0.1.1"
compat:
kubernetes: [">=1.30 <1.34"]
clouds: [azure, aws] # truthful per domain — see notes
profiles: [production, air-gap, development]
databases: # backed up before any destructive stage
- { name: identity, hostVar: db_host }
- { name: platform, hostVar: db_host }
- { name: workloads, hostVar: db_host }
migrations: # expand-first; rollback-safety flagged
- { id: 2026-08-01-search-index, backwardCompatible: true }
- { id: 2026-08-02-quota-cols, backwardCompatible: true }
rollback:
strategy: helm
forwardOnly: [migrations, infra]
signature:
alg: cosign
keyRef: converge-release-2026 # offline-verifiable at air-gapped sites