chore(infra): bump prod.tag to extended image (re-apply PR #323)#330
Merged
Conversation
Re-applies PR #323 now that PR #329 decoupled the task-def ARN from a cross-stack Fn::ImportValue via SSM. container-stack can freely register a new task-def revision with the extended OpenClaw image — the SSM param value tracks the new ARN automatically, and no consumer imports the revision-embedded export anymore. After deploy: - New provisions land on the extended image (clawhub baked in). - Existing per-user services still launch from the task-def revisions they were registered against at provision time. Roll them forward via POST /container/updates with owner_id:"all" (banner + Update Now), or force-apply per-owner in a follow-up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-applies PR #323's
prod.tagbump now that PR #329 decoupled the task-def ARN from a cross-stackFn::ImportValuevia SSM.container-stackcan freely register a new task-def revision with the extended OpenClaw image — the SSM param value tracks the new ARN automatically, and no consumer imports the revision-embedded export.Expected deploy behavior
isol8-prod-container: task-def resource updates → new revision (e.g.:22) → SSM param value updates → clean, no lock.isol8-prod-service: no diff (still reads SSM). Backend tasks keep running on the OLD SSM value until restarted;--force-new-deploymenton the backend service picks up the new ARN.Follow-ups (post-deploy)
POST /container/updateswithowner_id:"all".🤖 Generated with Claude Code