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

v1.0.0 #109

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

v1.0.0 #109

wants to merge 28 commits into from

Conversation

fgrehm
Copy link
Owner

@fgrehm fgrehm commented Mar 10, 2016

BREAKING CHANGES:

  • baseimage: Removed PostgreSQL and MySQL clients
  • baseimage: Removed tmux
  • addons: Removed docker
  • buildpacks: Removed bats and phantomjs

IMPROVEMENTS:

  • buildpacks/golang: Bump default Go to 1.6
  • buildpacks/golang: Pass in -t to go get [GH-96]
  • buildpacks/inline: Support strings for the provision config on devstep.yml files
  • buildpacks/inline: Always run inline provision commands at the end of the build process, after all of the other buildpacks have kicked in.
  • buildpacks/python: Bump default Python to 2.7.11

BUG FIXES:

  • buildpacks/golang: Nicely handle blanky git remotes [GH-94]
  • buildpacks/inline: Improve devstep.yml provision config handling [GH-97]
  • buildpacks/inline: Return the same exit code returned by the provision command [GH-99]

Closes GH-108

fgrehm added 27 commits January 6, 2016 14:27
…s, after all of the other buildpacks have kicked in.
This allows the image to be used with VMs with NFS squashing enabled
like dinghy environments (aka we are getting close to being able to run
devstep on OSX 💪)
Yet another change to make things work fine on OSX
Used it only or twice in the past
@sebastienbeau
Copy link
Contributor

Thanks for still working on it, the change should be ok for us. We will reinstall psql client in our custom image for voodoo (specific tool for building odoo). And we will still use devstep as is for ruby and js ;)

Thanks

@fgrehm
Copy link
Owner Author

fgrehm commented Mar 11, 2016

Thanks A LOT for having a look at it 🍻

We will reinstall psql client in our custom image for voodoo (specific tool for building odoo).

Hum... apparently the psql command is available on heroku/cedar:14 😕 Anyways, that should not be a problem to you then 😄

@sebastienbeau
Copy link
Contributor

Ok perfect ! I see that you have worked on Mac support. Do you work with a Mac? We have one person in the team that use a Mac so we will try it (the other use ubuntu ;) ). Did you have try with windows?
Thanks again for your work we really appreciate it ;)

@fgrehm
Copy link
Owner Author

fgrehm commented Apr 9, 2016

Yup. I even tried on the new Docker for Mac and it works! 🎆

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants