Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@fgrehm fgrehm released this 22 Aug 17:10
· 126 commits to master since this release

BREAKING CHANGES:

  • Removed support for the the devstep-sa image, it will be made available again if there is enough demand
  • baseimage: Updated to Ubuntu 14.04 along with latest progrium/cedarish
  • init: Removed workaround for docker#5510, (this will break things on Docker pre 1.0.0) [GH-48]
  • init: Removed support for executing /etc/rc.local during startup
  • buildpacks/all: Keep cached packages "namespaced" by the buildpack, which means that the cache created with Devstep 0.0.1 won't be used
  • buildpacks/php: No longer starts a PHP server by default

FEATURES:

  • baseimage: Added reload-env shortcut alias to make things easier after bootstrapping
  • baseimage: Install bash completion

IMPROVEMENTS:

  • addons/postgresql: Install 9.3
  • builder: Error out in case the root directory is specified to the builder script [GH-57]
  • buildpacks/php: Backport recent oficial Heroku buildpack updates
  • buildpacks/python: Backport recent oficial Heroku buildpack updates
  • buildpacks/python: Support for pip packages caching
  • buildpacks/ruby: Remove --binary flag when installing rubies so that any ruby can be installed.
  • buildpacks/ruby: Make use of system libraries when installing nokogiri
  • buildpacks/ruby: Use stable versions of RVM instead of latest master
  • buildpacks/ruby: Keep a cache of gems tarballs

BUG FIXES:

  • addons/docker: Make it work again [GH-49]
  • buildpacks/golang: Fix ownership of bind mounted dirs under GOPATHs during build [GH-56]
  • buildpacks/golang: Fix check for whether go is installed [GH-55]
  • buildpacks/golang: Fix GOPATH symlinking when the remote URL begins with a username (like git@) [GH-52]
  • buildpacks/python: Make it work with python 2.7.5 [GH-65]