Add cflinuxfs5 stack support for next buildpack release#888
Open
tnikolova82 wants to merge 1 commit intomasterfrom
Open
Add cflinuxfs5 stack support for next buildpack release#888tnikolova82 wants to merge 1 commit intomasterfrom
tnikolova82 wants to merge 1 commit intomasterfrom
Conversation
Consolidate open dependency PRs (#879-#884, #887) to add cflinuxfs5 stack support for the next buildpack release: - Add node 20.20.0 and 22.22.0 for cflinuxfs5 stack - Update node 20.20.0, 22.22.0, 24.13.0 cflinuxfs4 hashes - Fix node 22.22.0 source URL to point to correct version - Add python 3.12.9, 3.13.9, 3.14.3 for cflinuxfs4 and cflinuxfs5 - Add deprecation dates for python 3.12.x, 3.13.x, 3.14.x - Update yarn 1.22.22 to replace cflinuxfs3 with cflinuxfs5 - Change default python from 3.11.x to 3.13.x (3.11 not yet built for cflinuxfs5) - Update integration test default stack from cflinuxfs3 to cflinuxfs4 Known gaps (to be addressed when dependencies are built): - node 24.13.0 cflinuxfs5 (not yet available) - python 3.11.14 cflinuxfs5 (not yet available)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
manifest.yml
New cflinuxfs5 dependencies:
node 20.20.0for cflinuxfs5node 22.22.0for cflinuxfs5python 3.12.9for cflinuxfs4 and cflinuxfs5python 3.13.9for cflinuxfs4 and cflinuxfs5python 3.14.3for cflinuxfs4 and cflinuxfs5yarn 1.22.22updated from cflinuxfs3 → cflinuxfs5Dependency hash updates (cflinuxfs4 rebuilds):
node 20.20.0cflinuxfs4 (from PR Updating version for node for 20.X.X #881)node 22.22.0cflinuxfs4 + source URL fix (from PR Updating version for node for 22.X.X #880)node 24.13.0cflinuxfs4 (from PR Updating version for node for node-lts #879)Deprecation dates added:
Default python version changed: 3.11.x → 3.13.x
src/nodejs/integration/init_test.go
cflinuxfs3tocflinuxfs4Known gaps (to be addressed when dependencies are built)
node 24.13.0 cflinuxfs5— not yet built by the dependency pipelinepython 3.11.14 cflinuxfs5— not yet built by the dependency pipelineThese will be added automatically by the releng bot when the cflinuxfs5 builds complete.
Supersedes PRs
Once this PR is merged, the following PRs can be closed: