Governance Platform v1.1.0 Release Notes
Governance Platform v1.1.0 is a stable minor release for the v1 customer release line. It publishes refreshed runtime images, Helm charts, release manifest metadata, and customer package artifacts from validated release source refs, and adds an opt-in gateway stack alongside the existing platform services.
Included Runtime Components
Section titled “Included Runtime Components”- Governance Studio
- Governance Service
- Auth Service
- Integrity Service
- EQTY PDFGen
- Gateway stack: LLM Gateway, Control Plane, and Console (opt-in)
- Governance Platform deployment charts
Changes Since v1.0.2
Section titled “Changes Since v1.0.2”- Adds the gateway stack as a new
gateway-stackchart with LLM Gateway, Control Plane, and Console runtime images. The stack is disabled by default so existing installations are unchanged by an upgrade. - Consolidates the platform service sources into the
eqtylab/guardianrepository and the deployment charts intoeqtylab/guardian-infrastructure, so every runtime image in this release builds from a single source commit. - Bumps runtime and umbrella Helm charts to
1.1.0and pins component source refs, image tags, and image digests in the release manifest. - Records a versioned documentation snapshot for the release in the release
manifest, served under the
/v1-1/documentation path.
Customer Artifacts
Section titled “Customer Artifacts”- Release manifest
- Packaged Helm charts and chart digests
- Connected installation package with its checksum
- Optional air-gap package when enabled for the release
- Generated OpenAPI reference
- Generated Helm values reference
Enabling the Gateway Stack
Section titled “Enabling the Gateway Stack”The gateway stack is opt-in for this release. To enable it, set
gateway-stack.enabled to true and supply the gateway database DSN in the
platform database secret. The umbrella chart ships an example overlay,
examples/values-gateway.yaml, that enables the complete integration. Leaving
the stack disabled keeps the v1.0.2 component set.
Before Installing
Section titled “Before Installing”Confirm that the release manifest has validation.evidence.status set to
approved, and use only the chart versions and runtime image tags recorded in
that manifest. Do not mix v1.1.0 images or charts with earlier v1.0 artifacts.
This release uses private runtime images. Configure GHCR image pull credentials or mirror the images into your own registry before installing.
Release Readiness
Section titled “Release Readiness”This release is customer-facing after the deployment repository publishes the
platform/v1.1.0 GitHub Release and the release manifest records approved
manual validation evidence.