Implement reversible Sentinel beta foundation
All checks were successful
OfficeCom Sentinel Client / validate-client (push) Successful in 23s
OfficeCom Sentinel Client / build-client-windows (push) Successful in 51s

This commit is contained in:
OfficeCom Codex
2026-07-30 01:05:30 +02:00
parent 58ad77242f
commit c3ca95dfa5
21 changed files with 464 additions and 18 deletions

5
release/beta/README.md Normal file
View File

@@ -0,0 +1,5 @@
# OCSentinel Beta Channel
This directory contains the current beta `version.json` only after a tested
pre-release has been published. Pilot devices use this channel; stable devices
continue to use `release/stable/version.json`.

View File

@@ -0,0 +1,8 @@
{
"channel": "beta",
"version": "1.5.0-beta.1",
"publishedAtUtc": "2026-07-29T23:04:51.9334773Z",
"artifactUrl": "https://gitea.officecom.cloud/officecom/oc-sentinel/releases/download/v1.5.0-beta.1/OCSentinelClient-win-x64.zip",
"sha256": "2bd6db7261f7ca9b47741968b922aea5969251539530e58441e882f53686ae6b",
"minUpdaterVersion": "1.0.0"
}