• v0.1.68 f5fbee6705

    v0.1.68 Stable

    pipeline-bot released this 2026-07-21 14:08:13 +00:00 | 221 commits to main since this release

    • Widen the registry.sean.farm gateway listeners to admit the bare registry namespace (registry flip, step 1). The
      registry-https/registry-http listeners on portal-{tenant}/portal-gateway restricted allowedRoutes to ns
      registry-{tenant} (matchLabels), so a bare HTTPRoute in ns registry was rejected NotAllowedByListeners and could
      never attach. Switch both to matchExpressions kubernetes.io/metadata.name In (registry-{tenant}, registry) so the bare
      zot singleton's route can serve registry.sean.farm alongside the per-tenant one during the flip (no gap: both zots
      share the alice-zot bucket, and the older alice route wins the /v2 tie-break until it is removed). Narrow back to just
      registry after XRegistry/{tenant} retires.

    Included changes (v0.1.67 -> v0.1.68)

    • 6af3099e4f00 feat(portal): widen registry.sean.farm listeners to admit bare registry ns (registry flip step 1)
    Downloads