Skip to content

Commit f80770e

Browse files
authored
Remove beta note from Gradual Deployments (#19488)
1 parent 3fb9389 commit f80770e

File tree

1 file changed

+0
-8
lines changed
  • src/content/docs/workers/configuration/versions-and-deployments

1 file changed

+0
-8
lines changed

src/content/docs/workers/configuration/versions-and-deployments/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ Using versions and deployments is useful if:
1717
- You want to monitor for performance differences when deploying new versions of your Worker.
1818
- You have a CI/CD pipeline configured for Workers but want to cut manual releases.
1919

20-
:::note
21-
22-
Versions and deployments are in **beta and under active development**. Refer to [Limits](/workers/configuration/versions-and-deployments/#limits) before using these features.
23-
24-
Provide your feedback on versions and deployments through the [feedback form](https://www.cloudflare.com/lp/developer-week-deployments).
25-
26-
:::
27-
2820
## Versions
2921

3022
A version is defined by the state of code as well as the state of configuration in a Worker's [`wrangler.toml`](/workers/wrangler/configuration/) file. Versions track historical changes to [bundled code](/workers/wrangler/bundling/), [static assets](/workers/static-assets/) and changes to configuration like [bindings](/workers/runtime-apis/bindings/) and [compatibility date and compatibility flags](/workers/configuration/compatibility-dates/) over time.

0 commit comments

Comments
 (0)