Skip to content

Commit 5c9573c

Browse files
committed
Release 0.10.3
- #1353 @dokku-bot: Update python to version v267 - #1354 @dokku-bot: Update go to version v200 - #1355 @dependabot: chore(deps): bump flask from 3.0.3 to 3.1.0 in /buildpacks/buildpack-multi/tests/multi - #1356 @dependabot: chore(deps): bump rackup from 2.2.0 to 2.2.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1357 @dependabot: chore(deps): bump flask from 3.0.3 to 3.1.0 in /buildpacks/buildpack-python/tests/python-flask - #1358 @dokku-bot: Update nodejs to version v270 - #1359 @dokku-bot: Update ruby to version v283 - #1361 @dependabot: chore(deps): bump sinatra from 4.0.0 to 4.1.0 in /buildpacks/buildpack-multi/tests/multi - #1362 @dependabot: chore(deps): bump sinatra from 4.0.0 to 4.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1363 @dependabot: chore(deps): bump sinatra from 4.0.0 to 4.1.1 in /buildpacks/buildpack-multi/tests/multi - #1364 @dependabot: chore(deps): bump sinatra from 4.0.0 to 4.1.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1366 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 258 to 259 in /buildpacks/buildpack-php/tests/php - #1367 @dokku-bot: Update ruby to version v285 - #1368 @dokku-bot: Update nodejs to version v272 - #1369 @dokku-bot: Update php to version v259
1 parent a6d7418 commit 5c9573c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
523
## [0.10.2](https://github.com/gliderlabs/herokuish/compare/v0.10.1...v0.10.2) - 2024-11-10
624

725
- #1315 @dokku-bot: Update python to version v257

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REPOSITORY = herokuish
44
DESCRIPTION = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
55
HARDWARE = $(shell uname -m)
66
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
7-
VERSION ?= 0.10.2
7+
VERSION ?= 0.10.3
88
IMAGE_NAME ?= $(NAME)
99
BUILD_TAG ?= dev
1010
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/gliderlabs/herokuish/workflows/CI/badge.svg)](https://github.com/gliderlabs/herokuish/actions?query=workflow%3ACI)
44
[![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)
66

77
A command line tool for emulating Heroku build and runtime tasks in containers.
88

@@ -19,7 +19,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
1919
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:
2020

2121
```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 \
2323
| tar -xzC /bin
2424
```
2525

0 commit comments

Comments
 (0)