• v0.1.239 09990a50f2

    v0.1.239 Stable

    pipeline-bot released this 2026-07-22 22:38:46 +00:00 | 172 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.238 -> v0.1.239)

    • 4bb1d95ac9fe deploy(pipelines-operator): pin v0.1.49→v0.1.50 (ForgejoNS forgejo-alice→forgejo)
    Downloads
  • v0.1.238 d04efeaa93

    v0.1.238 Stable

    pipeline-bot released this 2026-07-22 22:11:32 +00:00 | 176 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.237 -> v0.1.238)

    • 043823c152ea rename(forgejo): flip forgejo-alice→forgejo (RBAC, branch-protection CRs, provisioner)
    Downloads
  • v0.1.237 d10f3b53b3

    v0.1.237 Stable

    pipeline-bot released this 2026-07-22 19:53:08 +00:00 | 180 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.236 -> v0.1.237)

    • b5a8d62a41a7 rename(minio): flip bundle/ endpoints minio-platform→minio (MISSED in first pass)
    Downloads
  • v0.1.236 8f06f6f1bb

    v0.1.236 Stable

    pipeline-bot released this 2026-07-22 19:36:38 +00:00 | 184 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.235 -> v0.1.236)

    • 22d651c23997 deploy(pipelines-operator): pin v0.1.48→v0.1.49 (manual — pindeploy blocked by create-event CI bug)
    Downloads
  • v0.1.235 a9d2263722

    v0.1.235 Stable

    pipeline-bot released this 2026-07-22 17:19:14 +00:00 | 188 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.234 -> v0.1.235)

    • 516d221e979e rename(minio): flip minio-platform→minio endpoints + provisioner/rbac/appproject ns
    Downloads
  • v0.1.234 034f8a6f71

    v0.1.234 Stable

    pipeline-bot released this 2026-07-22 14:54:46 +00:00 | 192 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.233 -> v0.1.234)

    • b95df1776490 chore(cosign): repoint VAULT_ADDR to bare openbao namespace
    Downloads
  • v0.1.233 8e72115039

    v0.1.233 Stable

    pipeline-bot 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 retired alice-workflows MinIO bucket, but the collapse moved
      them to workflows — so every mc cp/mc mirror failed 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 at workflows, with an alice-workflows FALLBACK on the log
      paths so the kernel linux project (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)

    • 0bc746045323 fix(dashboard): mirror build/release logs from the workflows bucket (CI-spine collapse)
    Downloads
  • v0.1.232 7c0663a4bb

    v0.1.232 Stable

    pipeline-bot 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>-deploy sensors on the pipeline-release resource EventSource (fire on deployable==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)

    • 39475c02fc10 deploy(operator): pin pipelines-operator v0.1.46 -> v0.1.48
    Downloads
  • v0.1.231 9b6c7dc9f2

    v0.1.231 Stable

    pipeline-bot released this 2026-07-21 18:34:47 +00:00 | 204 commits to main since this release

    • Fix pindeploy release filter (bool). pipelines-operator-pindeploy compared deployable == "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)

    • 925c0965755d fix(deploy-gate): compare deployable as bool in pindeploy filter
    Downloads
  • v0.1.230 a04519905b

    v0.1.230 Stable

    pipeline-bot released this 2026-07-21 17:58:14 +00:00 | 208 commits to main since this release

    • Deploy-gate trigger source: pipeline-release resource EventSource. New bundle/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>-deploy sensors (and the pipelines-operator-pindeploy sensor) gate on: a deploy
      fires only when the project's release reaches status.deployable==true, never on a git main-push (which advances mid-release).
      pipelines-operator-pindeploy is rewired off forgejo/main-push onto pipeline-release/deployable (filter
      project == "pipelines-operator" && deployable == "true") with a deterministic pipelines-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)

    • 5f20e19731c3 feat(deploy-gate): pipeline-release EventSource + gate pindeploy on release-green
    Downloads