fix: bump provider gateway for egress diagnostics (#970)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-26 13:00:52 +08:00
committed by GitHub
parent d3d542fbd3
commit 0b923fc5ee
2 changed files with 3 additions and 1 deletions
@@ -350,6 +350,8 @@ sequenceDiagram
本需求范围内新增或修改的源码文件头部必须标注 `SPEC: PJ2026-01060509 出站诊断 draft-2026-06-26-p8-egress-job-friction`。纯配置、生成 manifest 或无法承载注释头的文件必须能从 owning CLI、渲染器或运行日志追溯到本 SPEC。
涉及 `src/components/provider-gateway` 的出站诊断行为、日志或能力标签变更必须在同一 source 变更中递增 `src/components/provider-gateway/package.json``version`。运行面验收必须通过 `debug health`、公网节点视图或 `provider.upgrade` 任务结果确认目标 provider 上报了新 `providerGatewayVersion`;只看到源码合并或 updater 日志不能视为 provider-gateway 诊断能力已经交付到 D601/G14。
## 7. 过程控制
本规格不单独索引过程 issue;跨 L1 的内测、灰度和阶段活动索引统一保留在 [PJ2026-01 HWLAB 总规格](PJ2026-01-HWLAB.md) 的 `7. 过程控制`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unidesk/provider-gateway",
"version": "0.2.29",
"version": "0.2.30",
"private": true,
"type": "module",
"scripts": {