All Versions
224
Latest Version
Avg Release Cycle
18 days
Latest Release
-
Changelog History
Page 23
Changelog History
Page 23
-
v0.3.1 Changes
- โก๏ธ 647b2157: @josegonzalez Update HISTORY.md for 0.3.0
- ๐ #359: @plietar Remove plugins before copying them again
- #573: @eriknomitch Use command instead of which for apt-get existential check in bootstrap.sh
- ๐ #579: @motin Plugin nginx-vhosts includes files in folder nginx.conf.d
- 0๏ธโฃ #607: @fbochu Use PLUGIN_PATH in dokku default case
- #617: @markstos Document what bootstrap.sh is doing
- #758: @josegonzalez Make ENV file readable only from dokku user. Closes #621
- #699: @tombell Actually suppress the output from
git_archive_all
- #702: @jazzzz Allows config:set to set parameters values with spaces
- ๐ #754: @josegonzalez Remove all references to Ubuntu 12.04. Refs #238
- #755: @josegonzalez Setup dokku-installer within Vagrant VM on first provision
- ๐ #759: @josegonzalez Create an
apps
core plugin - #760: @josegonzalez Formatting
- #761: @josegonzalez Add dokku-registry to list. Closes #716
- โก๏ธ #762: @josegonzalez Update template for dokku docs
-
v0.3.0 Changes
- โ Added git submodules support
- 969aed87: @jfrazelle Fix double brackets issue in nginx-vhosts install
- 42fee25f: @rhy-jot Mention 14.04 & 12.10 sunset
- โก๏ธ 4f5fc586: @rhy-jot Update cipher list
- #276: @wingrunr21 Add dependencies hook
- #476: @joliv Added man page entry
- ๐ #522: @wingrunr21 Improve SSL support and implement SPDY
- #544: @jfrazelle if dokku.conf has not been created, create it
- #555: @jakubholynet Readme fix, Env vars only set at run time
- ๐ #562: @assaf Zero down-time deploy and server checks
- ๐ #571: @joliv Added man page plugin command #601: @jazzzz Restart app only if config changed
- โก๏ธ #628: @voronianski Update Vagrant box to trusty because of raring server issues
- ๐ณ #632: @jazzzz Fixed port when docker is start with --ip with an IP other than 0.0.0.0
- ๐ #654: @cameron-martin Fixed variable name for RESTART
- ๐ #664: @alexernst Don't overwrite $APP/URL modified by plugins in post-deploy hook
- #665: @protomouse Explicitly install man-db
- #698: @tombell Help output formatting
- #701: @jazzzz Fix issues with single-letter config:set usage
- #703: @jazzzz Display help when invoking dokku with no parameter
- ๐ #706: @josegonzalez Consolidate documentation on viewthedocs
- ๐ #709: @rinti Grammar and spelling fixes
- #708: @josegonzalez Simplify vagrant workflow
- ๐ #717: @kristofsajdak Add dokku-registry to plugin list
- #718: @Coaxial Use https for installation instructions
- ๐ #721: @wrboyce Fix issue in plugins-install-dependencies
- ๐ #723: @ghostbar Let users know they are starting buildstep during installation
- ๐ #735: @andrewsomething Redirect to the app deployment docs on success.
- #745: @rcarmo Typo
- #746: @vincentfretin replace gitreceive by sshcommand in example url
- #748: @vincentfretin Link to proper blog url
- #749: @vincentfretin Fix app certificate directory in backup-import/export
- ๐ #750: @th4t Remove unintended phrase repetition in installation.md
-
v0.2.0 Changes
November 24, 2013- โ 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
-
v0.1.0 Changes
June 15, 2013- First release
- Bootstrap script for Ubuntu system
- Basic push / deploy with git
- Hostname support with Nginx
- Support for Java, Ruby, Node.js buildpacks
- First release