Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
- #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
  • Loading branch information
josegonzalez committed Nov 24, 2024
1 parent a6d7418 commit 5c9573c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.10.3](https://github.com/gliderlabs/herokuish/compare/v0.10.2...v0.10.3) - 2024-11-24

- #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

## [0.10.2](https://github.com/gliderlabs/herokuish/compare/v0.10.1...v0.10.2) - 2024-11-10

- #1315 @dokku-bot: Update python to version v257
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REPOSITORY = herokuish
DESCRIPTION = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
VERSION ?= 0.10.2
VERSION ?= 0.10.3
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/gliderlabs/herokuish/workflows/CI/badge.svg)](https://github.com/gliderlabs/herokuish/actions?query=workflow%3ACI)
[![IRC Channel](https://img.shields.io/badge/irc-%23gliderlabs-blue.svg)](https://kiwiirc.com/client/irc.freenode.net/#gliderlabs)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.10.2-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.10.3-blue)](https://hub.docker.com/r/gliderlabs/herokuish)

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

Expand All @@ -19,7 +19,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:

```shell
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.2/herokuish_0.10.2_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.3/herokuish_0.10.3_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down

0 comments on commit 5c9573c

Please sign in to comment.