All Versions
224
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 22

  • v0.3.11 Changes

    • โœ… #821: @michaelshobbs use wercker for automated testing
    • ๐Ÿšš #833: @michaelshobbs auto remove the cache dir cleanup container
    • #835: @michaelshobbs make sure we match the specific string in VHOST
    • ๐Ÿ— #838: @michaelshobbs quote build_env vars to allow for spaces in config
    • ๐Ÿ— #839: @michaelshobbs notify irc on builds
    • ๐Ÿ— #844: @michaelshobbs build app urls based on wildcard ssl or app ssl
  • v0.3.10 Changes

    • ๐Ÿ”Œ #783: @josegonzalez New domains plugin and nginx extension
    • #818: @michaelshobbs rebuild nginx config on domain change
    • #827: @michaelshobbs Handle IP only access
    • #828: @michaelshobbs Display the port for an app when falling back to the ip address
  • v0.3.9 Changes

    • ๐Ÿ”Œ #787: @josegonzalez/@michaelshobbs Official user-env-compile plugin
      • Uses ENV and APP/ENV files
      • Supports old BUILD_ENV files (which are likely in wide-use)
      • Allows user's to override globals with app-specific configuration
      • Migrate $DOKKU_ROOT/BUILD_ENV to $DOKKU_ROOT/ENV if the former exists and the latter does not
      • Drop BUILD_ENV support in favor of just ENV via a mv command
      • Add default ENV with CURL_TIMEOUT and CURL_CONNECT_TIMEOUT
    • #811: @abossard Increased server_names_hash_bucket_size in nginx.conf to 512
    • #814: @josegonzalez Source files in $DOKKU_ROOT/.dokkurc directory and add dokku trace command
    • ๐Ÿ“š #816: @josegonzalez Add documentation for user-env feature
  • v0.3.8 Changes

    • ๐Ÿ“š #796: @josegonzalez Better vagrant documentation
    • โฌ†๏ธ #801: @joelvh Point users to upgrade guides
    • ๐Ÿ›  #805: @ademuk Fixed import-ssl server.crt/key check
    • #806: @josegonzalez Dokku pushes now happen as the dokku user, not git. Refs #796
    • #807: @josegonzalez Write proper nginx conf upon installation. Closes #799
    • #808: @josegonzalez Ensure makefiles are properly formatted
  • v0.3.7 Changes

    • ๐Ÿ”Œ #788: @mmerickel fix apps plugin issues in 0.3.6
    • #789: @mmerickel do not output message when creating ENV file
  • v0.3.6 Changes

    • #782: @josegonzalez Simplified config checking
    • #785: @lsde fix missing semicolon in nginx config
  • v0.3.5 Changes

    • #784: @josegonzalez Fix NO_VHOST check
  • v0.3.4 Changes

    • #780: @josegonzalez Output error message when a command is not found. Closes #778
    • ๐Ÿ— #781: @michaelshobbs use DOKKU_IMAGE (i.e. progrium/buildstep)
  • v0.3.3 Changes

    • #659: @Xe contrib: add dokku client shell script
    • โšก๏ธ #669 @ohardy Handle dokku plugins-update command
    • ๐Ÿ‘ #722: @wrboyce Add git pull support with git-pre-pull and git-post-pull hooks
    • ๐Ÿ‘ #751: @tboerger Partial openSUSE support
    • โšก๏ธ #776: @joliv Update man page for new commands
    • ๐Ÿ”Œ #777: @tboerger Use PLUGINS_PATH env var and persist environment when running dokku with sudo
    • #779: @josegonzalez Minor bash formatting changes
  • v0.3.2 Changes

    • #675: @michaelshobbs port wait-to-retire from broadly/dokku
    • #765: @josegonzalez Ignore tls directory when listing apps
    • #766: @josegonzalez Sort output of apps command
    • โšก๏ธ #771: @josegonzalez Doc updates
    • #518 #772: @nickl- Import ssl certificates
    • ๐Ÿ‘ #773: @alex-sherwin Support a way to not create nginx vhost
    • ๐Ÿ”Œ #774: @josegonzalez Add the ability to customize an app's hostname using nginx-hostname pluginhook