Skip to content

Commit 9375c1e

Browse files
threepointonegithub-actions[bot]ghostwriternr
authored
Version Packages (#73)
* Version Packages * Fix changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Naresh <[email protected]>
1 parent 1dfb064 commit 9375c1e

File tree

10 files changed

+19
-31
lines changed

10 files changed

+19
-31
lines changed

.changeset/configurable-timeouts.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/eager-owls-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/port-parsing-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/six-seas-go.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This image is unique to this repo, and you'll never need it.
22
# Whenever you're integrating with sandbox SDK in your own project,
33
# you should use the official image instead:
4-
# FROM docker.io/cloudflare/sandbox:0.3.0
5-
FROM cloudflare/sandbox-test:0.3.0
4+
# FROM docker.io/cloudflare/sandbox:0.3.1
5+
FROM cloudflare/sandbox-test:0.3.1
66

77
# On a mac, you might need to actively pick up the
88
# arm64 build of the image.

examples/code-interpreter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wrangler": "^4.27.0"
1818
},
1919
"dependencies": {
20-
"@cloudflare/sandbox": "^0.3.0",
20+
"@cloudflare/sandbox": "^0.3.1",
2121
"openai": "^5.12.0"
2222
}
2323
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cloudflare/sandbox
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#71](https://github.com/cloudflare/sandbox-sdk/pull/71) [`fb3c9c2`](https://github.com/cloudflare/sandbox-sdk/commit/fb3c9c22242d9d4f157c26f547f1e697ef7875f9) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Bump containers package version
8+
9+
- [#70](https://github.com/cloudflare/sandbox-sdk/pull/70) [`e1fa354`](https://github.com/cloudflare/sandbox-sdk/commit/e1fa354ab1bc7b0e89db4901b67028ebf1a93d0a) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Fix escaped quotes in file write operations
10+
11+
- [#68](https://github.com/cloudflare/sandbox-sdk/pull/68) [`69b91d1`](https://github.com/cloudflare/sandbox-sdk/commit/69b91d1a8f6afb63262cc381ea93e94a033ed5e8) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Configurable timeouts via environment variables in isolation.ts
12+
13+
- [#66](https://github.com/cloudflare/sandbox-sdk/pull/66) [`eca93b9`](https://github.com/cloudflare/sandbox-sdk/commit/eca93b97e40fa0d3bd9dc27af2cc214ec355b696) Thanks [@peterp](https://github.com/peterp)! - Determine if the port is specified in the URL.
14+
315
## 0.3.0
416

517
### Minor Changes

packages/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ npm install @cloudflare/sandbox
7272
1. **Create a Dockerfile** (temporary requirement, will be removed in future releases):
7373

7474
```dockerfile
75-
FROM docker.io/cloudflare/sandbox:0.3.0
75+
FROM docker.io/cloudflare/sandbox:0.3.1
7676

7777
# Expose the ports you want to expose
7878
EXPOSE 3000

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/sandbox",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

0 commit comments

Comments
 (0)