Skip to content

Commit a2eedb1

Browse files
committed
Merge remote-tracking branch 'origin/main' into jseba/containers_scope
2 parents 3483232 + 17d23d8 commit a2eedb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+3395
-1340
lines changed

.changeset/better-rings-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag

.changeset/clever-crews-destroy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@cloudflare/containers-shared": patch
3+
"wrangler": patch
4+
---
5+
6+
Rename `WRANGLER_CONTAINERS_DOCKER_PATH` to `WRANGLER_DOCKER_BIN`

.changeset/cuddly-sites-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Remove cloudchamber/container apply confirmation dialog when run non-interactively.

.changeset/deep-moments-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/containers-shared": minor
3+
---
4+
5+
`containers-shared` contains shared code relating to containers that is used across `workers-sdk`.

.changeset/giant-kiwis-provide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@cloudflare/containers-shared": patch
3+
"wrangler": patch
4+
---
5+
6+
Add a warning banner to `wrangler cloudchamber` and `wrangler containers` commands

.changeset/itchy-rice-sink.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@cloudflare/containers-shared": patch
3+
"miniflare": patch
4+
"wrangler": patch
5+
---
6+
7+
Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session.

.changeset/purple-tools-change.md

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

.changeset/tidy-bobcats-lose.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/workers-shared": minor
3+
---
4+
5+
Limit free tier requests in the Router worker

.github/workflows/c3-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
e2e-vp:
88
# Note: please keep this job in sync with the e2e-only-dependabot-bumped-framework one
99
#  in .github/workflows/c3-e2e-dependabot.yml
10-
if: github.head_ref == 'changeset-release/main' || contains(github.event.*.labels.*.name, 'every-os' )
10+
if: github.head_ref == 'changeset-release/main' || (contains(github.event.*.labels.*.name, 'c3-e2e' ) && contains(github.event.*.labels.*.name, 'every-os' ))
1111
timeout-minutes: 45
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm.name }}-${{ matrix.pm.version }}

packages/containers-shared/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"scripts": {
1818
"check:lint": "eslint src --ext ts",
1919
"check:type": "tsc -p ./tsconfig.json && pnpm run type:tests",
20+
"deploy": "echo 'no deploy'",
2021
"test": "vitest",
2122
"test:ci": "pnpm run test run",
2223
"test:watch": "pnpm run test --testTimeout=50000 --watch",

0 commit comments

Comments
 (0)