All Versions
224
Latest Version
Avg Release Cycle
18 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v0.18.3 Changes
August 22, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.3/bootstrap.sh sudo DOKKU_TAG=v0.18.3 bash bootstrap.sh
🐛 Bug Fixes
- 🚀 #3660: @josegonzalez Trigger builder-release for dockerfile correctly
- #3655: @znz Fix filename of sshcommand tarball
- #3648: @josegonzalez Copy the deb file before creating the image
🆕 New Features
- #3656: @josegonzalez Allow users to customize the container start command
- 🏗 #3657: @josegonzalez Show error message when docker-related build commands fail
- ⚡️ #3654: @josegonzalez Update herokuish to 0.5.3
📚 Documentation
- #3652: @josegonzalez Correct issue in inspect call for issue template
-
v0.18.2 Changes
August 13, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.2/bootstrap.sh sudo DOKKU_TAG=v0.18.2 bash bootstrap.sh
🆕 New Features
- #3645: @josegonzalez Use version in DOKKU_LIB_ROOT
- 🔨 #3644: @josegonzalez Refactor temp file handling
- 🚀 #3643: @josegonzalez Quiet deploy output
- #3641: @josegonzalez Pass SOURCECODE_WORK_DIR to build-buildpack triggers
- 📦 #3639: @josegonzalez Refer to upstream sshcommand package
📚 Documentation
- 📄 #3642: @josegonzalez Correct issue with label change in docs
- #3640: @josegonzalez Add missing popd to post-extract example
-
v0.18.1 Changes
August 10, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.1/bootstrap.sh sudo DOKKU_TAG=v0.18.1 bash bootstrap.sh
🆕 New Features
- #3636: @josegonzalez Unify deb and rpm creation code
- ⬆️ #3635: @josegonzalez Upgrade herokuish to 0.5.2
-
v0.18.0 Changes
August 07, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.0/bootstrap.sh sudo DOKKU\_TAG=v0.18.0 bash bootstrap.sh
🐛 Bug Fixes
- 🔀 #3627: @josegonzalez Make image removal synchronous
- #3618: @josegonzalez Ensure the dokku-retire timer is properly installed
- #3614: @alexquick Validate args for config:set and config:unset
- #3605: @josegonzalez Handle case where there are empty newlines in the authorized_keys file
- #3603: @josegonzalez Drop extra % sign in common.LogVerboseQuiet
- 0️⃣ #3597: @josegonzalez Allow default trace function to work
🆕 New Features
- #3628: @josegonzalez Handle file copying in a secure and reliable fashion
- ⚠ #3630: @josegonzalez Fix issue where push warning on bad branch was skipped
- #3629: @josegonzalez Avoid calling the user-auth trigger where possible
- 🏗 #3626: @josegonzalez Builder plugins
- 🐳 #3599: @josegonzalez Scope docker-cleanup to specific app
- 🐳 #3589: @michaelshobbs Allow running Dokku in Docker
- #3607: @josegonzalez Purge cache using herokuish image
- #3602: @alexymik Create a 502 error page to automatically refresh if backend status changes
- 🔨 #3600: @josegonzalez Refactor IsImageHerokuishBased to match shell version
📚 Documentation
- 🚚 #3625: @josegonzalez Remove old reference to SPONSORS.md
- 🔌 #3619: @josegonzalez Cleanup plugin creation docs
- ✅ #3612: @jayjun Improve testing docs
- #3613: @Lyelt Remove all uses of proxy_set_header Connection "upgrade"
- 🔌 #3596: @josegonzalez Add missing hooks to events plugin and plugin triggers docs
✅ Tests
-
v0.17.9 Changes
June 18, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.9/bootstrap.sh sudo DOKKU\_TAG=v0.17.9 bash bootstrap.sh
🐛 Bug Fixes
- #3593: @JakeAngell Fix nginx template for https in "Connection" header
📚 Documentation
- #3595: @josegonzalez Drop extra help output for trace
-
v0.17.8 Changes
June 18, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.8/bootstrap.sh sudo DOKKU\_TAG=v0.17.8 bash bootstrap.sh
🐛 Bug Fixes
🆕 New Features
- #3587: @josegonzalez feat: drop make and gcc as dependencies
-
v0.17.7 Changes
June 11, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.7/bootstrap.sh sudo DOKKU\_TAG=v0.17.7 bash bootstrap.sh
🆕 New Features
- 🔌 #3586: @josegonzalez ps plugin parallel usage cleanup
📚 Documentation
- 📚 #3584: @josegonzalez Fix no-install-recommends documentation
Other
-
v0.17.6 Changes
June 11, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.6/bootstrap.sh sudo DOKKU\_TAG=v0.17.6 bash bootstrap.sh
🆕 New Features
- #3578: @josegonzalez Allow omitting resource args by setting DOKKU_OMIT_RESOURCE_ARGS
-
v0.17.5 Changes
May 29, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.5/bootstrap.sh sudo DOKKU\_TAG=v0.17.5 bash bootstrap.sh
🆕 New Features
- 🐳 #3576: @josegonzalez Allow setting DOCKER_BIN path for docker execution
-
v0.17.4 Changes
May 29, 2019⚡️ Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.4/bootstrap.sh sudo DOKKU\_TAG=v0.17.4 bash bootstrap.sh
🆕 New Features
- ⏱ #3575: @josegonzalez Add a way to cleanup apps for specific schedulers