Files
dokku/HISTORY.md

27 lines
758 B
Markdown
Raw Normal View History

2013-06-15 15:10:21 -07:00
# History
## 0.2.0 (in progress)
2013-11-20 23:43:00 +01:00
* Added DOKKU_TRACE variable for verbose trace information
* Added an installer (for pre-built images)
* Application config (environment variable management)
2013-11-20 23:43:00 +01:00
* Backup/import plugin
* Basic hooks/plugin system
2013-11-20 23:43:00 +01:00
* Cache dir is preserved across builds
* Command to delete an application
* Exposed commands over SSH using sshcommand
2013-11-20 23:43:00 +01:00
* 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
2013-06-15 15:10:21 -07:00
## 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