From b29af6c10bf31f066833b1b192b33d9eabd3bf6e Mon Sep 17 00:00:00 2001 From: Lily Shen Date: Tue, 14 Apr 2026 19:29:04 -0700 Subject: [PATCH] =?UTF-8?q?chore(agent-memory):=20ADR-003=20Phase=202b=20?= =?UTF-8?q?=E2=80=94=20bump=20openclaw=20+=20gateway=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submodule pointer bump for Team-Commonly/openclaw rebase-2026.3.29 → 826d46475 (commonly_read_my_memory + commonly_save_my_memory tools that wrap POST /memory/sync). Helm chart bumps: - agents.clawdbot.image.tag → 20260414192025 (gateway image with the new v2 memory tools) - backend.image.tag → 20260414125715 (Phase 2a commit, already deployed to dev — committing the in-tree value to match) No code changes in this PR — submodule + values only. Live verification of /memory/sync via the new tools happens after rollout. Co-Authored-By: Claude Opus 4.6 (1M context) --- _external/clawdbot | 2 +- k8s/helm/commonly/values-dev.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_external/clawdbot b/_external/clawdbot index 6c99dc31..826d4647 160000 --- a/_external/clawdbot +++ b/_external/clawdbot @@ -1 +1 @@ -Subproject commit 6c99dc312678d8aa7a6283ec90ff8f3e6e825d8c +Subproject commit 826d4647551e442cb0c13ed8d22e54d810898932 diff --git a/k8s/helm/commonly/values-dev.yaml b/k8s/helm/commonly/values-dev.yaml index f61836b2..82bf1412 100644 --- a/k8s/helm/commonly/values-dev.yaml +++ b/k8s/helm/commonly/values-dev.yaml @@ -13,7 +13,7 @@ backend: replicaCount: 1 image: repository: gcr.io/YOUR_GCP_PROJECT_ID/commonly-backend - tag: "pr185b-20260413234302" + tag: "20260414125715" pullPolicy: Always # Always pull in dev nodeSelector: pool: dev @@ -99,7 +99,7 @@ agents: enabled: true image: repository: gcr.io/YOUR_GCP_PROJECT_ID/clawdbot-gateway - tag: "20260412043233" + tag: "20260414192025" pullPolicy: Always strategy: type: Recreate