Skip to content

feat: Add cflinuxfs5 (Ubuntu 24.04) stack support#1157

Merged
ramonskie merged 9 commits intomasterfrom
cflinuxfs5-beta
Mar 13, 2026
Merged

feat: Add cflinuxfs5 (Ubuntu 24.04) stack support#1157
ramonskie merged 9 commits intomasterfrom
cflinuxfs5-beta

Conversation

@ivanovac
Copy link
Contributor

@ivanovac ivanovac commented Mar 11, 2026

Summary

Adds support for the cflinuxfs5 stack (Ubuntu 24.04 Noble) to the Python buildpack.

Changes

  • install_go.sh - Add cflinuxfs5 to supported stacks validation

  • package.sh - Include cflinuxfs5 in packaging script

  • manifest.yml - Extend libffi 3.2.1 and libmemcache 1.0.18 to cflinuxfs5

  • config.json/ VERSION - Update for cflinuxfs5 release

Dependencies

All dependencies use official S3-hosted binaries from buildpacks.cloudfoundry.org .

Related

Depends on cflinuxfs5 stack availability in CF environments
Related buildpacks-ci pipeline updates for cflinuxfs5 test jobs

- Add cflinuxfs5 to supported stacks in install_go.sh and package.sh
- Add cflinuxfs5 Python dependencies (3.10.9, 3.11.15, 3.12.13, 3.13.9, 3.14.3)
- Extend libffi and libmemcache to support cflinuxfs5 stack
- Update config.json and VERSION for cflinuxfs5 release

Dependencies use official S3-hosted binaries from buildpacks.cloudfoundry.org.
- Accept master's updated cflinuxfs5 dependencies from pipeline
- Add cflinuxfs5 to libffi and libmemcache entries (binaries tested compatible)
- Use cflinuxfs4 Go binary for all stacks (compatible with cflinuxfs5)
- Remove cflinuxfs3 support (deprecated stack)
- Single version/SHA simplifies maintenance
cflinuxfs5 uses pip 26.0.1 (latest)
cflinuxfs3/cflinuxfs4 use pip 25.2 (as before)
pip 26.0.1 requires flit-core build dependency which is not available.
Use pip 25.2 which works correctly for all stacks.
Bump the minor version to 1.9.0
@ramonskie ramonskie merged commit 5dcf56e into master Mar 13, 2026
7 checks passed
@ramonskie ramonskie deleted the cflinuxfs5-beta branch March 13, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants