herokuish

Utility for emulating Heroku build and runtime tasks in containers

MIT License

Stars
1.4K
Committers
55

Bot releases are visible (Hide)

herokuish - v0.4.7

Published by gliderbot over 5 years ago

Changed

  • @michaelshobbs Update go to version v99
  • @michaelshobbs Update php to version v149
  • @michaelshobbs Update ruby to version v198
herokuish - v0.4.6

Published by gliderbot almost 6 years ago

herokuish - v0.4.5

Published by gliderbot almost 6 years ago

herokuish - v0.4.4

Published by gliderbot about 6 years ago

Changed

  • @natanrolnik Remove .git directory deletion upon build pack installation
  • @michaelshobbs Update go to version v90
  • @michaelshobbs Update php to version v143
  • @michaelshobbs Update python to version v138
  • @michaelshobbs Update ruby to version v190
herokuish - v0.4.3

Published by gliderbot over 6 years ago

Changed

  • @webknjaz Upgrade python support to v3.7.0
  • @michaelshobbs Update go to version v89
  • @michaelshobbs Update gradle to version v27
  • @michaelshobbs Update java to version v62
  • @michaelshobbs Update php to version v137
  • @michaelshobbs Update ruby to version v188
  • @michaelshobbs Update scala to version v82
herokuish - v0.4.2

Published by gliderbot over 6 years ago

Changed

  • @peterhellberg Update go to version v87
  • @michaelshobbs Update clojure to version v82
  • @michaelshobbs Update gradle to version v26
  • @michaelshobbs Update java to version v61
  • @michaelshobbs Update php to version v135
  • @michaelshobbs Update python to version v134
  • @michaelshobbs Update ruby to version v183
  • @michaelshobbs Update scala to version v81
herokuish - v0.4.1

Published by gliderbot over 6 years ago

Changed

  • @nolith Update java to version v60
  • @michaelshobbs Update go to version v86
  • @michaelshobbs Update nodejs to version v123
  • @michaelshobbs Update php to version v134
  • @michaelshobbs Update python to version v132
  • @michaelshobbs Update ruby to version v178
herokuish - v0.4.0

Published by gliderbot over 6 years ago

Changed

  • @michaelshobbs pin docker version for local build target
  • @iSDP move base image to heroku16
  • @miyucy Respect STACK envvar
  • @michaelshobbs use newer version of ruby compatible with heroku-16 in test apps

Removed

  • @michaelshobbs remove erlang from buildpack bundle

NOTE: v0.4.0 is now based on heroku-16

herokuish - v0.3.36

Published by gliderbot over 6 years ago

Changed

  • @josegonzalez fix: retrieve only valid process types
  • @michaelshobbs Update ruby to version v174
  • @michaelshobbs Update python to version v124
  • @michaelshobbs Update php to version v132
  • @michaelshobbs Update nodejs to version v121
  • @michaelshobbs Update go to version v85

NOTE: This will be the last version of herokuish based on cedar-14

herokuish - v0.3.35

Published by gliderbot over 6 years ago

herokuish - v0.3.34

Published by gliderbot over 6 years ago

Added

  • @josegonzalez feat: update all installed service dependencies when building the docker image

Changed

  • @josegonzalez Update ruby to version v173
  • @josegonzalez Update python to version v123
  • @josegonzalez Update clojure to version v78
  • @josegonzalez Update gradle to version v25
  • @josegonzalez Update php to version v130
  • @josegonzalez Update static to version v9
  • @michaelshobbs Update go to version v81
  • @michaelshobbs Update java to version v59
  • @michaelshobbs Update nodejs to version v116
herokuish - v0.3.33

Published by gliderbot almost 7 years ago

Changed

  • @miyucy Update ruby version to v170
  • @Shelnutt2 Update go to v78 for go dep support
  • @michaelshobbs Update gradle to version v24
  • @michaelshobbs Update java to version v57
  • @michaelshobbs Update nodejs to version v111
  • @michaelshobbs Update php to version v126
  • @michaelshobbs Update python to version v120
  • @michaelshobbs Update scala to version v79

Added

  • @miyucy Add task to bump up buildpacks version
herokuish - v0.3.32

Published by gliderbot about 7 years ago

Changed

  • @miyucy Update ruby version to v168
  • @miyucy Update nodejs to version v110
  • @michaelshobbs Update clojure to version v77
  • @michaelshobbs Update go to version v72
  • @michaelshobbs Update java to version v53
  • @michaelshobbs Update nodejs to version v99
  • @michaelshobbs Update php to version v122
  • @michaelshobbs Update python to version v99
  • @michaelshobbs Update scala to version v78
  • @michaelshobbs Update gradle to version v23
  • @michaelshobbs exit 1 on incompatible buildpack for buildpack test command
  • @michaelshobbs use image GOPATH as working dir
  • @michaelshobbs use circleci 2.0 machine executor

Added

  • @dzaporozhets Add support for buildpack test command
  • @michaelshobbs add stickler-ci
  • @michaelshobbs add linting and fix lintballs
  • @michaelshobbs add procfile tests
  • @dzaporozhets Update clojure-ring test app to make lein test work
  • @dzaporozhets Add support for testing buildpack test on clojure project
  • @dzaporozhets Add support for testing buildpack test on ruby project
  • @dzaporozhets Add buildpack test to readme and changelog

Removed

  • @michaelshobbs drop grails 2 buildpack per heroku
herokuish - v0.3.31

Published by gliderbot over 7 years ago

Changed

  • @michaelshobbs Update go to version v69
  • @michaelshobbs Update ruby to version v163
  • @michaelshobbs Update java to version v52
  • @michaelshobbs Update gradle to version v22
  • @michaelshobbs use go 1.8.3 in dev
herokuish - v0.3.30

Published by gliderbot over 7 years ago

Fixed

  • @karanthukral Added error handling for when Procfile does not define the process being used

Changed

  • @webknjaz Upgrade python buildpack to v109
  • @michaelshobbs fix python tests with new buildpack
herokuish - v0.3.29

Published by gliderbot over 7 years ago

Fixed

  • @alexquick [build] fix old .env parsing to handle quotes and escapes better cce259c

Changed

  • @michaelshobbs Update ruby to version v159
herokuish - v0.3.28

Published by gliderbot over 7 years ago

Fixed

  • @dmgr bugfix: curl may fail to fetch not quoted url if behind proxy

Changed

  • @rvalyi doc: proper reference to Heroku Cedar base image
  • @michaelshobbs Update go to version v64
  • @michaelshobbs Update nodejs to version v99
  • @michaelshobbs Update php to version v121
  • @michaelshobbs Update ruby to version v158
herokuish - v0.3.27

Published by gliderbot over 7 years ago

Changed

  • @michaelshobbs Update ruby to version v155
herokuish - v0.3.26

Published by gliderbot over 7 years ago

Changed

  • @wfarr Update go buildpack to v62
  • @michaelshobbs Update java to version v51
  • @michaelshobbs Update php to version v120
  • @michaelshobbs Update python to version v99
  • @michaelshobbs Update scala to version v76
herokuish - v0.3.25

Published by gliderbot over 7 years ago

Changed

  • @fjorgemota Update buildpack-php to v119
  • @michaelshobbs Update clojure to version v76
  • @michaelshobbs Update go to version v60
  • @michaelshobbs Update gradle to version v21
  • @michaelshobbs Update nodejs to version v98
  • @michaelshobbs Update ruby to version v153
  • @michaelshobbs Update scala to version v75
  • @michaelshobbs Update java to version v50
Package Rankings
Top 4.7% on Proxy.golang.org
Badges
Extracted from project README
Build Status IRC Channel Docker Hub