Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/batched-sync-path-resolution.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/document-symlink-surface.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/expose-fs-rename.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/find-exclude-globs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mkdir-follows-symlinks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/on-disk-computerd-store.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/scoped-git-diff-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selectable-exec-shell.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ copies the prebuilt binary out of the public GHCR image and into a thin
Debian base:

```dockerfile
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM debian:stable-slim

Expand Down
1 change: 1 addition & 0 deletions examples/celld/.wrangler/cache/cf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"httpProtocol":"HTTP/1.1","clientAcceptEncoding":"gzip, deflate, br","requestPriority":"","edgeRequestKeepAliveStatus":1,"requestHeaderNames":{},"clientTcpRtt":18,"clientQuicRtt":0,"colo":"DFW","asn":8075,"asOrganization":"Microsoft Limited","country":"US","isEUCountry":false,"city":"Cheyenne","continent":"NA","region":"Wyoming","regionCode":"WY","timezone":"America/Denver","longitude":"-104.82025","latitude":"41.13998","postalCode":"82001","metroCode":"759","tlsVersion":"TLSv1.3","tlsCipher":"AEAD-AES256-GCM-SHA384","tlsClientRandom":"fk2JVeEAfBlrP/C+VZOSiSLmj9xN+c5P7Deo2tukmqM=","tlsClientCiphersSha1":"kXrN3VEKDdzz2cPKTQaKzpxVTxQ=","tlsClientExtensionsSha1":"1eY97BUYYO8vDaTfHQywB1pcNdM=","tlsClientExtensionsSha1Le":"u4wtEMFQBY18l3BzHAvORm+KGRw=","tlsExportedAuthenticator":{"clientHandshake":"2f42c1b65266f736de9ab540b71507dcf00dd653d1b6612774008de57f0492b5e295b41bd3468c7634b880e61deaa0a3","serverHandshake":"343706c57562dfbaa23089d3966f4d64ba8e1ae3d7db043474ed644a0487b8545dbeae9a83f980f4b5cc54c4d9a04d49","clientFinished":"8c5bace08e1fa6903f2bdc37ea035442e4d944cd1402ea604a0b45454ec14b28fc7fb947ba3a8322df65b6abe23c5c40","serverFinished":"22f787324da16e80d1ae8311cf917d76f6000ecece618d6d489ef12802b1771e220fe49617f1b5074d984247142a7ff7"},"tlsClientHelloLength":"1605","tlsClientAuth":{"certPresented":"0","certVerified":"NONE","certRevoked":"0","certIssuerDN":"","certSubjectDN":"","certIssuerDNRFC2253":"","certSubjectDNRFC2253":"","certIssuerDNLegacy":"","certSubjectDNLegacy":"","certSerial":"","certIssuerSerial":"","certSKI":"","certIssuerSKI":"","certFingerprintSHA1":"","certFingerprintSHA256":"","certNotBefore":"","certNotAfter":"","certRFC9440":"","certRFC9440TooLarge":false,"certChainRFC9440":"","certChainRFC9440TooLarge":false},"verifiedBotCategory":"","edgeL4":{"deliveryRate":238490},"botManagement":{"corporateProxy":false,"verifiedBot":false,"jsDetection":{"passed":false},"staticResource":false,"detectionIds":{},"score":99}}
2 changes: 1 addition & 1 deletion examples/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# back to the userspace shim transparently.


FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM debian:stable-slim

Expand Down
2 changes: 1 addition & 1 deletion examples/egress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM debian:bookworm-slim

Expand Down
2 changes: 1 addition & 1 deletion examples/mcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM node:22-bookworm-slim

Expand Down
2 changes: 1 addition & 1 deletion examples/think-compare-runtimes/Dockerfile.workspace
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# that do not expose /dev/fuse.


FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM --platform=linux/amd64 node:22-trixie-slim

Expand Down
2 changes: 1 addition & 1 deletion examples/think/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# surface reads and writes.


FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM debian:stable-slim

Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# through the Workspace is on disk for pandoc to read, and the PDF
# pandoc writes syncs back to the durable object.

FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd

FROM debian:stable-slim

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/computer-computerd-linux-x64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds the binary, stages it into `bin/computerd`, and publishes the image
instead:

```dockerfile
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.1 AS computerd
FROM debian:stable-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion packages/computer-computerd-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/computer-computerd-linux-x64",
"version": "0.3.0",
"version": "0.3.1",
"description": "Docker image context for the prebuilt computerd linux-x64 binary.",
"license": "MIT",
"private": true
Expand Down
12 changes: 12 additions & 0 deletions packages/computer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudflare/computer

## 0.3.1

### Patch Changes

- [#124](https://github.com/cloudflare/computer/pull/124) Document the symbolic-link filesystem surface under `docs/04_filesystem_interface.md`. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#124](https://github.com/cloudflare/computer/pull/124) Extend `Workspace.fs` to include `rename(oldPath, newPath)`. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#124](https://github.com/cloudflare/computer/pull/124) `find` now accepts `exclude` e.g. `ws.fs.find("/workspace", "**/*.ts", { exclude: ["node_modules/**"], })`. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#145](https://github.com/cloudflare/computer/pull/145) Improve performance of git diff when given named paths. ([`a495760`](https://github.com/cloudflare/computer/commit/a495760138c163ac88d1b05632c90f3bcc4cd3f5)) - Thanks [@aron-cf](https://github.com/aron-cf)

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/computer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/computer",
"version": "0.3.0",
"version": "0.3.1",
"description": "Cloudflare Computer — a SQLite-backed virtual filesystem with sync to a container-side daemon (computerd).",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/computerd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudflare/computerd

## 0.3.1

### Patch Changes

- [#139](https://github.com/cloudflare/computer/pull/139) The exec runner now takes an optional shell parameter. ([`5f310b6`](https://github.com/cloudflare/computer/commit/5f310b69421d334dfd3791216ca0a6a704a36efa)) - Thanks [@aron-cf](https://github.com/aron-cf)

- Updated dependencies [[`7ce8259`](https://github.com/cloudflare/computer/commit/7ce8259324d40d32e7b2db9d371ea5b19f4c8f63), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`ef8cd11`](https://github.com/cloudflare/computer/commit/ef8cd11040b222875f1d04e7cfd6553068e07bb7)]:
- @cloudflare/dofs@0.3.1
- @cloudflare/computer-rpc@0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/computerd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/computerd",
"version": "0.3.0",
"version": "0.3.1",
"description": "Computer daemon CLI and FUSE mount. Source-only; the distributable lives at @cloudflare/computer-computerd-linux-x64.",
"license": "MIT",
"private": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/dofs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @cloudflare/dofs

## 0.3.1

### Patch Changes

- [#146](https://github.com/cloudflare/computer/pull/146) Resolve sync change paths in batches and index tombstone scans by `(op, rev)`. ([`7ce8259`](https://github.com/cloudflare/computer/commit/7ce8259324d40d32e7b2db9d371ea5b19f4c8f63)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#124](https://github.com/cloudflare/computer/pull/124) Extend `Workspace.fs` to include `rename(oldPath, newPath)`. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#124](https://github.com/cloudflare/computer/pull/124) `find` now accepts `exclude` e.g. `ws.fs.find("/workspace", "**/*.ts", { exclude: ["node_modules/**"], })`. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#124](https://github.com/cloudflare/computer/pull/124) `mkdir` now follows symbolic links in intermediate path segments. ([`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc)) - Thanks [@aron-cf](https://github.com/aron-cf)

- [#123](https://github.com/cloudflare/computer/pull/123) Support `computerd` persisting its workspace to disk instead via `COMPUTERD_DB=<path>` — see [the `computerd` README](../packages/computerd/README.md#on-disk-store). ([`ef8cd11`](https://github.com/cloudflare/computer/commit/ef8cd11040b222875f1d04e7cfd6553068e07bb7)) - Thanks [@aron-cf](https://github.com/aron-cf)

## 0.3.0

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/dofs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/dofs",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/computer-rpc

## 0.3.1

### Patch Changes

- Updated dependencies [[`7ce8259`](https://github.com/cloudflare/computer/commit/7ce8259324d40d32e7b2db9d371ea5b19f4c8f63), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`e6a92c5`](https://github.com/cloudflare/computer/commit/e6a92c50cb53997bd601bdce0563b96276d0f8fc), [`ef8cd11`](https://github.com/cloudflare/computer/commit/ef8cd11040b222875f1d04e7cfd6553068e07bb7)]:
- @cloudflare/dofs@0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/computer-rpc",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading