Skip to content

Commit 56f2394

Browse files
author
JiaDe
committed
chore: default OpenClawVersion to 2026.6.34 (extended-stable)
Bump the pinned default from the now-stale 2026.6.9 to 2026.6.34, the current tip of OpenClaw's maintained 'extended-stable' production channel. Add 2026.6.34, 2026.7.1, and the 'extended-stable' dist-tag to AllowedValues so operators can auto-follow the maintained stable line. Node floor (22.22.3+) is satisfied by the NodeSource Node 22 install.
1 parent 5b794d2 commit 56f2394

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

clawdbot-bedrock.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,18 @@ Parameters:
7979

8080
OpenClawVersion:
8181
Type: String
82-
Default: "2026.6.9"
82+
Default: "2026.6.34"
8383
AllowedValues:
8484
- "2026.3.24"
8585
- "2026.4.5"
8686
- "2026.4.10"
8787
- "2026.4.27"
8888
- "2026.6.9"
89+
- "2026.6.34"
90+
- "2026.7.1"
91+
- "extended-stable"
8992
- "latest"
90-
Description: "OpenClaw version (pinned). 2026.3.24 (no model approval needed, WeChat compatible). 2026.4.5+ (auto-discovery, embeddings). 2026.6.9 (current stable; requires system Node, handled by this template). Avoid 'latest' in production — pin to a tested version."
93+
Description: "OpenClaw version. Default 2026.6.34 tracks OpenClaw's 'extended-stable' channel (the maintained production line). Use the 'extended-stable' dist-tag to auto-follow that channel, or '2026.7.1' for the latest release. 2026.3.24 (no model approval, WeChat compatible); 2026.4.5+ (auto-discovery, embeddings). Avoid 'latest' in production — prefer a pinned version or 'extended-stable'."
9194

9295
EnableMonitoring:
9396
Type: String

0 commit comments

Comments
 (0)