diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e8a1060..5e935ad10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file. ### Changed +## [0.4.5] - 2018-10-26 +### Changed +- @michaelshobbs Update nodejs to version v130 fb65b5a +- @michaelshobbs Update python to version v144 bfabe39 +- @michaelshobbs Update go to version v94 ccd7e67 +- @michaelshobbs Update php to version v145 eaa3ca7 +- @michaelshobbs Update ruby to version v195 f24f45f + ## [0.4.4] - 2018-08-20 ### Changed - @natanrolnik Remove .git directory deletion upon build pack installation @@ -500,7 +508,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.4.4...HEAD +[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.4.5...HEAD +[0.4.5]: https://github.com/gliderlabs/herokuish/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/gliderlabs/herokuish/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/gliderlabs/herokuish/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/gliderlabs/herokuish/compare/v0.4.1...v0.4.2 diff --git a/Dockerfile b/Dockerfile index ed371e009..60c57349d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update -qq \ dist-upgrade \ && apt-get clean \ && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* /var/tmp/* -RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.4/herokuish_0.4.4_linux_x86_64.tgz" \ +RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.5/herokuish_0.4.5_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 1b84ba155..21c2f4f97 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = herokuish HARDWARE = $(shell uname -m) -VERSION ?= 0.4.4 +VERSION ?= 0.4.5 IMAGE_NAME ?= $(NAME) BUILD_TAG ?= dev diff --git a/README.md b/README.md index d20432c35..67f134751 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Download and uncompress the latest binary tarball from [releases](https://github For example, you can do this directly in your Dockerfiles installing into `/bin` as one step: ``` -RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.4/herokuish_0.4.4_linux_x86_64.tgz \ +RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.5/herokuish_0.4.5_linux_x86_64.tgz \ | tar -xzC /bin ``` diff --git a/buildpacks/buildpack-go/buildpack-version b/buildpacks/buildpack-go/buildpack-version index 05068acde..4401de6eb 100644 --- a/buildpacks/buildpack-go/buildpack-version +++ b/buildpacks/buildpack-go/buildpack-version @@ -1 +1 @@ -v90 +v94 diff --git a/buildpacks/buildpack-multi/tests/multi/package.json b/buildpacks/buildpack-multi/tests/multi/package.json index 5ca0f0af7..7d12aaf07 100644 --- a/buildpacks/buildpack-multi/tests/multi/package.json +++ b/buildpacks/buildpack-multi/tests/multi/package.json @@ -2,8 +2,7 @@ "name": "example-nodejs-express", "version": "0.0.1", "engines": { - "node": "0.10.x", - "npm": "1.2.x" + "node": "8.11.2" }, "dependencies": { "express": "3.1.x" diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index ec5e14a1b..1acf8c41e 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v123 +v130 diff --git a/buildpacks/buildpack-nodejs/tests/nodejs-express/package.json b/buildpacks/buildpack-nodejs/tests/nodejs-express/package.json index 5ca0f0af7..7d12aaf07 100644 --- a/buildpacks/buildpack-nodejs/tests/nodejs-express/package.json +++ b/buildpacks/buildpack-nodejs/tests/nodejs-express/package.json @@ -2,8 +2,7 @@ "name": "example-nodejs-express", "version": "0.0.1", "engines": { - "node": "0.10.x", - "npm": "1.2.x" + "node": "8.11.2" }, "dependencies": { "express": "3.1.x" diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index 66be24731..ad3fef87b 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v143 +v145 diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version index e4a180fb6..422e31177 100644 --- a/buildpacks/buildpack-python/buildpack-version +++ b/buildpacks/buildpack-python/buildpack-version @@ -1 +1 @@ -v138 +v144 diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index 90fdf2912..bd80f5c1e 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v190 +v195