File tree 9 files changed +18
-9
lines changed
9 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
13
+ ## [ 0.4.9] - 2019-03-07
14
+ ### Changed
15
+ - @tnir Update go to version v102 to support Go 1.12
16
+ - @michaelshobbs Update java to version v63
17
+ - @michaelshobbs Update nodejs to version v139
18
+ - @michaelshobbs Update python to version v149
19
+ - @michaelshobbs Update ruby to version v199
20
+
13
21
## [ 0.4.8] - 2019-02-15
14
22
### Changed
15
23
- @nbyl Update gradle buildpack to v28
@@ -537,7 +545,8 @@ All notable changes to this project will be documented in this file.
537
545
- User for ` buildpack-build ` is ` $USER ` or randomized
538
546
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
539
547
540
- [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.4.8...HEAD
548
+ [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.4.9...HEAD
549
+ [ 0.4.9 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.8...v0.4.9
541
550
[ 0.4.8 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.7...v0.4.8
542
551
[ 0.4.7 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.6...v0.4.7
543
552
[ 0.4.6 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.5...v0.4.6
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update -qq \
11
11
dist-upgrade \
12
12
&& apt-get clean \
13
13
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* /var/tmp/*
14
- RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.8 /herokuish_0.4.8_linux_x86_64 .tgz" \
14
+ RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.9 /herokuish_0.4.9_linux_x86_64 .tgz" \
15
15
--silent -L | tar -xzC /bin
16
16
RUN /bin/herokuish buildpack install \
17
17
&& ln -s /bin/herokuish /build \
Original file line number Diff line number Diff line change 1
1
NAME = herokuish
2
2
HARDWARE = $(shell uname -m)
3
- VERSION ?= 0.4.8
3
+ VERSION ?= 0.4.9
4
4
IMAGE_NAME ?= $(NAME )
5
5
BUILD_TAG ?= dev
6
6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
18
18
For example, you can do this directly in your Dockerfiles installing into ` /bin ` as one step:
19
19
20
20
```
21
- RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.8 /herokuish_0.4.8_linux_x86_64 .tgz \
21
+ RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.9 /herokuish_0.4.9_linux_x86_64 .tgz \
22
22
| tar -xzC /bin
23
23
```
24
24
Original file line number Diff line number Diff line change 1
- v100
1
+ v102
Original file line number Diff line number Diff line change 1
- v62
1
+ v63
Original file line number Diff line number Diff line change 1
- v137
1
+ v139
Original file line number Diff line number Diff line change 1
- v147
1
+ v149
Original file line number Diff line number Diff line change 1
- v198
1
+ v199
You can’t perform that action at this time.
0 commit comments