Skip to content

Commit 7c6cdd4

Browse files
hotlongCopilot
andcommitted
chore(cloud,objectos): redeploy image 2f115ab after full data wipe
- Bump container image tags for cloud + objectos workers - Bump objectos worker build marker to force DO restart - Picks up: install-application script action + dispatcher recordId fix + install-helper controlDriverPromise unwrap fix - Server-side state wiped fresh (Neon public schema dropped, 27 Turso DBs deleted, R2 bucket emptied) so tenant isolation can be re-verified end-to-end from a clean slate Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f514c1a commit 7c6cdd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/cloud/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ compatibility_flags = ["nodejs_compat"]
4545
# rebuild + re-push to ship a new version, then run `wrangler deploy`.
4646
[[containers]]
4747
class_name = "CloudContainer"
48-
image = "registry.cloudflare.com/2846eb40a60f4738e292b90dcd8cce10/objectstack-cloud:d9e612bc"
48+
image = "registry.cloudflare.com/2846eb40a60f4738e292b90dcd8cce10/objectstack-cloud:2f115ab6"
4949
max_instances = 3
5050
instance_type = "standard-1"
5151

apps/objectos/cloudflare/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// when shipping a hotfix that lives inside the Container image. The
55
// DO only reloads when worker code changes, so a no-op edit here
66
// guarantees the container restarts with the freshly-pushed image.
7-
// build: 2026-05-19T18:50Z plan-a-seed-after-bootstrap
7+
// build: 2026-05-20T11:30Z full-wipe-redeploy-2f115ab6
88

99
/**
1010
* Cloudflare Containers entrypoint for ObjectOS.

apps/objectos/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ compatibility_flags = ["nodejs_compat"]
4444
# rebuild + re-push to ship a new version, then run `wrangler deploy`.
4545
[[containers]]
4646
class_name = "ObjectOSContainer"
47-
image = "registry.cloudflare.com/2846eb40a60f4738e292b90dcd8cce10/objectos:055cc2c6"
47+
image = "registry.cloudflare.com/2846eb40a60f4738e292b90dcd8cce10/objectos:2f115ab6"
4848
max_instances = 5
4949
instance_type = "standard-1"
5050

0 commit comments

Comments
 (0)