Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/auth-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: auth-service
description: A Helm chart for deploying the EQTY Lab Auth Service - the authentication and authorization backbone
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/auth-service
Expand Down
4 changes: 2 additions & 2 deletions charts/eqty-pdfgen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: eqty-pdfgen
description: Render EQTY governance manifests into PDF and ZIP bundles.
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/eqty-pdfgen
Expand Down
14 changes: 7 additions & 7 deletions charts/governance-platform/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: auth-service
repository: file://../auth-service
version: 0.2.0
version: 1.0.0-rc.3
- name: eqty-pdfgen
repository: file://../eqty-pdfgen
version: 0.2.0
version: 1.0.0-rc.3
- name: governance-service
repository: file://../governance-service
version: 0.2.0
version: 1.0.0-rc.3
- name: governance-studio
repository: file://../governance-studio
version: 0.2.0
version: 1.0.0-rc.3
- name: integrity-service
repository: file://../integrity-service
version: 0.2.0
version: 1.0.0-rc.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 18.1.15
digest: sha256:e75b0efa6beabe9ae721b2670b01e0b0150e1ba0a9c3821f636797925e02cb91
generated: "2026-06-03T08:59:51.279769-04:00"
digest: sha256:a1e406e8f1df0626c32b8869ccceef00cdc5314e414469f99a5b9b4388c35cea
generated: "2026-06-17T20:57:38.621446899Z"
14 changes: 7 additions & 7 deletions charts/governance-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: governance-platform
description: A Helm chart for the complete Governance Studio platform.
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-platform
Expand All @@ -13,27 +13,27 @@ maintainers:
dependencies:
# Auth Service
- name: auth-service
version: "0.2.0"
version: "1.0.0-rc.3"
repository: "file://../auth-service"
condition: auth-service.enabled
# EQTY PDFGen
- name: eqty-pdfgen
version: "0.2.0"
version: "1.0.0-rc.3"
repository: "file://../eqty-pdfgen"
condition: eqty-pdfgen.enabled
# Governance Service API
- name: governance-service
version: "0.2.0"
version: "1.0.0-rc.3"
repository: "file://../governance-service"
condition: governance-service.enabled
# Governance Studio UI
- name: governance-studio
version: "0.2.0"
version: "1.0.0-rc.3"
repository: "file://../governance-studio"
condition: governance-studio.enabled
# Integrity Service
- name: integrity-service
version: "0.2.0"
version: "1.0.0-rc.3"
repository: "file://../integrity-service"
condition: integrity-service.enabled
# PostgreSQL - used by auth-service, governance-service, and integrity-service
Expand Down
4 changes: 2 additions & 2 deletions charts/governance-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: governance-service
description: A Helm chart for deploying the EQTY Lab Governance Service - core backend API for governance workflows and policy management
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-service
Expand Down
4 changes: 2 additions & 2 deletions charts/governance-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: governance-studio
description: A Helm chart for deploying the EQTY Lab Governance Studio UI - frontend application for the Governance Platform
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-studio
Expand Down
4 changes: 2 additions & 2 deletions charts/integrity-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: integrity-service
description: A Helm chart for deploying the EQTY Lab Integrity Service - backend API for data lineage, provenance, and integrity verification
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 1.0.0-rc.3
appVersion: "1.0.0-rc.3"
home: https://github.com/eqtylab/governance-studio-infrastructure
sources:
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/integrity-service
Expand Down
4 changes: 4 additions & 0 deletions releases/v0.1.0/release-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ docs:
state: beta
default: false
sourceRepository: eqtylab/deployment
sourceFormat: readme
sourceCommit: unavailable
workflowRunUrl: unavailable
notes: Historical release predates the self-hosted Governance Platform docs automation.
7 changes: 5 additions & 2 deletions releases/v0.2.0/release-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ validation:
"Validated governance-platform v0.2.0 in a customer-like environment with Keycloak and external
Postgres. Confirmed pod readiness, service health, Studio load, login flow, and image pulls."
docs:
provider: readme
provider: self-hosted
version: v0.2.0
state: beta
default: false
sourceRepository: eqtylab/deployment
sourceRepository: eqtylab/governance-platform-docs
sourceCommit: 4ad61385197c1a099d608585766858a3e1cd7a2a
sourceFormat: mdx
workflowRunUrl: https://github.com/eqtylab/governance-platform-docs/actions/runs/27289359604
99 changes: 99 additions & 0 deletions releases/v1.0.0-rc.3/release-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
platform:
name: governance-platform
version: 1.0.0-rc.3
releaseType: prerelease
releaseDate: "2026-06-17"
kubernetesMinimumVersion: "1.29"
architecture: linux/amd64
sources:
governanceStudio:
repository: eqtylab/governance-studio
ref: d950d33e7ace9017834c5c8718cb8e0adfc57d91
governanceBackend:
repository: eqtylab/governance-backend
ref: ffdaf7dc8d49498af01587752167c05aa2b44c6c
integrityMonorepo:
repository: eqtylab/integrity-monorepo
ref: a341047a4dacd880dda304dcc6ae97de42b94e63
eqtyPdfgen:
repository: eqtylab/eqty-pdfgen
ref: 8de0fe1975ac6bef3497ad52eef47162d1f6ea32
infrastructure:
repository: eqtylab/governance-studio-infrastructure
ref: "496603706796bd9c7ba6e654e8cbd5f741eb4090"
images:
authService:
repository: ghcr.io/eqtylab/auth-service
tag: 1.0.0-rc.3
digest: "sha256:711cc1091c0892205161726b23dd5ff1c4159bb66dd311ed35fca016b3c96049"
sourceSha: "ffdaf7dc8d49498af01587752167c05aa2b44c6c"
metadataArtifact: image-metadata-auth-service
governanceService:
repository: ghcr.io/eqtylab/governance-service
tag: 1.0.0-rc.3
digest: "sha256:fa6ee039a14e149279a4a5d480533a3a979d018a7da96ffa2d0bef35c9ec9ded"
sourceSha: "ffdaf7dc8d49498af01587752167c05aa2b44c6c"
metadataArtifact: image-metadata-governance-service
governanceStudio:
repository: ghcr.io/eqtylab/governance-studio
tag: 1.0.0-rc.3
digest: "sha256:a6d06295612b927b5e89c80d708b34f5b395a6b52494a654b0c2b2a094a8b99e"
sourceSha: "d950d33e7ace9017834c5c8718cb8e0adfc57d91"
metadataArtifact: image-metadata-governance-studio
integrityService:
repository: ghcr.io/eqtylab/integrity-service
tag: 1.0.0-rc.3
digest: "sha256:d05b2dd68011ecb164c78019d85a044dc01e968b34f26d3b0b4eb108b1238935"
sourceSha: "a341047a4dacd880dda304dcc6ae97de42b94e63"
metadataArtifact: image-metadata-integrity-service
eqtyPdfgen:
repository: ghcr.io/eqtylab/eqty-pdfgen
tag: 1.0.0-rc.3
digest: "sha256:1e7c68e2687e9f13b0595f0158865ba20fcbae5032b07c03e8eed3befca983cc"
sourceSha: "8de0fe1975ac6bef3497ad52eef47162d1f6ea32"
metadataArtifact: image-metadata-eqty-pdfgen
charts:
authService:
name: auth-service
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/auth-service
governanceService:
name: governance-service
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/governance-service
governanceStudio:
name: governance-studio
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/governance-studio
integrityService:
name: integrity-service
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/integrity-service
eqtyPdfgen:
name: eqty-pdfgen
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/eqty-pdfgen
governancePlatform:
name: governance-platform
version: 1.0.0-rc.3
oci: oci://ghcr.io/eqtylab/charts/governance-platform
validation:
required: true
mode: manual
identityProvider: keycloak
database: external-postgres
evidence:
status: approved
recordedIn: infrastructure-release-pr
reviewer: "captjt"
reviewedAt: "2026-06-18T15:09:04Z"
notes: "Validated governance-platform v1.0.0-rc.3 in the GCP staging environment with Keycloak, external PostgreSQL, and eqty-pdfgen enabled. Staging deployment completed successfully and the release candidate is approved for rc3 release PR merge."
docs:
provider: self-hosted
version: v1.0.0-rc.3
state: beta
default: false
sourceRepository: eqtylab/governance-platform-docs
sourceCommit: 62ee399b716f1dd34f57c96db09d4cc5433fb549
sourceFormat: mdx
workflowRunUrl: https://github.com/eqtylab/governance-platform-docs/actions/runs/27770815398
Loading