File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
apps/web/src/app/(app)/claw/components Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ export type ChangelogEntry = {
1010
1111// Newest entries first. Developers add new entries to the top of this array.
1212export const CHANGELOG_ENTRIES : ChangelogEntry [ ] = [
13+ {
14+ date : '2026-04-06' ,
15+ description : 'Updated OpenClaw to 2026.4.5.' ,
16+ category : 'feature' ,
17+ deployHint : 'redeploy_suggested' ,
18+ } ,
1319 {
1420 date : '2026-04-03' ,
1521 description : 'Updated OpenClaw to 2026.3.28.' ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ FLY_IMAGE_DIGEST=
6868# Used by the worker to self-register the version → image tag mapping in KV,
6969# enabling per-user version tracking. Without this, version tracking fields
7070# will be null and instances fall back to FLY_IMAGE_TAG directly.
71- OPENCLAW_VERSION=2026.3.28
71+ OPENCLAW_VERSION=2026.4.5
7272
7373# Legacy fallback for existing instances without per-user apps.
7474# New instances get per-user apps (acct-{hash}) created automatically.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN npm install -g pnpm
4646
4747# Install OpenClaw
4848# Pin to specific version for reproducible builds
49- RUN npm install -g openclaw@2026.3.28 \
49+ RUN npm install -g openclaw@2026.4.5 \
5050 && openclaw --version
5151
5252# Install ClawHub CLI
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ docker rm kiloclaw-gateway
141141``` bash
142142# Check versions
143143docker run --rm kiloclaw:test node --version # v24.14.1
144- docker run --rm kiloclaw:test openclaw --version # 2026.3.28
144+ docker run --rm kiloclaw:test openclaw --version # 2026.4.5
145145
146146# Check directories
147147docker run --rm kiloclaw:test ls -la /root/.openclaw
You can’t perform that action at this time.
0 commit comments