From af626069dd5db32c9306549085571677eea3da6c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 25 Mar 2015 01:03:51 -0400 Subject: [PATCH] Release 0.3.16 --- HISTORY.md | 48 ++++++++++++++++++++++++++++++++++++++ README.md | 2 +- contrib/dokku-installer.rb | 2 +- docs/installation.md | 2 +- 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5353e30bc..6be8b8bbe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,53 @@ # History +## 0.3.16 + +- #974: @michaelhobbs Don't use set to guard against pipefail +- #975: @michaelhobbs Simplify SSL hostname handling and avoid overwriting variables. refs #971 +- #978: @michaelhobbs Add apparmor and cgroup-lite as pre-dependencies for dokku debian package +- #980: @josegonzalez [docs] Add documentation for pluginhooks +- #981: @josegonzalez Remove old files +- #982: @josegonzalez [docs] Add documentation for existing clients. Closes #977 +- #983: @josegonzalez [docs] Update installation documentation +- #984: @josegonzalez [docs] Clarify installation instructions +- #988: @josegonzalez [docs] Add deprecated plugins section and where to get help +- #989: @josegonzalez [docs] Add more clients +- #986: @josegonzalez Switch to yabawock's static nginx buildpack for tests +- #987: @techniq Improve Dockerfile example/test +- #967: @alessio Really clean-up containers and images a-la-Docker +- #992: @josegonzalez [docs] Fix digital ocean docs. Closes #991 +- #994: @alessio Fix quoting in container termination. Closes #249 +- #996: @pmvieira [docs] Minor typo fix in the pluginhooks documentation +- #1003: @michaelhobbs Remove quoting around cleanup and disable lint for those lines +- #1001: @sekjun9878 [docs] Add sekjun9878/dokku-redis-plugin to plugins.md +- #1004: @michaelhobbs Remove quoting from dockerfile env. closes #1002 +- #1018: @michaelhobbs Confine arg shifting to between dokku and command. closes #1017 +- #1022: @Flink [docs] Add dokku-maintenance to plugins +- #1008: @lmars Support multiple domains using a wildcard TLS certificate +- #1013: @lmars Fix URL schemes in `dokku urls` output +- #1027: @nickstenning [docs] Add webhooks plugin to documentation +- #1026: @michaelhobbs Ensure we have newlines around our config. closes #1025 +- #1010: @michaelhobbs Don't run create/destroy twice in tests +- #1028: @Flink [docs] Add rails-logs to plugins +- #1031: @michaelhobbs Upgrade docker in CI to 1.5.0 +- #1029: @assaf Added several enhancements for CHECKS file: + - Specify how long to wait before running first check + - Specify timeout for each check + - Check specific hosts, e.g. http://signin.example.com + - Check both HTTP and HTTPS resources +- #1032: @cameron-martin Updated dokku-installer to use relative path +- #1035: @Flink [docs] Add dokku-http-auth to plugins +- #1040: @ebeigarts [docs] Add dokku-slack plugin information +- #1038: @michaelhobbs Default container check. closes #1020 +- #1036: @michaelhobbs Create config set/unset without restart. closes #908 +- #1009: @michaelhobbs Extract first port from Dockerfile and set config variable for use in deploy phase. closes #993 +- #1042: @michaelhobbs Update to Support xip.io wildcard DNS as a VHOST +- #1043: @michaelhobbs Use upstart config from docker docs. closes #1015 +- #1047: @michaelhobbs Show logs on deploy success and failure +- #1049: @ebeigarts [docs] Change Slack Notifications link +- #1051: @Flink [docs] Add dokku-airbrake-deploy to plugins +- #1057: @josegonzalez Updated deb packaging + ## 0.3.15 - #950: @michaelhobbs Do not count blank lines in `make count` diff --git a/README.md b/README.md index f736b5358..419d8c46c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S To install the latest stable release, you can run the following command as a user that has access to `sudo`: - wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash + wget -qO- https://raw.github.com/progrium/dokku/v0.3.16/bootstrap.sh | sudo DOKKU_TAG=v0.3.16 bash ### Upgrading diff --git a/contrib/dokku-installer.rb b/contrib/dokku-installer.rb index 4b14c3f2c..2497ad95e 100755 --- a/contrib/dokku-installer.rb +++ b/contrib/dokku-installer.rb @@ -21,7 +21,7 @@ if ARGV[0] == "onboot" exit end -version = "v0.3.15" +version = "v0.3.16" dokku_root = ENV["DOKKU_ROOT"] || "/home/dokku" admin_key = `cat /root/.ssh/authorized_keys`.split("\n").first hostname = `bash -c '[[ $(dig +short $HOSTNAME) ]] && echo $HOSTNAME || curl icanhazip.com'`.strip diff --git a/docs/installation.md b/docs/installation.md index ca0eca8db..270fbe657 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,7 +12,7 @@ To install the latest stable version of dokku, you can run the following bootstr ```shell # This may need to be run twice -wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash +wget -qO- https://raw.github.com/progrium/dokku/v0.3.16/bootstrap.sh | sudo DOKKU_TAG=v0.3.16 bash # Install the web installer. See `Configuring` under # `Advanced Install Customization` if you wish to perform the