chore: release 0.3.0#85
Merged
Merged
Conversation
- WHP:預設 bridge 模式出網打通(appliance CONFIG_TUN + init switch_root/tun 節點 + guest-agent pasta EACCES staged-copy),實機驗證出網/進網/隔離(#83) - rootless:/etc/subuid + newuidmap 範圍映射,chown/gosu image(官方 redis/postgres) 免 root 可跑;無委派 fallback 單一 uid(#84) - deps:actions/cache 6、cargo minor/patch bumps(#77 #78);audit ignore RUSTSEC-2026-0194(quick-xml via self_update,無升級路徑,附解除條件)
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.
0.3.0
發版重點(兩項都需要新 kit 才會到使用者手上):
bridge模式出網打通(feat(whp): 預設 bridge 模式出網打通(pasta-in-guest) #83)——v0.2.0 的 appliance kernel 缺CONFIG_TUN、init 未處理 pivot_root/tun 前提,預設 bridge 的 app 在 WHP 會靜默降級 internal(無出網)。本版 appliance kernel/init + guest-agent 三處修正,實機驗證出網(DNS UDP + HTTP TCP 經 pasta→NAT)、宣告埠進站、未宣告埠隔離。其他:deps bumps(#77 #78)、audit ignore RUSTSEC-2026-0194(quick-xml via self_update,無升級路徑,附解除條件)。
格式版本(spec/manifest/footer)皆未變動;
appcipe-spec/appcipe-normalize版號依規則不動。Merge 後打 tag
v0.3.0觸發 release workflow。