v1.2.0
cf-buildpacks-eng
released this
18 Mar 12:52
·
2696 commits
to master
since this release
cflinuxfs2
rootfs Support
Cloud Foundry is releasing new versions of go, nodejs php,
python, and ruby buildpacks to support cflinuxfs2
, which is
the official name of the trusty64-based rootfs (or "stack").
Please note that the previous lucid64
stack is also supported by
this buildpacks release.
In order to support multiple stacks, we've extended the data structure
represented by the file manifest.yml
in the go
, nodejs
, python
and ruby
buildpacks to require the specification of one or more
"stacks" associated with each binary dependency. We've also required
the specification of an MD5 checksum for each binary, which is
verified before packaging the dependencies.
Changes
- Added support for
cflinuxfs2
stack. - Binary files now permanently hosted on a CF-managed S3 bucket.
- On the
lucid64
stack, no changes in python version support were made. - The
cflinuxfs
stack supports the same python versions aslucid64
with the following exceptions:- Removed support for python 2.7.1, however 2.7.{0,2,3,6,7,8,9} are still supported.
- Removed support for python 3.2.0, however 3.2.{1,2,3} are still supported.
- See manifest.yml for full details.
- The buildpack has increased in size with this release, from 315M to 654M.
Stories
- Support cflinuxfs2 stack. Does not support 2.7.1 and 3.2.0
(https://www.pivotaltracker.com/story/show/88174352)
(https://www.pivotaltracker.com/story/show/90308418) - Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848) - Add checksum to
manifest.yml
for all binaries.
(https://www.pivotaltracker.com/story/show/89503126) - Prevent use of app cached dependencies when stack is switched.
(https://www.pivotaltracker.com/story/show/89958540)