-
v0.1.59 Stable
released this
2026-07-19 10:30:46 +00:00 | 257 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.58 -> v0.1.59)
84b6fb9da785feat(portal): point komoplane/tekton listeners at olly-platform + cutover runbook
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.58 Stable
released this
2026-07-18 21:39:22 +00:00 | 261 commits to main since this releaseChanged
- Rename the platform ArgoCD browser host
argocd-platform.sean.farm→argocd.sean.farm. The
short apex host is free now thatargocd-aliceis retired, so the singleton takes the clean name.
instances/argocd-platform.yamlhostPrefix: argocd-platform→argocd(drivesARGOCD_HOST→
the argocd-base server url + OIDC redirectURI + the Hydra clientredirect_uris), and
apis/portal/composition.yamlmoves the gateway listener hostname + theargocd-gateway-tls
cert dnsNames + the portal apps.json link toargocd.%s. The K8s NAMESPACE staysargocd-platform
(only the hostname moved); the listener'sallowedRoutesstill select theargocd-platformns.
Deploy note: the completed Hydra registrar Job may need a re-run to update the client redirect_uris.
Included changes (v0.1.57 -> v0.1.58)
72428c1f35dffeat(argocd): rename browser host argocd-platform.sean.farm -> argocd.sean.farm
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Rename the platform ArgoCD browser host
-
v0.1.57 Stable
released this
2026-07-18 19:49:01 +00:00 | 265 commits to main since this releaseChanged
- cosign auth role trusts workflows-platform (platform-collapse Phase 2, gate-prep). The
vault-build-pipeline-auth-role(OpenBaoKubernetesAuthRolebuild-pipeline-{stackName}) now binds
pipeline-cosign-signerin BOTHworkflows-{stackName}and (static)workflows-platform, so the
platform kernel-bake cosign sign step can assume the role and sign with the sharedcosign-ectransit
key during dual-run. Transitional bridge — removed when the cosign auth role relocates to the platform
singleton at cutover.
Included changes (v0.1.56 -> v0.1.57)
6bbac394ca36feat(stack): cosign auth role trusts workflows-platform (gate-prep)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- cosign auth role trusts workflows-platform (platform-collapse Phase 2, gate-prep). The
-
v0.1.56 Stable
released this
2026-07-18 18:08:16 +00:00 | 269 commits to main since this releaseAdded
registryStoreseam on the Workflows XRD (platform-collapse Phase 2, gate-prep). Mirrors the
minioStoreseam: the zot registry ExternalSecrets in argo-workflows-base now reference
zot-${REGISTRY_STORE}-registry-credentials, whereREGISTRY_STOREdefaults totenantName(tenants
unchanged) and the Optionalspec.registryStoreoverrides it.instances/workflows-platform.yamlsets
registryStore: aliceso the platform singleton borrowszot-alice-registry-credentialsduring dual-run
(registry/zot is still per-tenantregistry-alice; nozot-platformstore exists until Phase 3). Fixes
theregistry-credentials/zot-admin-credentialsSecretSyncedError in workflows-platform. Requires the
matching seanfarm argo-workflows-base change (zot-${TENANT}-→zot-${REGISTRY_STORE}-).
Included changes (v0.1.55 -> v0.1.56)
b37b5da71e9afeat(workflows): registryStore seam → platform borrows zot-alice store (gate-prep)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.55 Stable
released this
2026-07-18 04:20:52 +00:00 | 273 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.54 -> v0.1.55)
d69c4dbc8733feat(workflows): Workflows/platform singleton claim (platform-collapse P2 A2)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.54 Stable
released this
2026-07-18 03:47:23 +00:00 | 277 commits to main since this releaseAdded
- Platform workflows MinIO slice +
minioStoreseam (platform-collapse Phase 2, A4).apis/obsbucket
now also creates theplatform-workflows+platform-sccachebuckets (the existingolly-platform
scoped user'ss3:* on platform-*policy covers them) and a scoped ClusterSecretStore
minio-platform-workflows-s3-credentials(conditions: workflows/buildkit/pkg-platform) exposing the
scoped key — NOT the MinIO root storeminio-platform-s3-credentials(deliberately cnpg-scoped per
audit M26/H2). Adds an Optionalspec.minioStoreto XWorkflows + aMINIO_STOREsubstitute on the
argo-workflows-base Kustomization (defaults totenantName), so the platform singleton can point its S3
ExternalSecrets at the scoped store. Additive — alice/bob unaffected (MINIO_STORE=tenantName).
Included changes (v0.1.53 -> v0.1.54)
525efbb73b5ffeat(workflows): platform MinIO slice + minioStore seam (platform-collapse P2 A4)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Platform workflows MinIO slice +
-
v0.1.53 Stable
released this
2026-07-17 20:50:15 +00:00 | 281 commits to main since this releaseChanged
- XWorkflows singleton seams (platform-collapse Phase 2, foundation). Add optional
spec.oidcTenant+spec.portalTenantto the XWorkflows XRD and the matching Optional
override patches inapis/workflows/composition.yaml(mirrors the argocd Phase-1 seams), plus a
platform: "1236"key in the BUILDKIT_HOSTPORT map. Purely additive — the alice XR sets neither
field so it re-renders identically; this prepares a futureWorkflows/platformsingleton claim.
Changed
- Wire the argocd-platform browser route (
argocd-platform.sean.farm). After the Phase 1
argocd consolidation droppedargocd-alice, the platform instance's HTTPRoutes dangled on the
nonexistentportal-platformgateway. Add an optionalspec.portalTenanttoXArgoCD
(mirrorsoidcTenant) so the platform instance's routes attach toportal-alice's apex-edge
gateway (instances/argocd-platform.yamlsetsportalTenant: alice), and repoint the
apis/portalargocd listener + cert + tile fromargocd.%stoargocd-platform.%swith
allowedRoutes → theargocd-platformnamespace (mirrors the olly grafana/vm singleton pattern).
Included changes (v0.1.52 -> v0.1.53)
ec7f9c670854feat(workflows): XWorkflows singleton seams (platform-collapse P2 foundation)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- XWorkflows singleton seams (platform-collapse Phase 2, foundation). Add optional
-
v0.1.52 Stable
released this
2026-07-17 20:04:12 +00:00 | 285 commits to main since this releaseChanged
- Wire the argocd-platform browser route (
argocd-platform.sean.farm). After the Phase 1
argocd consolidation droppedargocd-alice, the platform instance's HTTPRoutes dangled on the
nonexistentportal-platformgateway. Add an optionalspec.portalTenanttoXArgoCD
(mirrorsoidcTenant) so the platform instance's routes attach toportal-alice's apex-edge
gateway (instances/argocd-platform.yamlsetsportalTenant: alice), and repoint the
apis/portalargocd listener + cert + tile fromargocd.%stoargocd-platform.%swith
allowedRoutes → theargocd-platformnamespace (mirrors the olly grafana/vm singleton pattern).
Included changes (v0.1.51 -> v0.1.52)
70db0f9ac4c6feat(argocd): wire argocd-platform.sean.farm browser route via portal-alice
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Wire the argocd-platform browser route (
-
v0.1.51 Stable
released this
2026-07-17 19:44:43 +00:00 | 289 commits to main since this releaseChanged
- Drop
XArgoCDfrom the tenant Stack (platform-collapse Phase 1).apis/stack/composition.yaml
no longer renders a per-tenantargocd-{tenant}; the pipelines CD engine now runs on the
cluster-singletonargocd-platform(instances/argocd-platform.yaml). Theapis/argocd
XRD/Composition is retained — it backs that platform instance.
Included changes (v0.1.50 -> v0.1.51)
b72484bf3892feat(stack): drop XArgoCD child — argocd is a platform singleton (P1)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Drop
-
v0.1.50 Stable
released this
2026-07-17 16:08:46 +00:00 | 293 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.49 -> v0.1.50)
573fb1fc57c4chore(gitmirror): retire seanfarm-workflows
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads