This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
v0.3.0 - 2015-02-12
diff
BREAKING CHANGES:
- Switched to the latest
progrium/cedarish:cedar14
image which uses an unmodified
Herokucedar14.sh
base stack source. More info here - Organization of Devstep's "stack" within the Docker image got changed, please see
commits associated with GH-63 for more information
FEATURES:
- Inline buildpack now supports reading commands from
devstep.yml
- New Oracle Java 8 addon
- New Heroku toolbelt addon
IMPROVEMENTS:
- Reduced output by default and added support for
DEVSTEP_LOG
for setting the log level - addons/docker: Lock installation to 1.5.0 instead of latest
- addons/docker: Support specifying a Docker version to be installed with
DEVSTEP_DOCKER_VERSION
env var - buildpacks/golang: Bump default version to 1.4.1
- buildpacks/nodejs: Bump default Node to 0.10.35
- buildpacks/php: Backport recent oficial Heroku buildpack updates
- buildpacks/php: Download buildpack dependencies on demand
- buildpacks/python: Backport recent oficial Heroku buildpack updates
- buildpacks/python: Download buildpack dependencies on demand
- buildpacks/ruby: Bump default Bundler to 1.8.0
- buildpacks/ruby: Bump default Ruby to 2.2.0
BUG FIXES:
- buildpacks/nodejs: Skip Node.js installation if already installed