docs: v0.5.0 release notes#708
Closed
fslongjin wants to merge 1 commit into
Closed
Conversation
Documents 85 PRs from 22 contributors between v0.4.0 and v0.5.0. Highlights: - Lifecycle: e2b-compatible lifecycle kwarg with auto-pause/auto-resume, kill-on-timeout as new default, set_timeout/refresh APIs, stable end_at - Network: per-sandbox traffic tokens, CubeEgress fail-closed bootstrap, CubeVS host-service access, network hardening guide - Image and template: pure-Go native rootfs export, TUI template management with pull progress, real envd version probing, uid/gid squashing fix - Deployment: --mode upgrade with three-way .env merge, external MySQL/Redis, Terraform Tencent Cloud cluster deployment, configurable TKE replicas - Control plane: snapshot runtime binding rework fixes MySQL 1213 deadlocks, cross-replica node metadata sync, template-deletion resource cleanup paths Also fixes code-block language tag in digital-assistant guide (env -> bash). Signed-off-by: jinlong <jinlong@tencent.com>
PR #708 Review: v0.5.0 Release Notes (Documentation Only)Verdict: Looks good overall. One minor inconsistency to review. Noteworthy Findings1. PR #558 reference discrepancy in Chinese pull-progress section (Medium)
The CN version reads: While the EN version reads:
Summary of Other Review Dimensions
Minor Notes (Not Blocking)
|
fslongjin
marked this pull request as draft
July 2, 2026 08:56
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.
Summary
Adds the v0.5.0 changelog and updates the changelog index, mirroring the v0.4.0 entry layout. The body is written in the same style as the previous release notes: features grouped by audience, enhancements, bug fixes, documentation, and engineering improvements.
What's in this PR
docs/changelog/v0.5.0.md(new) — English release notesdocs/zh/changelog/v0.5.0.md(new) — Chinese release notesdocs/changelog/index.md— adds v0.5.0 rowdocs/zh/changelog/index.md— adds v0.5.0 rowdocs/guide/digital-assistant.md— fixes code-block language tag (env->bash)docs/zh/guide/digital-assistant.md— same fix in ChineseRelease scope
85 commits from 22 contributors since v0.4.0. Key themes:
lifecyclekwarg with auto-pause/auto-resume, kill-on-timeout as the new default,set_timeout/refreshAPIs, stableend_at--mode upgradewith three-way.envmerge, external MySQL/Redis, Terraform-based Tencent Cloud cluster deployment, configurable TKE replicasNotes
This PR contains documentation only. The code changes corresponding to the listed features already landed on
mastersince v0.4.0; the changelog is being published as a single release-note batch.The two
digital-assistant.mdedits correct the fenced code-block language tag fromenvtobashso it renders correctly; no content change.