From 8b604df4099ae226cd13aa85252323e3add39cc4 Mon Sep 17 00:00:00 2001 From: John McChesney TenEyck Jr Date: Sat, 16 May 2026 14:27:54 -0500 Subject: [PATCH] Bump release to 0.1.10 No open GitHub issues exist for this repo at implementation time, so this change only increments the release contract surfaces: package.json and the configured GHCR image tag in config/pools.yaml. --- config/pools.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pools.yaml b/config/pools.yaml index 90e9854..d8a31cf 100644 --- a/config/pools.yaml +++ b/config/pools.yaml @@ -1,7 +1,7 @@ version: 1 image: repository: ghcr.io/omt-global/github-runner-fleet - tag: 0.1.9 + tag: 0.1.10 pools: - key: synology-private visibility: private diff --git a/package.json b/package.json index dae5b1f..defdfcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-runner-fleet", - "version": "0.1.9", + "version": "0.1.10", "private": true, "license": "MIT", "description": "Self-hosted GitHub runner fleet for Synology shell-only pools, Linux Docker hosts, and ephemeral Lume macOS VMs.",