-
v0.1.239 Stable
released this
2026-07-22 22:38:46 +00:00 | 172 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.238 -> v0.1.239)
4bb1d95ac9fedeploy(pipelines-operator): pin v0.1.49→v0.1.50 (ForgejoNS forgejo-alice→forgejo)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.238 Stable
released this
2026-07-22 22:11:32 +00:00 | 176 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.237 -> v0.1.238)
043823c152earename(forgejo): flip forgejo-alice→forgejo (RBAC, branch-protection CRs, provisioner)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.237 Stable
released this
2026-07-22 19:53:08 +00:00 | 180 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.236 -> v0.1.237)
b5a8d62a41a7rename(minio): flip bundle/ endpoints minio-platform→minio (MISSED in first pass)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.236 Stable
released this
2026-07-22 19:36:38 +00:00 | 184 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.235 -> v0.1.236)
22d651c23997deploy(pipelines-operator): pin v0.1.48→v0.1.49 (manual — pindeploy blocked by create-event CI bug)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.235 Stable
released this
2026-07-22 17:19:14 +00:00 | 188 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.234 -> v0.1.235)
516d221e979erename(minio): flip minio-platform→minio endpoints + provisioner/rbac/appproject ns
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.234 Stable
released this
2026-07-22 14:54:46 +00:00 | 192 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.233 -> v0.1.234)
b95df1776490chore(cosign): repoint VAULT_ADDR to bare openbao namespace
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.233 Stable
released this
2026-07-22 10:48:18 +00:00 | 196 commits to main since this release- Fix the dashboard's archived-log viewing (empty since the CI-spine bucket collapse). The build-meta-poller
mirrored per-step logs + dev binaries from the retiredalice-workflowsMinIO bucket, but the collapse moved
them toworkflows— so everymc cp/mc mirrorfailed silently (|| continue), leaving/wflog/<proj>/index.txt
empty. Result: build/release rows showed no inline step logs and the red "failed at " pill fell back to
"open in Argo" for EVERY project. Point the poller atworkflows, with analice-workflowsFALLBACK on the log
paths so the kernellinuxproject (which still writes alice-workflows/linux, gated) keeps its logs. Binary
mirror ->workflows(linux ships OCI images, not build-dl tarballs). The dashboardread-s3 key already
triple-grants both buckets.
Included changes (v0.1.232 -> v0.1.233)
0bc746045323fix(dashboard): mirror build/release logs from the workflows bucket (CI-spine collapse)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix the dashboard's archived-log viewing (empty since the CI-spine bucket collapse). The build-meta-poller
-
v0.1.232 Stable
released this
2026-07-21 19:16:17 +00:00 | 200 commits to main since this release- Deploy pipelines-operator v0.1.46 → v0.1.48. Carries the universal deploy-gate: the operator now renders
<project>-deploysensors on thepipeline-releaseresource EventSource (fire ondeployable==true, not
main-push) with the bool release filter, plus the registry pull-secret overlay repointed to
zot-registry-registry-credentials(XRegistry/alice teardown). (The auto pin-bump via pindeploy failed on a
transient forgejo merge flake; bumped by hand — the documented manual operator-deploy path.)
Included changes (v0.1.231 -> v0.1.232)
39475c02fc10deploy(operator): pin pipelines-operator v0.1.46 -> v0.1.48
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Deploy pipelines-operator v0.1.46 → v0.1.48. Carries the universal deploy-gate: the operator now renders
-
v0.1.231 Stable
released this
2026-07-21 18:34:47 +00:00 | 204 commits to main since this release- Fix pindeploy release filter (bool).
pipelines-operator-pindeploycompareddeployable == "true"
(string) but the CR field is a bool → the deployable=true event never matched. Now
(deployable == true || deployable == "true").
Included changes (v0.1.230 -> v0.1.231)
925c0965755dfix(deploy-gate): compare deployable as bool in pindeploy filter
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix pindeploy release filter (bool).
-
v0.1.230 Stable
released this
2026-07-21 17:58:14 +00:00 | 208 commits to main since this release- Deploy-gate trigger source:
pipeline-releaseresource EventSource. Newbundle/workflows-infra-bare/release-eventsource.yaml
— a resource EventSource watching PipelineRelease CRs (ADD/UPDATE,afterStart: true) + its reader SA/Role/RoleBinding. This is
the source the operator-rendered<project>-deploysensors (and thepipelines-operator-pindeploysensor) gate on: a deploy
fires only when the project's release reachesstatus.deployable==true, never on a git main-push (which advances mid-release).
pipelines-operator-pindeployis rewired offforgejo/main-push ontopipeline-release/deployable(filter
project == "pipelines-operator" && deployable == "true") with a deterministicpipelines-operator-pindeploy-<sha12>name for
dedup — so the operator self-pin can no longer bump to an unsigned/unverified image. Pairs with pipelines-operator's rendered
deploy-sensor rewire.
Included changes (v0.1.229 -> v0.1.230)
5f20e19731c3feat(deploy-gate): pipeline-release EventSource + gate pindeploy on release-green
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Deploy-gate trigger source: