Skip to content

Commit

Permalink
Merge pull request #178 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.18
  • Loading branch information
michaelshobbs authored Jul 30, 2016
2 parents 50daab2 + 3921f4f commit 6cbbc72
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.18] - 2016-07-29
### Changed
- @xtian Don't print .release file during build
- @michaelshobbs Update php to version v109
- @michaelshobbs michaelshobbs Update go to version v44
- @michaelshobbs Update scala to version v72


## [0.3.17] - 2016-07-14
### Fixed
- @michaelshobbs set unprivileged user/group to same name and test with this user
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM heroku/cedar:14
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.17/herokuish_0.3.17_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.18/herokuish_0.3.18_linux_x86_64.tgz \
--silent -L | tar -xzC /bin
RUN /bin/herokuish buildpack install \
&& ln -s /bin/herokuish /build \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = herokuish
HARDWARE = $(shell uname -m)
VERSION ?= 0.3.17
VERSION ?= 0.3.18
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v42
v44
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v108
v109
2 changes: 1 addition & 1 deletion buildpacks/buildpack-scala/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v71
v72
1 change: 0 additions & 1 deletion include/buildpack.bash
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ buildpack-execute() {
unprivileged "$selected_path/bin/release" "$build_path" "$cache_path" > "$build_path/.release"
fi
if [[ -f "$build_path/.release" ]]; then
cat "$build_path/.release"
config_vars="$(cat $build_path/.release | yaml-get config_vars)"
if [[ "$config_vars" ]]; then
mkdir -p $build_path/.profile.d
Expand Down

0 comments on commit 6cbbc72

Please sign in to comment.