-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Add changelog for experimental resource provisioning #25962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
4cb81e6
ef6f98b
b4a007a
b628009
8582d28
5ec2080
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,33 @@ | ||||||
| --- | ||||||
| title: Automatic resource provisioning | ||||||
| description: Wrangler can now automatically provision resources when deploying your Worker | ||||||
| products: | ||||||
| - workers | ||||||
| date: 2025-10-24 | ||||||
| --- | ||||||
|
|
||||||
| import { Render, TypeScriptExample, WranglerConfig } from "~/components"; | ||||||
|
|
||||||
| If your Wrangler configuration file includes a KV namespace, D1 database, or R2 bucket that does not yet exist on your account, you can still develop locally and deploy your application seamlessly, without having to run additional commands to create resources. | ||||||
|
||||||
| If your Wrangler configuration file includes a KV namespace, D1 database, or R2 bucket that does not yet exist on your account, you can still develop locally and deploy your application seamlessly, without having to run additional commands to create resources. | |
| Previously, if you wanted to develop or deploy a worker with attached resources, you'd have to first manually create the desired resources. Now, if your Wrangler configuration file includes a KV namespace, D1 database, or R2 bucket that does not yet exist on your account, you can still develop locally and deploy your application seamlessly, but without having to run additional commands first. |
penalosa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
emily-shen marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit nitpicky. Do we want to be clear here here that 'binding' here means writing the created resources to the configuration file. Could be an addition to the final sentence eg.
As part of this process, these bindings will be written to your wrangler configuration file. Future deployments of your worker will use these bindings.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we narrow to "Automatic resource provisioning for KV, D1, and R2" or maybe put the specific resources in the description?