mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
27 lines
758 B
Markdown
27 lines
758 B
Markdown
# History
|
|
|
|
## 0.2.0 (in progress)
|
|
|
|
* Added DOKKU_TRACE variable for verbose trace information
|
|
* Added an installer (for pre-built images)
|
|
* Application config (environment variable management)
|
|
* Backup/import plugin
|
|
* Basic hooks/plugin system
|
|
* Cache dir is preserved across builds
|
|
* Command to delete an application
|
|
* Exposed commands over SSH using sshcommand
|
|
* Git handling is moved to a plugin
|
|
* Integration test coverage
|
|
* Pulled nginx vhosts out into plugin
|
|
* Run command
|
|
* Separated dokku and buildstep more cleanly
|
|
* Uses latest version of Docker again
|
|
|
|
## 0.1.0 (2013-06-15)
|
|
|
|
* First release
|
|
* Bootstrap script for Ubuntu system
|
|
* Basic push / deploy with git
|
|
* Hostname support with Nginx
|
|
* Support for Java, Ruby, Node.js buildpacks
|