diff --git a/CHANGELOG.md b/CHANGELOG.md index e51ada42d..780ca4373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file. ### Changed +## [0.3.10] - 2016-03-30 +### Changed +- @michaelshobbs Update nodejs to version v89 +- @michaelshobbs Update php to version v99 +- @michaelshobbs Update python to version v79 +- @michaelshobbs Update ruby to version v146 +- @michaelshobbs Update scala to version v67 + + ## [0.3.9] - 2016-03-08 ### Fixed - @graphaelli clean up link warning @@ -173,7 +182,8 @@ All notable changes to this project will be documented in this file. - User for `buildpack-build` is `$USER` or randomized - User for `procfile-exec` is `$USER` or detected from `/app` -[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...HEAD +[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.10...HEAD +[0.3.10]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7 diff --git a/Dockerfile b/Dockerfile index 8fa1e5822..aa804e03f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM heroku/cedar:14 -RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.9/herokuish_0.3.9_linux_x86_64.tgz \ +RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.10/herokuish_0.3.10_linux_x86_64.tgz \ --silent -L | tar -xzC /bin RUN /bin/herokuish buildpack install \ && ln -s /bin/herokuish /build \ diff --git a/Makefile b/Makefile index c4c4726ad..a6440911d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = herokuish HARDWARE = $(shell uname -m) -VERSION ?= 0.3.9 +VERSION ?= 0.3.10 IMAGE_NAME ?= $(NAME) BUILD_TAG ?= dev diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index 3e0579c25..a4f766281 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v88 +v89 diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index a17baa592..0b160185d 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v95 +v99 diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version index 168911ba0..f8d2276c4 100644 --- a/buildpacks/buildpack-python/buildpack-version +++ b/buildpacks/buildpack-python/buildpack-version @@ -1 +1 @@ -v77 +v79 diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index ad3fef87b..473381fd6 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v145 +v146 diff --git a/buildpacks/buildpack-scala/buildpack-version b/buildpacks/buildpack-scala/buildpack-version index 9ca497e90..93c0a4ab7 100644 --- a/buildpacks/buildpack-scala/buildpack-version +++ b/buildpacks/buildpack-scala/buildpack-version @@ -1 +1 @@ -v66 +v67