chore(release): 1.1.0b14 - #8
Merged
Merged
Conversation
版本号 1.1.0b13 -> 1.1.0b14,并补齐 CHANGELOG(顶部此前停在 b12)。
本轮内容分三类:
1. 独立审计发现的缺陷修复(H1 凭证写入竞态 / H2 管理接口默认开放 /
H3 流式错误未识别 / M1 会话 token 可预测 / M2 流式错误被丢弃)
2. 早期修复(TZ 缺失致签到偏移 / TraeWork 预热窗口过窄 / 流式 120s 截断 /
is_custom_model 未过滤)
3. CI/CD 基建(预构建镜像 / 门禁 / 发版流程 / 上游同步保护)
CHANGELOG 说明:
- 只新增 v1.1.0b14 条目,**未补写 v1.1.0b13**。
b13 是 9/13 的提交("恢复 b3-b12 全部改动"),缺少第一手信息,
臆测补写不如留空。
- 条目格式沿用既有风格(### 修复 / 安全 / 构建与发布 / 内部)。
- 两处**用户可感知的行为变化**已在条目中显式标注:
· TZ 修复后签到时刻从 17:00 变回配置值
· H2 修复后非 ingress 直连 7870 的管理访问会被拒绝
发版链路(合并后自动执行):
release.yml 读 config.yaml 版本 → 与最新 tag 做 semver 比较
(1.1.0b14 > 1.1.0b13 ✅)→ 建 tag → 建**草稿** release
(含 b14 故自动标 prerelease)
build-image 构建 amd64/aarch64 镜像并推 ghcr.io/c3h3-ai/ai-proxy:1.1.0b14
发布由维护者人工确认(草稿不会自动发布)
验证:
go build ./... / go vet ./... / go test ./... 全 PASS
scripts/test_mgmt_auth.py / test_session_token.py 全 PASS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / 变更描述
发布 1.1.0b14:版本号
1.1.0b13 → 1.1.0b14,并补齐CHANGELOG.md。为什么必须 bump 版本号
release.yml用 semver 严格大于判断是否发版:若沿用
1.1.0b13(与现有 tag 相同),发布流程会跳过,且镜像 tag 不变 —— 用户拿到的仍是 PR #2 时代的旧镜像。
本轮包含的内容
is_custom_model未过滤CHANGELOG 的两点说明
只新增
v1.1.0b14,未补写v1.1.0b13。b13 是 9/13 的提交("恢复 b3-b12 全部改动"),我没有第一手信息,
臆测补写不如留空。
两处用户可感知的行为变化已显式标注,避免升级后被当成 bug:
http://<HA>:7870)访问管理界面会被拒绝,需配置面板登录账号或改走 ingress
合并后的自动流程
Type of change / 变更类型
Testing / 测试
go build/go vet/go test全 PASS;scripts/test_mgmt_auth.py、scripts/test_session_token.py全 PASS;config.yamlYAML 合法性校验通过Checklist / 自检清单