Tags: Qurus/dokku
Tags
Release 0.11.6 # History ## 0.11.6 ### Bug Fixes - dokku#3091: @josegonzalez Properly trigger tar-based deploys on git-deployed repositories - dokku#3076: @Kjwon15 Prune worktree after build - dokku#3090: @josegonzalez Ensure all plugin triggers have docs and events integration - dokku#3089: @josegonzalez Use a longer password for self-signed certificates ### New Features - dokku#2950: @adelq Add configuration option to disable automatic app creation - dokku#3093: @josegonzalez Add subcommands to allow app locking and unlocking - dokku#3092: @josegonzalez Add support for configuring the app shell ### Documentation - dokku#3096: @josegonzalez docs: Document how to check on a running dokku-installer
Release 0.11.5 # History ## 0.11.5 ### Bug Fixes - dokku#3088: @josegonzalez Silence port retrieval stderr - dokku#3086: @josegonzalez Fix help output for golang plugins - dokku#3079: @josegonzalez Move container status exclusively to ps plugin ### New Features - dokku#3085: @josegonzalez Add support for checking if an application exists - dokku#3032: @josegonzalez Add support for arbitrary ubuntu versions - dokku#3074: @josegonzalez Add the ability to disable ANSI prefixes via DOKKU_DISABLE_ANSI_PREFIX_REMOVAL - dokku#3083: @josegonzalez Source /etc/defaults/dokku if available ### Documentation - dokku#2958: @silverfix Add tutorial for running Dokku on an external volume - dokku#3082: @josegonzalez Switch from Gratipay to Patreon - dokku#3081: @josegonzalez Add docs for switching between deployment methodologies
Release 0.11.4 # History ## 0.11.4 ### Bug Fixes - dokku#3071: @josegonzalez Do not grab restart policies if the deploy phase cannot be read - dokku#3065: @josegonzalez Check if dokkurc files are readable before attempting to source - dokku#3066: @josegonzalez Validate that all application names are valid domain names - dokku#3052: @alexquick Remove bad config keys on load from app/global envfiles ### New Features - dokku#3073: @josegonzalez Add support for rhel - dokku#3039: @josegonzalez Enhance security-related upgrade process - dokku#3038: @shrmnk Add ps:stopall subcommand - dokku#3055: @michaelshobbs Update to herokuish v0.3.34 - dokku#3045: @jcrben Remove nginx configuration files on debian purge ### Documentation - dokku#3072: @josegonzalez Remove all references to VHOST files from documentation - dokku#3069: @josegonzalez Remove potentially bad nginx template examples - dokku#3059: @lwm Add note for runtime host configuration for checks. - dokku#3041: @jcrben Point to unattended install instructions - dokku#3053: @mimischi Add plugin to manage Dockerfile location to documentation - dokku#3062: @shannara Change help run command be more explicit - dokku#3034: @znz Fix a typo in golang config.go source - dokku#3061: @tomdyson Fix plugin-triggers docs typo - dokku#3056: @raine Fix typo in config help output - dokku#3044: @takuti Fix links to port-management - dokku#3042: @josegonzalez Improve documentation around port handling.
Release 0.11.3 # History ## 0.11.3 ### Bug Fixes - dokku#3031: @josegonzalez fix: ensure we respect DOKKU_DEPLOY_BRANCH when rebuilding applications ### New Features - dokku#3028: @josegonzalez Ensure parallel runs properly for non-restorable apps and moreutils parallel - dokku#3030: @josegonzalez feat: allow changing the system user the properties plugin uses - dokku#3024: @jcrben Use high-availability pool keyserver during tests - dokku#3017: @josegonzalez feat: add pre-start trigger for notifying on application start ### Documentation - dokku#3020: @gliwka Point to docs in the right version - dokku#3016: @josegonzalez Update nginx template example to use http2 when available
Release 0.11.2 # History ## 0.11.2 ### Bug Fixes - dokku#3014: @josegonzalez fix: handle case where DOKKU_DOCKERFILE_PORTS is an empty string - dokku#3013: @alexquick Fix some issues with config/network/repo help output - dokku#3012: @alexquick Fail when setting/unsetting invalid keys - dokku#3011: @alexquick Forward output from plugn triggers to user - dokku#3004: @josegonzalez Return/Exit 1 when an image being deployed is invalid ### Documentation - dokku#3015: @elia Tiny fixes to triggers documentation
Release 0.11.1 # History ## 0.11.1 ### Bug Fixes - dokku#3010: @josegonzalez fix: route config_all to the `config` command to fix datastore plugin usage - dokku#3009: @josegonzalez fix: correct the guard around the config_export call in config_sub - dokku#3006: @josegonzalez fix: do not allow shadowing of the CACHE_DIR variable - dokku#3005: @josegonzalez fix: persist users in the dokku group through installations - dokku#3003: @josegonzalez Fix issues in apps:clone calls - dokku#3001: @josegonzalez fix: allow applications to begin with numeric values ### New Features - dokku#3002: @josegonzalez fix: omit redirection of docker build output - dokku#3000: @josegonzalez fix: remove golang files and triggers directory for packaging
Release 0.11.0 # History ## 0.11.0 ### Bug Fixes - dokku#2998: @josegonzalez Fix issues in release process - dokku#2993: @josegonzalez Add config_all alias for plugin usage - dokku#2972: @buckle2000 Correct typo in docker-options:remove error output - dokku#2964: @znz Remove unused variable - dokku#2967: @znz Fix indentation in test file - dokku#2963: @znz Correct typos in config plugin and remove potential infinite recursion issue - dokku#2951: @josegonzalez Handle case where the app directory is a symlink - dokku#2939: @znz Remove unnecessary lines - dokku#2945: @znz Fix network plugin version - dokku#2937: @michaelshobbs Strip restart flag from app_user_pre_deploy_trigger - dokku#2931: @josegonzalez Upgrade git package for CI - dokku#2928: @silverfix Do not overwrite the VHOST file during installation if it exists - dokku#2926: @vtavernier Remove leading forward slash from app name in git-upload-pack ### New Features - dokku#2985: @bitmand Build a custom dhparam file once for nginx and include it as default - dokku#2974: @josegonzalez Upgrade to herokuish 0.3.33 - dokku#2973: @josegonzalez Allow usage of git 2.13.0+ by unsetting GIT_QUARANTINE_PATH during git worktree usage - dokku#2971: @miraculixx Add support for older virtualbox versions in official Dokku Vagrantfile - dokku#2966: @znz Simplify internal config functions to reduce duplication - dokku#2751: @alexquick Move config plugin to golang - dokku#2938: @michaelshobbs Upgrade to golang 1.9.1 - dokku#2736: @josegonzalez Implement Network Plugin - dokku#2929: @michaelshobbs Add codacy config and coverage targets ### Documentation - dokku#2935: @jcrben Document how to make herokuish optional during the bootstrap installation - dokku#2982: @agorf Correct typo in user management docs - dokku#2981: @agorf Correct typos in process management docs - dokku#2969: @znz Correct comments on network triggers - dokku#2965: @znz Remove spaces from config subcommand help output to mirror help output of other subcommands - dokku#2954: @mrname Add vernemq community datastore plugin to docs - dokku#2944: @axilleas Fix syntax typo in debian installation docs - dokku#2932: @znz Update code comment to match documentation - dokku#2933: @znz Fix version number for network binding documentation
Release 0.10.5 # History ## 0.10.5 ### Bug Fixes - dokku#2912: @josegonzalez Add missing depends statement for rsyslog - dokku#2906: @manuel-colmenero Check the location of nginx in a central way - dokku#2895: @josegonzalez cd to app directory when calling git worktree add ### Documentation - dokku#2922: @axilleas Clarify the minimum Nginx version for HTTP/2 support - dokku#2919: @wootwoot1234 Update nginx documentation surrounding file uploading for php buildpack users - dokku#2913: @znz Fix a typo in the rpm release script - dokku#2910: @buckle2000 Add a note about using the full git url for non-compliant toolchains
Release 0.10.4 # History ## 0.10.4 ### Bug Fixes - dokku#2894: @josegonzalez fix: bail if any step in the release process fails - dokku#2880: @josegonzalez fix: properly detect empty subcommands - dokku#2881: @josegonzalez Verify app name on git push - dokku#2858: @cstroe Use correct port number for the upstream. - dokku#2848: @josegonzalez Ensure https applications return an https url from `dokku url` - dokku#2839: @josegonzalez fix: skip clearing cache if we are not building a herokuish image ### New Features - dokku#2890: @michaelshobbs use circleci 2.0 - dokku#2847: @scjody Add nginx ppa before installing Dokku - dokku#2850: @michaelshobbs add optional PROC_TYPE and CONTAINER_INDEX to docker-args-deploy plugn trigger - dokku#2840: @josegonzalez Add DYNO environment variable to run containers - dokku#2824: @josegonzalez Upgrade herokuish to version 0.3.31 ### Documentation - dokku#2861: @adelq Use non-deprecated apps command - dokku#2878: @m0rth1um Add telegram notifications plugin - dokku#2876: @josegonzalez docs: clarify storage documentation caveats - dokku#2873: @josegonzalez docs: add a note on which docs to look at for customizing nginx docs - dokku#2867: @josegonzalez docs: cleanup help output for dokku shell - dokku#2859: @josegonzalez docs: use relative link for application deployment doc - dokku#2866: @josegonzalez Add missing migration guides - dokku#2863: @josegonzalez docs: fix syntax on getting started docs - dokku#2836: @fishnux Add a note regarding nginx dependency to installation docs - dokku#2834: @iansu Clarify port exposure in Dockerfile documentation
Release 0.10.3 # History ## 0.10.3 ### Bug Fixes - dokku#2832: @josegonzalez fix: use python2.7 binary instead of python2 binary
PreviousNext