File tree 13 files changed +51
-27
lines changed
buildpack-multi/tests/multi
13 files changed +51
-27
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.10.3] ( https://github.com/gliderlabs/herokuish/compare/v0.10.2...v0.10.3 ) - 2024-11-24
6
+
7
+ - #1353 @dokku-bot : Update python to version v267
8
+ - #1354 @dokku-bot : Update go to version v200
9
+ - #1355 @dependabot : chore(deps): bump flask from 3.0.3 to 3.1.0 in /buildpacks/buildpack-multi/tests/multi
10
+ - #1356 @dependabot : chore(deps): bump rackup from 2.2.0 to 2.2.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
11
+ - #1357 @dependabot : chore(deps): bump flask from 3.0.3 to 3.1.0 in /buildpacks/buildpack-python/tests/python-flask
12
+ - #1358 @dokku-bot : Update nodejs to version v270
13
+ - #1359 @dokku-bot : Update ruby to version v283
14
+ - #1361 @dependabot : chore(deps): bump sinatra from 4.0.0 to 4.1.0 in /buildpacks/buildpack-multi/tests/multi
15
+ - #1362 @dependabot : chore(deps): bump sinatra from 4.0.0 to 4.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
16
+ - #1363 @dependabot : chore(deps): bump sinatra from 4.0.0 to 4.1.1 in /buildpacks/buildpack-multi/tests/multi
17
+ - #1364 @dependabot : chore(deps): bump sinatra from 4.0.0 to 4.1.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
18
+ - #1366 @dependabot : chore(deps-dev): bump heroku/heroku-buildpack-php from 258 to 259 in /buildpacks/buildpack-php/tests/php
19
+ - #1367 @dokku-bot : Update ruby to version v285
20
+ - #1368 @dokku-bot : Update nodejs to version v272
21
+ - #1369 @dokku-bot : Update php to version v259
22
+
5
23
## [ 0.10.2] ( https://github.com/gliderlabs/herokuish/compare/v0.10.1...v0.10.2 ) - 2024-11-10
6
24
7
25
- #1315 @dokku-bot : Update python to version v257
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ REPOSITORY = herokuish
4
4
DESCRIPTION = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
5
5
HARDWARE = $(shell uname -m)
6
6
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
7
- VERSION ?= 0.10.2
7
+ VERSION ?= 0.10.3
8
8
IMAGE_NAME ?= $(NAME )
9
9
BUILD_TAG ?= dev
10
10
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://github.com/gliderlabs/herokuish/workflows/CI/badge.svg )] ( https://github.com/gliderlabs/herokuish/actions?query=workflow%3ACI )
4
4
[ ![ IRC Channel] ( https://img.shields.io/badge/irc-%23gliderlabs-blue.svg )] ( https://kiwiirc.com/client/irc.freenode.net/#gliderlabs )
5
- [ ![ Docker Hub] ( https://img.shields.io/badge/docker%20hub-v0.10.2 -blue )] ( https://hub.docker.com/r/gliderlabs/herokuish )
5
+ [ ![ Docker Hub] ( https://img.shields.io/badge/docker%20hub-v0.10.3 -blue )] ( https://hub.docker.com/r/gliderlabs/herokuish )
6
6
7
7
A command line tool for emulating Heroku build and runtime tasks in containers.
8
8
@@ -19,7 +19,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
19
19
For example, you can do this directly in your Dockerfiles installing into ` /bin ` as one step:
20
20
21
21
``` shell
22
- RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.2 /herokuish_0.10.2_linux_x86_64 .tgz \
22
+ RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.3 /herokuish_0.10.3_linux_x86_64 .tgz \
23
23
| tar -xzC /bin
24
24
```
25
25
Original file line number Diff line number Diff line change 1
- v198
1
+ v200
Original file line number Diff line number Diff line change 2
2
remote: http://rubygems.org/
3
3
specs:
4
4
base64 (0.2.0 )
5
- mustermann (3.0.0 )
5
+ logger (1.6.1 )
6
+ mustermann (3.0.3 )
6
7
ruby2_keywords (~> 0.0.1 )
7
8
rack (3.1.8 )
8
- rack-protection (4.0.0 )
9
+ rack-protection (4.1.1 )
9
10
base64 (>= 0.1.0 )
11
+ logger (>= 1.6.0 )
10
12
rack (>= 3.0.0 , < 4 )
11
13
rack-session (2.0.0 )
12
14
rack (>= 3.0.0 )
13
15
ruby2_keywords (0.0.5 )
14
- sinatra (4.0.0 )
16
+ sinatra (4.1.1 )
17
+ logger (>= 1.6.0 )
15
18
mustermann (~> 3.0 )
16
19
rack (>= 3.0.0 , < 4 )
17
- rack-protection (= 4.0.0 )
20
+ rack-protection (= 4.1.1 )
18
21
rack-session (>= 2.0.0 , < 3 )
19
22
tilt (~> 2.0 )
20
- tilt (2.3 .0 )
23
+ tilt (2.4 .0 )
21
24
22
25
PLATFORMS
23
26
ruby
Original file line number Diff line number Diff line change 1
- Flask == 3.0.3
1
+ Flask == 3.1.0
2
2
Jinja2 == 3.1.4
3
3
gunicorn == 23.0.0
4
4
markupsafe == 3.0.2
Original file line number Diff line number Diff line change 1
- v269
1
+ v273
Original file line number Diff line number Diff line change 1
- v258
1
+ v259
Original file line number Diff line number Diff line change 1
- v266
1
+ v267
Original file line number Diff line number Diff line change 1
- Flask == 3.0.3
1
+ Flask == 3.1.0
2
2
Jinja2 == 3.1.4
3
3
gunicorn == 23.0.0
4
4
markupsafe == 3.0.2
Original file line number Diff line number Diff line change 1
- v282
1
+ v285
Original file line number Diff line number Diff line change 2
2
remote: http://rubygems.org/
3
3
specs:
4
4
base64 (0.2.0 )
5
- mustermann (3.0.0 )
5
+ logger (1.6.1 )
6
+ mustermann (3.0.3 )
6
7
ruby2_keywords (~> 0.0.1 )
7
8
nio4r (2.7.3 )
8
9
power_assert (2.0.3 )
9
10
puma (6.4.3 )
10
11
nio4r (~> 2.0 )
11
12
rack (3.1.8 )
12
- rack-protection (4.0.0 )
13
+ rack-protection (4.1.1 )
13
14
base64 (>= 0.1.0 )
15
+ logger (>= 1.6.0 )
14
16
rack (>= 3.0.0 , < 4 )
15
17
rack-session (2.0.0 )
16
18
rack (>= 3.0.0 )
17
19
rack-test (2.1.0 )
18
20
rack (>= 1.3 )
19
- rackup (2.2.0 )
21
+ rackup (2.2.1 )
20
22
rack (>= 3 )
21
23
rake (13.2.1 )
22
24
ruby2_keywords (0.0.5 )
23
- sinatra (4.0.0 )
25
+ sinatra (4.1.1 )
26
+ logger (>= 1.6.0 )
24
27
mustermann (~> 3.0 )
25
28
rack (>= 3.0.0 , < 4 )
26
- rack-protection (= 4.0.0 )
29
+ rack-protection (= 4.1.1 )
27
30
rack-session (>= 2.0.0 , < 3 )
28
31
tilt (~> 2.0 )
29
32
test-unit (3.6.2 )
30
33
power_assert
31
- tilt (2.3 .0 )
34
+ tilt (2.4 .0 )
32
35
33
36
PLATFORMS
34
37
ruby
You can’t perform that action at this time.
0 commit comments