feat(deploy): add release channel switching - #220
Merged
Conversation
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.
增加正式版/Beta 镜像通道切换与自动更新基础能力:Compose 通过 UNO_IMAGE_TAG 在 latest、beta 和精确版本间切换;Release workflow 为 Beta 同步 Docker beta Tag;server/caddy 增加健康检查与健康等待;更新 AGENTS.md、CI/发版、部署和 Komodo 接管/回滚说明,并补充静态回归测试。验证:pnpm test、pnpm build、pnpm release:check v0.15.0-beta.0、git diff --check。当前本机未安装 Docker CLI,Compose 实际解析由 GitHub Docker CI 和服务器接管前检查完成。