From 837f9ffa1d6211d9323f864c0e6eb4a8d66c7132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:01:25 +0000 Subject: [PATCH 1/2] Update ghcr.io/openclaw/openclaw Docker tag to v2026.6.1 --- apps/openclaw/2026.5.28/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openclaw/2026.5.28/docker-compose.yml b/apps/openclaw/2026.5.28/docker-compose.yml index 07b8653c9..6dfe32d97 100644 --- a/apps/openclaw/2026.5.28/docker-compose.yml +++ b/apps/openclaw/2026.5.28/docker-compose.yml @@ -1,7 +1,7 @@ services: openclaw: container_name: ${CONTAINER_NAME} - image: "ghcr.io/openclaw/openclaw:2026.5.28" + image: "ghcr.io/openclaw/openclaw:2026.6.1" restart: unless-stopped networks: - 1panel-network From dff2407a472767f4bf5c20a051cca60dfd944127 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 8 Jun 2026 04:01:35 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/openclaw/{2026.5.28 => 2026.6.1}/.env.sample | 0 apps/openclaw/{2026.5.28 => 2026.6.1}/data.yml | 0 apps/openclaw/{2026.5.28 => 2026.6.1}/data/conf/.gitkeep | 0 apps/openclaw/{2026.5.28 => 2026.6.1}/data/workspace/.gitkeep | 0 apps/openclaw/{2026.5.28 => 2026.6.1}/docker-compose.yml | 0 apps/openclaw/{2026.5.28 => 2026.6.1}/scripts/init.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename apps/openclaw/{2026.5.28 => 2026.6.1}/.env.sample (100%) rename apps/openclaw/{2026.5.28 => 2026.6.1}/data.yml (100%) rename apps/openclaw/{2026.5.28 => 2026.6.1}/data/conf/.gitkeep (100%) rename apps/openclaw/{2026.5.28 => 2026.6.1}/data/workspace/.gitkeep (100%) rename apps/openclaw/{2026.5.28 => 2026.6.1}/docker-compose.yml (100%) rename apps/openclaw/{2026.5.28 => 2026.6.1}/scripts/init.sh (100%) diff --git a/apps/openclaw/2026.5.28/.env.sample b/apps/openclaw/2026.6.1/.env.sample similarity index 100% rename from apps/openclaw/2026.5.28/.env.sample rename to apps/openclaw/2026.6.1/.env.sample diff --git a/apps/openclaw/2026.5.28/data.yml b/apps/openclaw/2026.6.1/data.yml similarity index 100% rename from apps/openclaw/2026.5.28/data.yml rename to apps/openclaw/2026.6.1/data.yml diff --git a/apps/openclaw/2026.5.28/data/conf/.gitkeep b/apps/openclaw/2026.6.1/data/conf/.gitkeep similarity index 100% rename from apps/openclaw/2026.5.28/data/conf/.gitkeep rename to apps/openclaw/2026.6.1/data/conf/.gitkeep diff --git a/apps/openclaw/2026.5.28/data/workspace/.gitkeep b/apps/openclaw/2026.6.1/data/workspace/.gitkeep similarity index 100% rename from apps/openclaw/2026.5.28/data/workspace/.gitkeep rename to apps/openclaw/2026.6.1/data/workspace/.gitkeep diff --git a/apps/openclaw/2026.5.28/docker-compose.yml b/apps/openclaw/2026.6.1/docker-compose.yml similarity index 100% rename from apps/openclaw/2026.5.28/docker-compose.yml rename to apps/openclaw/2026.6.1/docker-compose.yml diff --git a/apps/openclaw/2026.5.28/scripts/init.sh b/apps/openclaw/2026.6.1/scripts/init.sh similarity index 100% rename from apps/openclaw/2026.5.28/scripts/init.sh rename to apps/openclaw/2026.6.1/scripts/init.sh