From 749e33edf283e9fe422aa0091cc8260e5fbb0e26 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:37:47 -0700 Subject: [PATCH] chore(release): bump orb-manifest target to 2.1.0 Unblocks the automated beta channel (orb-beta-release.yml) for the accumulated fixes since orb-v2.0.0 -- config-dir empty-mount guardrail, size-gate thresholds, and duplicate-winner/open-PR- collision per-repo overrides among them. Separate from the standing release-orb-stable PR (which cuts the gated stable tag) so a beta can be validated first. --- orb-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orb-manifest.json b/orb-manifest.json index 8e21ff2985..7c3aa8130a 100644 --- a/orb-manifest.json +++ b/orb-manifest.json @@ -1,4 +1,4 @@ { - "version": "2.0.0", + "version": "2.1.0", "description": "Source of truth for the self-hostable gittensory-orb container image's target release version (ghcr.io/jsonbored/loopover-selfhost). Bumped by a maintainer when a feat/fix/breaking change since the last stable orb-v tag warrants moving to a new target version -- scripts/orb-release-core.mjs and .github/workflows/orb-beta-release.yml read this file to decide what version the next automated beta snapshot targets. Promoting a beta to a stable orb-vX.Y.Z release is still a manual `git tag` -- this manifest only drives the automated beta channel." }