Releases: heroku/buildpacks-ruby
Releases · heroku/buildpacks-ruby
v4.0.0
heroku/ruby
Changed
- Default process types defined by the Ruby buildpack now use IPv6 host
::
which is equivalent of IPv4 host0.0.0.0
. This will only affect applications that do not define aweb
process type via theProcfile
and Procfile Cloud Native Buildpack. Those applications must make sure to update their configuration to bind to an IPv6 host. (#354)
Added
- The buildpack now warns the user when environmental variables used in running the default process are not defined. (#307)
v3.0.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
heroku/ruby
- Initial version of Ruby buildpack in Rust (#93)
- Version 2.0.0 for the first release is not a typo. There was an issue in pack where a builder with the same name and version number would reuse artifacts left on image from prior runs which caused issues. There were prior releases of
heroku/ruby
CNB from different sources that triggered this problem. To ensure no one would encounter that issue we developed and released using a version we know has not been used before. Version 2.0 was the first major version without a prior release ofheroku/ruby
CNB from any source.