Skip to content

Commit 2326f55

Browse files
authored
Merge pull request #15 from eqtylab/release/platform-v1.0.0
release: Governance Platform v1.0.0
2 parents b2eb2c6 + 8eedd0a commit 2326f55

9 files changed

Lines changed: 129 additions & 27 deletions

File tree

charts/auth-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: auth-service
33
description: A Helm chart for deploying the EQTY Lab Auth Service - the authentication and authorization backbone
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/auth-service

charts/eqty-pdfgen/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: eqty-pdfgen
33
description: Render EQTY governance manifests into PDF and ZIP bundles.
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/eqty-pdfgen
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dependencies:
22
- name: auth-service
33
repository: file://../auth-service
4-
version: 1.0.0-rc.3
4+
version: 1.0.0
55
- name: eqty-pdfgen
66
repository: file://../eqty-pdfgen
7-
version: 1.0.0-rc.3
7+
version: 1.0.0
88
- name: governance-service
99
repository: file://../governance-service
10-
version: 1.0.0-rc.3
10+
version: 1.0.0
1111
- name: governance-studio
1212
repository: file://../governance-studio
13-
version: 1.0.0-rc.3
13+
version: 1.0.0
1414
- name: integrity-service
1515
repository: file://../integrity-service
16-
version: 1.0.0-rc.3
16+
version: 1.0.0
1717
- name: postgresql
1818
repository: https://charts.bitnami.com/bitnami
1919
version: 18.1.15
20-
digest: sha256:a1e406e8f1df0626c32b8869ccceef00cdc5314e414469f99a5b9b4388c35cea
21-
generated: "2026-06-17T20:57:38.621446899Z"
20+
digest: sha256:dbc6952c9165fda7793b38ed124e67adcda1910746dbdfc2a09d6b5e60ce96a8
21+
generated: "2026-06-18T20:01:55.858828529Z"

charts/governance-platform/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: governance-platform
33
description: A Helm chart for the complete Governance Studio platform.
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-platform
@@ -13,27 +13,27 @@ maintainers:
1313
dependencies:
1414
# Auth Service
1515
- name: auth-service
16-
version: "1.0.0-rc.3"
16+
version: "1.0.0"
1717
repository: "file://../auth-service"
1818
condition: auth-service.enabled
1919
# EQTY PDFGen
2020
- name: eqty-pdfgen
21-
version: "1.0.0-rc.3"
21+
version: "1.0.0"
2222
repository: "file://../eqty-pdfgen"
2323
condition: eqty-pdfgen.enabled
2424
# Governance Service API
2525
- name: governance-service
26-
version: "1.0.0-rc.3"
26+
version: "1.0.0"
2727
repository: "file://../governance-service"
2828
condition: governance-service.enabled
2929
# Governance Studio UI
3030
- name: governance-studio
31-
version: "1.0.0-rc.3"
31+
version: "1.0.0"
3232
repository: "file://../governance-studio"
3333
condition: governance-studio.enabled
3434
# Integrity Service
3535
- name: integrity-service
36-
version: "1.0.0-rc.3"
36+
version: "1.0.0"
3737
repository: "file://../integrity-service"
3838
condition: integrity-service.enabled
3939
# PostgreSQL - used by auth-service, governance-service, and integrity-service

charts/governance-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: governance-service
33
description: A Helm chart for deploying the EQTY Lab Governance Service - core backend API for governance workflows and policy management
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-service

charts/governance-studio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: governance-studio
33
description: A Helm chart for deploying the EQTY Lab Governance Studio UI - frontend application for the Governance Platform
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/governance-studio

charts/integrity-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: integrity-service
33
description: A Helm chart for deploying the EQTY Lab Integrity Service - backend API for data lineage, provenance, and integrity verification
44
type: application
5-
version: 1.0.0-rc.3
6-
appVersion: "1.0.0-rc.3"
5+
version: 1.0.0
6+
appVersion: "1.0.0"
77
home: https://github.com/eqtylab/governance-studio-infrastructure
88
sources:
99
- https://github.com/eqtylab/governance-studio-infrastructure/tree/main/charts/integrity-service

releases/v1.0.0-rc.3/release-manifest.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,16 @@ validation:
8787
recordedIn: infrastructure-release-pr
8888
reviewer: "captjt"
8989
reviewedAt: "2026-06-18T15:09:04Z"
90-
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."
90+
notes:
91+
"Validated governance-platform v1.0.0-rc.3 in the GCP staging environment with Keycloak,
92+
external PostgreSQL, and eqty-pdfgen enabled. Staging deployment completed successfully
93+
and the release candidate is approved for rc3 release PR merge."
9194
docs:
9295
provider: self-hosted
9396
version: v1.0.0-rc.3
9497
state: beta
9598
default: false
9699
sourceRepository: eqtylab/governance-platform-docs
97-
sourceCommit: 62ee399b716f1dd34f57c96db09d4cc5433fb549
100+
sourceCommit: 98bd7ddfeaf6c7100ca144c095cba075e9c5ac1c
98101
sourceFormat: mdx
99-
workflowRunUrl: https://github.com/eqtylab/governance-platform-docs/actions/runs/27770815398
102+
workflowRunUrl: https://github.com/eqtylab/governance-platform-docs/actions/runs/27769430912
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
platform:
2+
name: governance-platform
3+
version: 1.0.0
4+
releaseType: stable
5+
releaseDate: "2026-06-18"
6+
kubernetesMinimumVersion: "1.29"
7+
architecture: linux/amd64
8+
sources:
9+
governanceStudio:
10+
repository: eqtylab/governance-studio
11+
ref: 48b3aee8db4507a5dcc001539e34e9c79b768bd0
12+
governanceBackend:
13+
repository: eqtylab/governance-backend
14+
ref: b354fc462746f970931702f34afd34c590d349eb
15+
integrityMonorepo:
16+
repository: eqtylab/integrity-monorepo
17+
ref: a341047a4dacd880dda304dcc6ae97de42b94e63
18+
eqtyPdfgen:
19+
repository: eqtylab/eqty-pdfgen
20+
ref: db3e2e9d1a3850358f387be9eb118e58b9ba7b67
21+
infrastructure:
22+
repository: eqtylab/governance-studio-infrastructure
23+
ref: "f0d880e80891ba78b93b847cde57842e07a825b7"
24+
images:
25+
authService:
26+
repository: ghcr.io/eqtylab/auth-service
27+
tag: 1.0.0
28+
digest: "sha256:57a31dc1b42b9cda7a83402344d38c5e9185cc6a4f8163093c88b3a8e7496ae4"
29+
sourceSha: "b354fc462746f970931702f34afd34c590d349eb"
30+
metadataArtifact: image-metadata-auth-service
31+
governanceService:
32+
repository: ghcr.io/eqtylab/governance-service
33+
tag: 1.0.0
34+
digest: "sha256:90112c579fc4e81d50dc5c291c8c4e59f6de47b07c0dacda38d4895240ee31f7"
35+
sourceSha: "b354fc462746f970931702f34afd34c590d349eb"
36+
metadataArtifact: image-metadata-governance-service
37+
governanceStudio:
38+
repository: ghcr.io/eqtylab/governance-studio
39+
tag: 1.0.0
40+
digest: "sha256:f61cb7a895827478cbc53a065516ddafa2caad27908f745954d7717ea2b82ef6"
41+
sourceSha: "48b3aee8db4507a5dcc001539e34e9c79b768bd0"
42+
metadataArtifact: image-metadata-governance-studio
43+
integrityService:
44+
repository: ghcr.io/eqtylab/integrity-service
45+
tag: 1.0.0
46+
digest: "sha256:12d3403c464ef14d783b3466aa18c82d0682a414b9654f74b46787ec54dc1206"
47+
sourceSha: "a341047a4dacd880dda304dcc6ae97de42b94e63"
48+
metadataArtifact: image-metadata-integrity-service
49+
eqtyPdfgen:
50+
repository: ghcr.io/eqtylab/eqty-pdfgen
51+
tag: 1.0.0
52+
digest: "sha256:c4d219dc2aa34d346b43e9b2e4db430089eded88b3c14b9ca1734c5f76a16e8b"
53+
sourceSha: "db3e2e9d1a3850358f387be9eb118e58b9ba7b67"
54+
metadataArtifact: image-metadata-eqty-pdfgen
55+
charts:
56+
authService:
57+
name: auth-service
58+
version: 1.0.0
59+
oci: oci://ghcr.io/eqtylab/charts/auth-service
60+
governanceService:
61+
name: governance-service
62+
version: 1.0.0
63+
oci: oci://ghcr.io/eqtylab/charts/governance-service
64+
governanceStudio:
65+
name: governance-studio
66+
version: 1.0.0
67+
oci: oci://ghcr.io/eqtylab/charts/governance-studio
68+
integrityService:
69+
name: integrity-service
70+
version: 1.0.0
71+
oci: oci://ghcr.io/eqtylab/charts/integrity-service
72+
eqtyPdfgen:
73+
name: eqty-pdfgen
74+
version: 1.0.0
75+
oci: oci://ghcr.io/eqtylab/charts/eqty-pdfgen
76+
governancePlatform:
77+
name: governance-platform
78+
version: 1.0.0
79+
oci: oci://ghcr.io/eqtylab/charts/governance-platform
80+
validation:
81+
required: true
82+
mode: manual
83+
identityProvider: keycloak
84+
database: external-postgres
85+
evidence:
86+
status: approved
87+
recordedIn: infrastructure-release-pr
88+
reviewer: "captjt"
89+
reviewedAt: "2026-06-18T20:21:40Z"
90+
notes: "Staging rollout completed and validated with Keycloak identity provider and external Postgres; expected platform services and customer-facing workflows passed."
91+
docs:
92+
provider: self-hosted
93+
version: v1.0.0
94+
state: public
95+
default: true
96+
sourceRepository: eqtylab/governance-platform-docs
97+
sourceFormat: mdx
98+
sourceCommit: 5b447e7bb88b802f0400f9c10cf35fbf60f349d2
99+
workflowRunUrl: https://github.com/eqtylab/governance-platform-docs/actions/runs/27787579563

0 commit comments

Comments
 (0)