From 757915241469efc603c1599c83ac9c0c19e557cc Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Fri, 15 May 2026 05:16:50 +0000 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20update=20docs#40=20=E2=86=92?= =?UTF-8?q?=20docs#46=20for=20self-hosted=20Docker=20guide=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs#40 is closed; the tutorial file is now on docs#46's branch. Updated the entry to reference docs#46 and mention the Kubernetes terminationGracePeriodSeconds fix. Co-Authored-By: Claude Opus 4.7 --- content/docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/changelog.mdx b/content/docs/changelog.mdx index bf9773e..f06cc78 100644 --- a/content/docs/changelog.mdx +++ b/content/docs/changelog.mdx @@ -12,7 +12,7 @@ Entries are published daily at 23:50 UTC. ### ✨ New features -- **Self-hosted workspace Docker deployment guide**: a new [Self-hosted workspace with Docker](/docs/self-hosting) tutorial covers end-to-end deployment of a Molecule AI workspace using Docker — including image pulling, environment configuration, volume mounts, and health-check verification. Replaces the fragmentary "coming soon" placeholder that had been in the self-hosting section. (`docs` [#40](https://git.moleculesai.app/molecule-ai/docs/pulls/40)) +- **Self-hosted workspace Docker deployment guide**: a new [Self-hosted workspace with Docker](/docs/self-hosting) tutorial covers end-to-end deployment of a Molecule AI workspace using Docker — including image pulling, environment configuration, volume mounts, and health-check verification. Includes a corrected Kubernetes YAML example (`terminationGracePeriodSeconds: 120` to match the liveness probe threshold) and a SIGTERM graceful shutdown code example. (`docs` [#46](https://git.moleculesai.app/molecule-ai/docs/pulls/46)) - **`dev-channels` flag requirement documented**: a new [dev-channels flag reference page](/docs/runtime-mcp/dev-channels-flag) explains why Claude Code 2.1.x+ requires `--dangerously-load-development-channels server:molecule` (the tagged allowlist form, not the bare `--dangerously-skip-ipc-lockfile` flag) for inline channel push from the molecule MCP wheel. Covers the three-layer failure mode when the bare flag is used and how the tagged form resolves it. (`docs` [#30](https://git.moleculesai.app/molecule-ai/docs/pulls/30)) ### 🔧 Fixes