Releases: cloudfoundry/ruby-buildpack
v1.4.0
-
Remove many older ruby versions. We currenly support:
- MRI ruby versions:
- 2.2.2
- 2.2.1
- 2.1.6
- 2.1.5
- 2.0.0
- JRuby verisons:
- ruby-1.9.3-jruby-1.7.19
- ruby-2.0.0-jruby-1.7.19
- ruby-2.2.0-jruby-9.0.0.0.pre1
(https://www.pivotaltracker.com/story/show/93201508)
(https://www.pivotaltracker.com/story/show/90697240)
(https://www.pivotaltracker.com/story/show/90697238) - MRI ruby versions:
-
Update to latest OpenJDK 1.8
(https://www.pivotaltracker.com/story/show/90697236) -
Updated to latest node JS
(https://www.pivotaltracker.com/story/show/90697226)
v1.3.1
- Update provided MRI ruby versions for CVE-2015-1855 (https://www.pivotaltracker.com/story/show/92437386)
- 2.0.0p645
- 2.1.6
- 2.2.2
- Document Contribution guidelines (https://www.pivotaltracker.com/story/show/92459188)
- Do not use cached dependencies when a running app is restaged on a different rootfs (https://www.pivotaltracker.com/story/show/91630536)
- Merge upstream changes from Heroku up to SHA f349dfc (https://www.pivotaltracker.com/story/show/90537738)
- Add support for jruby versions (https://www.pivotaltracker.com/story/show/90537738)
- jruby-1.7.19:
- ruby-1.8.7
- ruby-1.9.3
- ruby-2.0.0
- jruby-9.0.0.0:
- ruby-2.2.0
- jruby-1.7.19:
v1.3.0
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
cflinuxfs2stack. - Binary files now permanently hosted on a CF-managed S3 bucket.
- On
lucid64, the following changes were made to package support:- Removed support for ruby 1.9.2. The binary for this version,
included in previousruby-buildpackreleases, is not
functional. There is a
track of work
scheduled to recreate binaries for all our stacks; but for this
release, generating replacement binaries was deprioritized. That
said,
ruby 1.9.2 has reached end-of-life, and
at this moment we do not plan to support 1.9.2 in future
cflinuxfs2buildpack releases.
- Removed support for ruby 1.9.2. The binary for this version,
- On
cflinuxfs2, only the following interpreter versions are supported:- ruby 2.2.0, 2.1.{2,3,4,5}, 2.0.0, and 1.9.3.
- jruby 1.7.{1-11}.
- See manifest.yml for full details.
- The buildpack has increased in size with this release, from 825M to 922M.
Stories
- Support cflinuxfs2 stack. This does not include support for 1.8.7 and 1.9.2
(https://www.pivotaltracker.com/story/show/88174340)
(https://www.pivotaltracker.com/story/show/90295946) - Dropped support for Ruby 1.9.2 on lucid64
(https://www.pivotaltracker.com/story/show/90295946) - Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848) - Add checksum to
manifest.ymlfor all binaries.
(https://www.pivotaltracker.com/story/show/89503122)
v1.2.1
- Add Ruby 2.2.0
(https://www.pivotaltracker.com/story/show/86046576) - Update documentation for use of buildpack-packager
(https://www.pivotaltracker.com/story/show/85807806) - Merge upstream changes
(https://www.pivotaltracker.com/story/show/86046576)- Update Bundler to 1.7
(heroku/heroku-buildpack-ruby@4d6c831) - Fix support for JRuby 9.0.0.0.pre1
(heroku/heroku-buildpack-ruby@881d794) - set JAVA_TOOL_OPTIONS for compile time JRuby
(heroku/heroku-buildpack-ruby@380c9aa)
- Update Bundler to 1.7
v1.2.0
- Introduce new offline dependency packaging system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83886038)
(https://www.pivotaltracker.com/story/show/82972454) - Introduce new runtime dependency translation system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83483872)
(https://www.pivotaltracker.com/story/show/83504664)
v1.1.4
- Add ruby 2.1.4 and 2.1.5
- Update machete instructions in README
(https://www.pivotaltracker.com/story/show/82692644) - Test regression around copying the same file to itself
(https://www.pivotaltracker.com/story/show/81613240) - Add a regression test for stack env variable
(https://www.pivotaltracker.com/story/show/82289072) - Merge upstream changes
(https://www.pivotaltracker.com/story/show/82765888)- Include fix to unbounded cache size
(heroku/heroku-buildpack-ruby#314) - Show full stack trace on all unexpected errors
(heroku/heroku-buildpack-ruby@b84422c) - Suppress backtrace from likely errors
(heroku/heroku-buildpack-ruby@74cba7c)
- Include fix to unbounded cache size
v1.1.3
- Adds code to resolve fault where Ruby 2.1.3 apps to fail to stage.
(https://www.pivotaltracker.com/story/show/80934254) - Adds friendlier error message when apps request unavailable rubies in offline buildpacks.
(https://www.pivotaltracker.com/story/show/80403676) - Makes supporting Bash scripts more robust.
(https://www.pivotaltracker.com/story/show/79735118)
v1.1.2
- Add Ruby 2.1.2 and 2.1.3 to offline
(https://www.pivotaltracker.com/story/show/79742234) - Introduce fix for errors arising from unset STACK variable.
(https://www.pivotaltracker.com/story/show/78677868)
(https://www.pivotaltracker.com/story/show/80029582)
(https://www.pivotaltracker.com/story/show/78290072) - Print version number of buildpack while compiling
(https://www.pivotaltracker.com/story/show/78505368) - Merge from upstream
v1.1.1
- Update buildpack-packager
(https://www.pivotaltracker.com/story/show/79126294) - Merge Heroku upstream changes up to v127. Important changes:
- Improve RBX support
v1.1.0
- Fixed libreadline issue.
(https://www.pivotaltracker.com/story/show/75199948) - Removes spurious warning "already initialized constant" warning
(https://www.pivotaltracker.com/story/show/76163642) - Merges Heroku upstream changes up to v126. Important changes:
- NodeJS is now a dependency
- Bundler updated to 1.6.3