Skip to content

Commit 0d2140f

Browse files
authored
Bump to 2026.4.5 (#2083)
* Bump supported OpenClaw version to 2026.4.5
1 parent 3eeed1b commit 0d2140f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

apps/web/src/app/(app)/claw/components/changelog-data.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ export type ChangelogEntry = {
1010

1111
// Newest entries first. Developers add new entries to the top of this array.
1212
export 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.',

services/kiloclaw/.dev.vars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

services/kiloclaw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

services/kiloclaw/e2e/docker-image-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ docker rm kiloclaw-gateway
141141
```bash
142142
# Check versions
143143
docker 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
147147
docker run --rm kiloclaw:test ls -la /root/.openclaw

0 commit comments

Comments
 (0)