-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[draft] adding build image policies for Workers Builds and Pages #26840
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
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
|
||
| - **Minor version updates**: Default versions are updated to the latest minor version without notice (e.g., Node.js 22.15.0 → 22.16.0). If you need a specific minor version, [override the default version](/workers/ci-cd/builds/build-image/#overriding-default-versions). | ||
|
|
||
| - **Major version updates**: When a language runtime or tool approaches its end-of-life (EOL) date, e.g. Node.js, we update to the latest supported version. We will provide at least 3 months advance notice via |
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.
| - **Major version updates**: When a language runtime or tool approaches its end-of-life (EOL) date, e.g. Node.js, we update to the latest supported version. We will provide at least 3 months advance notice via | |
| - **Major version updates**: When a language runtime or tool approaches its end-of-life (EOL) date, e.g. Node.js, we update the build image to the latest supported version. We will provide at least 3 months advance notice via |
We update to the latest supported version or to the oldest supported version?
Ex — we are saying Node.js 24 or 26?
|
|
||
| - **Major version updates**: When a language runtime or tool approaches its end-of-life (EOL) date, e.g. Node.js, we update to the latest supported version. We will provide at least 3 months advance notice via | ||
| - [Cloudflare Changelog](https://developers.cloudflare.com/changelog/) | ||
| - Dashboard notification to affected projects upon announcement |
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.
"affected" is ambiguous here - i could take that to mean
- cloudflare will notify me if my code relies on an API that will break with the transition
- cloudflare will notify me if they know I am relying on that dependency
- cloudflare will notify me if I am currently pinned to an older version
initial pass at adding build image policies for Workers Builds and Cloudflare Pages