Skip to content

Releases: toggle-corp/toggle-web-baker

Release list

0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:29
0.1.1
922bce6

Artifacts

Helm chart

helm upgrade --install baker oci://ghcr.io/toggle-corp/toggle-web-baker-helm \
  --version 0.1.1 \
  --namespace toggle-baker-system --create-namespace \
  --set 'operator.clusterCIDRs={10.0.0.0/8}'  # replace with your cluster's pod + service CIDRs

Find your cluster's ranges: kubectl cluster-info dump | grep -E 'cluster-cidr|service-cluster-ip-range'

Images

  • ghcr.io/toggle-corp/toggle-web-baker-operator:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-console:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-clone:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-copier:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-du:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-cleanup:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-clock:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-shim:0.1.1
  • ghcr.io/toggle-corp/toggle-web-baker-node18:18-436d743e3c1c
  • ghcr.io/toggle-corp/toggle-web-baker-node24:24-cddf3de62036

0.1.1 - 2026-07-04

Changes:

🚀 Features

  • (app) Add literal-only envMap phase env field - (6e54055)

🧪 Testing

  • (app) Cover envMap fold + setup/fetch injection at controller level - (634258d)

⚙️ Miscellaneous Tasks

  • (app) Satisfy lint for envMap change - (6e511dc)

0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:11
0.1.0
fc34f2c

Artifacts

Helm chart

helm upgrade --install baker oci://ghcr.io/toggle-corp/toggle-web-baker-helm \
  --version 0.1.0 \
  --namespace toggle-baker-system --create-namespace \
  --set 'operator.clusterCIDRs={10.0.0.0/8}'  # replace with your cluster's pod + service CIDRs

Find your cluster's ranges: kubectl cluster-info dump | grep -E 'cluster-cidr|service-cluster-ip-range'

Images

  • ghcr.io/toggle-corp/toggle-web-baker-operator:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-console:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-clone:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-copier:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-du:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-cleanup:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-clock:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-shim:0.1.0
  • ghcr.io/toggle-corp/toggle-web-baker-node18:18-436d743e3c1c
  • ghcr.io/toggle-corp/toggle-web-baker-node24:24-cddf3de62036

[0.1.0] - 2026-07-03

Changes:

🚀 Features

  • (api) [breaking] Require pipeline.packageManager; add setup.skip - (757c354)
  • (api) [breaking] Status observability — resolvedImages + cleanup timestamps - (cf738d4)
  • (api) Printer columns for build result, storage state, last success - (183b686)
  • (api) Add spec.group informational console-grouping label - (b1cfc3d)
  • (api) Add BuildTermination status field for OOMKilled builds - (4da95b6)
  • (api) [breaking] Consolidate build env into build.env; move outputDir under build - (0eb84cb)
  • (api) Add spec.nodeVersion field + build-image CEL rule - (6a02619)
  • (api) Add BuildStep timeline, build history, podName & Aborted to status - (ea57299)
  • (api,cleanup-image) Cleanup annotations, status, and MODE switch - (dce49ef)
  • (api,operator) Opt-in scheduledBuilds + watchCommits trigger structs - (a895859)
  • (api,operator) Per-step times/limits, release count, PVC capacities - (4d9b670)
  • (build) Record TRUE per-phase peak memory via a cgroup shim - (a93139c)
  • (chart) Operator.gitAuth values — existingSecret XOR chart-created credential - (ca83ad1)
  • (clock) Watch mode — trigger rebuilds on new commits via ls-remote poll - (8b36b00)
  • (clone) Fall back to anonymous https for SSH GitHub URLs - (c4131ca)
  • (config) Chart-owned defaultSetupCommands with compiled-in fallbacks - (fdc3afd)
  • (console) Hint at operator-default setup on the manifest page - (0b8d2d9)
  • (console) Read-only App manifest page - (e00308f)
  • (console) Serve during cache warm-up + staleness banner - (4e63efc)
  • (console) Storage totals — list header aggregate + per-app column - (2b5ffe7)
  • (console) Paginate the app list (50/page) - (5669c52)
  • (console) Server-side search on the app list - (8ce1c4e)
  • (console) Commit-trigger badge, linked SHAs, trigger-config display - (eb87756)
  • (console) Sentry middleware with panic recovery and 5xx capture - (b4a969c)
  • (console) Build details card, step durations, capacity bars, log fixes - (25db2b1)
  • (console) Cockpit layout, group/status filters, e2e-verified UX overhaul - (06cfa2f)
  • (console) Surface OOMKilled builds in the UI - (4af8dd3)
  • (console) Unify recent-build logs into the single log pane - (936ef93)
  • (console) Colorize logs, fix log-box height, gate follow toggle - (56389c8)
  • (console) Render 'Trigger · user' via Build.TriggerLabel - (d74be2f)
  • (console) Localize all timestamps to viewer timezone - (c8122b5)
  • (console) Derive Next scheduled from spec.schedule - (71c465c)
  • (console) OutputTotal row (no bar) + friendly storage labels - (b9cf71c)
  • (console) Cache + release cleanup buttons in storage card - (71042b6)
  • (console) Live build-pod CPU/memory in build flow card - (20dfea1)
  • (console) Follow active build step in log pane - (a283b8e)
  • (console) Flow strip, build history, storage bars & log pane - (f6c62b4)
  • (console) View-model mapping, humanizers & Loki log client - (a200ecf)
  • (console) Follow system theme with System/Light/Dark toggle - (01b0f64)
  • (console) Add logout link and themed signed-out page - (8172a08)
  • (console) Expose /healthz for external uptime monitoring - (7803a6c)
  • (console/view) Storage total + category-breakdown helpers - (978e352)
  • (controller) Detect OOMKilled builds and record termination - (235400f)
  • (copier) Report the retained release count in the termination JSON - (cc12c62)
  • (copier) Emit sizes.outputTotal; move source out of sizes map - (368d64d)
  • (domain) Add NodeImage type and per-phase resolution - (93451f8)
  • (domain) Include nodeVersion in the build spec hash - (9ebe680)
  • (domain) Build-trigger predicate (single active build, sole creator) - (92a9fae)
  • (domain) Build-relevant-spec hash + staleness detection - (4f421ef)
  • (domain) Registry allowlist check (reconcile-time, fail-closed) - (4d8125f)
  • (domain) Storage threshold ordering validation - (064818b)
  • *(...
Read more