2013-06-15 15:10:21 -07:00
|
|
|
# History
|
|
|
|
|
|
2013-10-21 18:27:47 -07:00
|
|
|
## 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)
|
2013-10-21 18:27:47 -07:00
|
|
|
* Application config (environment variable management)
|
2013-11-20 23:43:00 +01:00
|
|
|
* Backup/import plugin
|
2013-10-21 18:27:47 -07:00
|
|
|
* Basic hooks/plugin system
|
2013-11-20 23:43:00 +01:00
|
|
|
* Cache dir is preserved across builds
|
|
|
|
|
* Command to delete an application
|
2013-10-21 18:27:47 -07:00
|
|
|
* Exposed commands over SSH using sshcommand
|
2013-11-20 23:43:00 +01:00
|
|
|
* Git handling is moved to a plugin
|
2013-10-21 18:27:47 -07:00
|
|
|
* 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
|
2013-10-28 08:54:04 +01:00
|
|
|
* Support for Java, Ruby, Node.js buildpacks
|