diff --git a/HISTORY.md b/HISTORY.md index 740494db5..3630cba1c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,34 @@ # History +## 0.4.14 + +Hah you got us. We have to ship another 0.4.x release to fix issues with +running commands via `dokku run`. For quite a few releases, we've been +ignoring the `--rm` flag, meaning containers were lying around if you were +using `dokku run` in cron. This release fixes it, and is important enough +to warrant a 0.4.x release. + +Thanks to all the contributors who helped with this release! + +### Bug Fixes + + #1888: @u2mejc Remove broken symlinks when using copyfiles + #1887: @u2mejc Fix :help hangs for certs, enter, tags, tar + #1901: @josegonzalez Add shebang to config/functions so editors see it as a shell script + #1907: @michaelshobbs Fix dokku run --rm regression + #1911: @2mia Add support for github url patterns when installing plugins + #1912: @mattberther Pass -i -t to docker exec only if tty present + #1923: @michaelshobbs Fix typo in generate_scale_file() + +### Documentation + + #1882: @josegonzalez Add a note to warn users to peg to specific versions of buildpacks + #1883: @michaelshobbs Show plugn version when listing plugins + #1900: @josegonzalez Upgrade our CoC to 1.4 of the Contributor Covenant + #1913: @michaelshobbs document appropriate crontab usage + #1921: @josegonzalez Create ISSUE_TEMPLATE.md + #1922: @josegonzalez Link to our new ISSUE_TEMPLATE.md + ## 0.4.13 We lied. *This* is the final 0.4.x release. This specific release fixes support for bash `4.2`, which may be the only bash version available for certain testing environments. diff --git a/README.md b/README.md index 4f6c252a4..c5c791c25 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S To install the latest stable release, you can run the following commands as a user that has access to `sudo`: - wget https://raw.githubusercontent.com/dokku/dokku/v0.4.13/bootstrap.sh - sudo DOKKU_TAG=v0.4.13 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh + sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index 653d92479..e952f636c 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.4.13' +VERSION = 'v0.4.14' hostname = '' try: diff --git a/debian/control b/debian/control index f5c03adc3..b511f4ea3 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.4.13 +Version: 0.4.14 Section: web Priority: optional Architecture: amd64 diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index f1b01d6aa..6dccbad83 100644 --- a/docs/assets/favicons/browserconfig.xml +++ b/docs/assets/favicons/browserconfig.xml @@ -2,10 +2,10 @@ - - - - + + + + #da532c diff --git a/docs/assets/favicons/manifest.json b/docs/assets/favicons/manifest.json index 737042236..987fbf26c 100644 --- a/docs/assets/favicons/manifest.json +++ b/docs/assets/favicons/manifest.json @@ -2,37 +2,37 @@ "name": "Dokku", "icons": [ { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.13\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.14\/docs\/assets\/favicons\/android-chrome-192x192.png", "sizes": "192x192", "type": "image\/png", "density": "4.0" diff --git a/docs/assets/style.css b/docs/assets/style.css index 5b5124621..b2e3a8477 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -25,7 +25,7 @@ h1 { padding: 0 0 0 1em; } .header a { - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.13/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.14/docs/assets/dokku.png); color: #fff; text-indent: 40px; background-position: center left; @@ -40,7 +40,7 @@ h1 { .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.13/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.14/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/home.html b/docs/home.html index 460e400c2..a690b5207 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,26 +10,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + @@ -87,12 +87,12 @@

~ $ - wget https://raw.githubusercontent.com/dokku/dokku/v0.4.13/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh

~ $ - sudo DOKKU_TAG=v0.4.13 bash bootstrap.sh + sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh

# => Go to your server's IP and follow the web installer diff --git a/docs/index.md b/docs/index.md index 5fac75460..9376592a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,12 +15,12 @@

~ $ - wget https://raw.githubusercontent.com/dokku/dokku/v0.4.13/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh

~ $ - sudo DOKKU_TAG=v0.4.13 bash bootstrap.sh + sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh

# => Go to your server's IP and follow the web installer diff --git a/docs/installation.md b/docs/installation.md index f5ff475de..accda12ba 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,8 +19,8 @@ To install the latest stable version of dokku, you can run the following shell c ```shell # installs dokku via apt-get -wget https://raw.githubusercontent.com/dokku/dokku/v0.4.13/bootstrap.sh -sudo DOKKU_TAG=v0.4.13 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh +sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh ``` The installation process takes about 5-10 minutes, depending upon internet connection speed. diff --git a/docs/template.html b/docs/template.html index c069fd341..9e4f485d5 100644 --- a/docs/template.html +++ b/docs/template.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +