Skip to content

v1.2.0

Compare
Choose a tag to compare
@cf-buildpacks-eng cf-buildpacks-eng released this 18 Mar 12:43
· 1871 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.
  • The buildpack, at 675M, has not materially increased in size with
    this release.
  • No changes in go version support were made.

Stories

Commits

commit 8aea0e7
Author: JT Archie and Sai To Yeung pair+jarchie+syeung@pivotal.io
Date: Mon Mar 16 11:23:02 2015 -0400

update Gemfile to https:// [#90365848]

commit 0084eea
Author: JT Archie pair+jarchie@pivotal.io
Date: Thu Mar 12 15:57:01 2015 -0400

Bump buildpack-packager [#90196104]

commit 3f65030
Author: Sai To Yeung pair+syeung@pivotal.io
Date: Thu Mar 12 10:00:34 2015 -0400

Add test for 2 digit go versions

commit 8949f2e
Author: Jared Gordon and Sai To Yeung pair+jgordon+syeung@pivotal.io
Date: Thu Mar 12 09:26:34 2015 -0400

Further fix 2 digit versions with new compile extensions

[#90128514]

commit 989e6e5
Author: Jared Gordon and Sai To Yeung pair+jgordon+syeung@pivotal.io
Date: Wed Mar 11 17:34:23 2015 -0400

Fix failures on go versions with only 2 digits

[#90128514]

commit 76c21c5
Author: Anthony Emengo pair+aemengo@pivotal.io
Date: Tue Mar 10 11:16:35 2015 -0400

Migrate relevant dependencies to cloudfoundry-incubator

[#89014508]

commit 48efa62
Author: Colin Jackson and Rasheed Abdul-Aziz pair+crawsible+squeedee@pivotal.io
Date: Fri Mar 6 16:12:02 2015 -0500

Update compile extensions

[#89756284]

commit 285b7c3
Author: Anthony Emengo and Jared Gordon pair+aemengo+jgordon@pivotal.io
Date: Thu Mar 5 17:10:31 2015 -0500

Add md5 checksums to all dependencies

[#89503120]

commit f06212f
Author: Anthony Emengo and Sai To Yeung pair+aemengo+syeung@pivotal.io
Date: Fri Feb 27 12:27:11 2015 -0500

Do not use 'all' for cf_stacks

[#88174336]

commit 21e8c15
Author: Mike Dalessio mike.dalessio@gmail.com
Date: Thu Feb 26 20:50:26 2015 -0500

Testing Github → Tracker integration

[#89253462]

commit e792d22
Author: Anthony Emengo and Sai To Yeung pair+aemengo+syeung@pivotal.io
Date: Thu Feb 26 17:22:05 2015 -0500

Update compile-extensions to point to master

commit d3a5a92
Author: Anthony Emengo and Sai To Yeung pair+aemengo+syeung@pivotal.io
Date: Thu Feb 26 10:43:35 2015 -0500

Replace input to translate_dependency_url from url to version.

- So no internet traffic is logged for offline environment with
dependencies that are not present in the manifest

[#89198726]

commit bbed630
Author: Colin Jackson and Rasheed Abdul-Aziz pair+crawsible+squeedee@pivotal.io
Date: Wed Feb 25 18:02:10 2015 -0500

bump compile extensions

commit 2263372
Merge: 6c794c7 e024177
Author: Colin Jackson and Rasheed Abdul-Aziz pair+crawsible+squeedee@pivotal.io
Date: Wed Feb 25 17:26:39 2015 -0500

Merge branch 'master' of https://github.com/cloudfoundry/go-buildpack

[#88174336]

commit 6c794c7
Author: Colin Jackson and Rasheed Abdul-Aziz pair+crawsible+squeedee@pivotal.io
Date: Wed Feb 25 17:21:30 2015 -0500

Update manifest.yml to support dependency-switching logic

- compile extensions now points to rootfs-sensitive commit

[#88174336]