File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.10.1] ( https://github.com/gliderlabs/herokuish/compare/v0.10.0...v0.10.1 )  - 2024-09-21 
6+ 
7+ -  #1298   @dokku-bot  : Update php to version v256
8+ -  #1299   @dependabot  : chore(deps-dev): bump heroku/heroku-buildpack-php from 255 to 256 in /buildpacks/buildpack-php/tests/php
9+ -  #1301   @dokku-bot  : Update ruby to version v279
10+ -  #1302   @dokku-bot  : Update nodejs to version v264
11+ -  #1303   @dokku-bot  : Update python to version v256
12+ -  #1306   @dokku-bot  : Update go to version v197
13+ -  #1307   @dependabot  : chore(deps): bump twig/twig from 3.11.0 to 3.11.1 in /buildpacks/buildpack-php/tests/php
14+ -  #1308   @dependabot  : chore(deps): bump express from 4.19.2 to 4.21.0 in /buildpacks/buildpack-multi/tests/multi
15+ -  #1309   @dependabot  : chore(deps): bump express from 4.19.2 to 4.21.0 in /buildpacks/buildpack-nodejs/tests/nodejs-express
16+ -  #1310   @dokku-bot  : Update static to version v26
17+ -  #1311   @dependabot  : chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
18+ -  #1313   @dokku-bot  : Update nodejs to version v265
19+ 
520## [ 0.10.0] ( https://github.com/gliderlabs/herokuish/compare/v0.9.2...v0.10.0 )  - 2024-08-24 
621
722-  #1249   @dokku-bot  : Update nodejs to version v255
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ REPOSITORY = herokuish
44DESCRIPTION  = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
55HARDWARE  = $(shell  uname -m) 
66SYSTEM_NAME   = $(shell  uname -s | tr '[:upper:]' '[:lower:]') 
7- VERSION  ?= 0.10.0 
7+ VERSION  ?= 0.10.1 
88IMAGE_NAME  ?= $(NAME ) 
99BUILD_TAG  ?= dev
1010PACKAGECLOUD_REPOSITORY  ?= dokku/dokku-betafish
Original file line number Diff line number Diff line change 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.0 -blue )] ( https://hub.docker.com/r/gliderlabs/herokuish ) 
5+ [ ![ Docker Hub] ( https://img.shields.io/badge/docker%20hub-v0.10.1 -blue )] ( https://hub.docker.com/r/gliderlabs/herokuish ) 
66
77A 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
1919For 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.0 /herokuish_0.10.0_linux_x86_64 .tgz \
22+ RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.1 /herokuish_0.10.1_linux_x86_64 .tgz \
2323    |  tar -xzC /bin
2424``` 
2525
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments