Skip to content

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
- #1148 @dokku-bot: Update go to version v189
- #1149 @dokku-bot: Update nodejs to version v238
- #1152 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in /buildpacks/buildpack-java/tests/java-jetty
- #1153 @dependabot: chore(deps): bump rack from 2.2.8.1 to 2.2.9 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1154 @dependabot: chore(deps): bump rack from 3.0.9.1 to 3.0.10 in /buildpacks/buildpack-multi/tests/multi
- #1159 @josegonzalez: chore: update ruby in ci to latest version to fix releases
- #1160 @josegonzalez: Vendor build directory to fix builds
- #1161 @dependabot: chore(deps): bump express from 4.18.3 to 4.19.2 in /buildpacks/buildpack-nodejs/tests/nodejs-express
- #1162 @dependabot: chore(deps): bump express from 4.18.3 to 4.19.2 in /buildpacks/buildpack-multi/tests/multi
- #1167 @dokku-bot: Update nodejs to version v239
- #1168 @dokku-bot: Update python to version v246
- #1169 @dokku-bot: Update nodejs to version v240
  • Loading branch information
josegonzalez committed Mar 28, 2024
1 parent 1b4cd75 commit f5fca81
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

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

## [0.7.4](https://github.com/gliderlabs/herokuish/compare/v0.7.3...v0.7.4) - 2024-04-4
## [0.7.5](https://github.com/gliderlabs/herokuish/compare/v0.7.4...v0.7.5) - 2024-03-28

- #1148 @dokku-bot: Update go to version v189
- #1149 @dokku-bot: Update nodejs to version v238
- #1152 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in /buildpacks/buildpack-java/tests/java-jetty
- #1153 @dependabot: chore(deps): bump rack from 2.2.8.1 to 2.2.9 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1154 @dependabot: chore(deps): bump rack from 3.0.9.1 to 3.0.10 in /buildpacks/buildpack-multi/tests/multi
- #1159 @josegonzalez: chore: update ruby in ci to latest version to fix releases
- #1160 @josegonzalez: Vendor build directory to fix builds
- #1161 @dependabot: chore(deps): bump express from 4.18.3 to 4.19.2 in /buildpacks/buildpack-nodejs/tests/nodejs-express
- #1162 @dependabot: chore(deps): bump express from 4.18.3 to 4.19.2 in /buildpacks/buildpack-multi/tests/multi
- #1167 @dokku-bot: Update nodejs to version v239
- #1168 @dokku-bot: Update python to version v246
- #1169 @dokku-bot: Update nodejs to version v240

## [0.7.4](https://github.com/gliderlabs/herokuish/compare/v0.7.3...v0.7.4) - 2024-03-04

- #1120 @dependabot: chore(deps): bump rack from 3.0.8 to 3.0.9 in /buildpacks/buildpack-multi/tests/multi
- #1121 @dependabot: chore(deps): bump markupsafe from 2.1.4 to 2.1.5 in /buildpacks/buildpack-python/tests/python-flask
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.7.4
VERSION ?= 0.7.5
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.7.4-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.7.5-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.7.4/herokuish_0.7.4_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.7.5/herokuish_0.7.5_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down

0 comments on commit f5fca81

Please sign in to comment.