Tags: bfontaine/dokku
Tags
Release 0.24.2 # History ## 0.24.2 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.24.2/bootstrap.sh sudo DOKKU_TAG=v0.24.2 bash bootstrap.sh ``` ### Bug Fixes - dokku#4473: @josegonzalez Add the correct log mount for app logs ### Other - dokku#4465: @Akirtovskis Add git:unlock command - dokku#4470: @dependabot-preview[bot] chore(deps): bump socket.io from 3.1.2 to 4.0.0 in /tests/apps/.websocket.disabled - dokku#4462: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 189 to 190 in /tests/apps/php
Release 0.24.1 # History ## 0.24.1 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.24.1/bootstrap.sh sudo DOKKU_TAG=v0.24.1 bash bootstrap.sh ``` ### Bug Fixes - dokku#4454: @josegonzalez Use proper title for azure releases and fix tmp dir creation ### Documentation - dokku#4461: @josegonzalez Add dark mode support to documentation site - dokku#4457: @Cellane Rename 0.24.0 migration guide - dokku#4456: @josegonzalez Fix doc link and add 0.24.0 appendix to migration guides
Release 0.24.0 # History ## 0.24.0 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.24.0/bootstrap.sh sudo DOKKU_TAG=v0.24.0 bash bootstrap.sh ``` See the [0.24.0 migration guide](/docs/appendices/0.24.0-migration-guide.md) for more information on migrating to 0.24.0. ### Bug Fixes - dokku#4449: @josegonzalez Gitignore trigger symlink - dokku#4447: @josegonzalez Checkout code to ensure the bump-azure script is available ### New Features - dokku#4453: @josegonzalez Simplify tar and zip deploys via git:from-archive - dokku#4450: @josegonzalez Simplify docker image deploys via git:from-image - dokku#4379: @josegonzalez Allow builders to be detected based on repository contents - dokku#4425: @josegonzalez Implement heroku's postdeploy deployment task - dokku#4424: @josegonzalez Implement git:auth command - dokku#4419: @josegonzalez Add parallelism to certain proxy commands ### Refactors - dokku#4374: @josegonzalez Change exit code when app does not exist ### Documentation - dokku#4451: @josegonzalez Update links to builder documentation to avoid extra rewrite - dokku#4448: @josegonzalez Add documentation for git push to dokku-in-docker
Release 0.23.9 # History ## 0.23.9 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.9/bootstrap.sh sudo DOKKU_TAG=v0.23.9 bash bootstrap.sh ``` ### Refactors - dokku#4445: @josegonzalez Bump azure template and formula directly on release ### Documentation - dokku#4444: @josegonzalez Uuse updated links for documentation - dokku#4439: @RyukerLiu View Doc redirect not working. Change to use direct link
Release 0.23.8 # History ## 0.23.8 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.8/bootstrap.sh sudo DOKKU_TAG=v0.23.8 bash bootstrap.sh ``` ### Bug Fixes - dokku#4437: @josegonzalez Switch to using GIT_DIR environment variable to fix Centos 7 support - dokku#4436: @josegonzalez Properly handle directory change when cleaning .git directory ### New Features - dokku#4428: @josegonzalez Bump azure ARM quickstart template on release ### Documentation - dokku#4435: @josegonzalez Change page title based on current page - dokku#4427: @josegonzalez Change process management doc references to make more sense ### Other - dokku#4438: @josegonzalez Split out nginx tests further to decrease overall CI runtime - dokku#4430: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 11.0.0 to 11.0.1 in /tests/apps/java
Release 0.23.7 # History ## 0.23.7 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.7/bootstrap.sh sudo DOKKU_TAG=v0.23.7 bash bootstrap.sh ``` ### Bug Fixes - dokku#4421: @josegonzalez Keep the git directory for worktree-enabled installations ### New Features - dokku#4420: @josegonzalez Add ability to specify X-Forwarded-Ssl header for proxied requests ### Documentation - dokku#4422: @josegonzalez Add warning regarding shallow clone pushes - dokku#4417: @andrewk17 Correct vector sink example command - dokku#4414: @josegonzalez Use correct html for offsite digitalocean link - dokku#4413: @josegonzalez Fix SSL documentation link in troubleshooting docs ### Other - dokku#4423: @josegonzalez Drop unused sigil packaging code - dokku#4418: @josegonzalez Drop unused skip-restart flag for proxy:disable
Release 0.23.6 # History ## 0.23.6 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.6/bootstrap.sh sudo DOKKU_TAG=v0.23.6 bash bootstrap.sh ``` ### Bug Fixes - dokku#4412: @markuspoerschke Fix generation of crontab ### Documentation - dokku#4411: @ltalirz Replace nginx:build-config => proxy:build-config
Release 0.23.5 # History ## 0.23.5 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.5/bootstrap.sh sudo DOKKU_TAG=v0.23.5 bash bootstrap.sh ``` ### Bug Fixes - dokku#4406: @znz Fix typo in error message ### New Features - dokku#4404: @josegonzalez Add ability to trigger release via github actions ### Tests - dokku#4403: @josegonzalez Llint files during CI
Release 0.23.4 # History ## 0.23.4 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.4/bootstrap.sh sudo DOKKU_TAG=v0.23.4 bash bootstrap.sh ``` ### Bug Fixes - dokku#4402: @josegonzalez fix: correctly handle is-deployed check - dokku#4399: @josegonzalez Drop extra log output in cron plugin ### Documentation - dokku#4400: @solvethex Add tail option
Release 0.23.3 # History ## 0.23.3 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.23.3/bootstrap.sh sudo DOKKU_TAG=v0.23.3 bash bootstrap.sh ``` ### Bug Fixes - dokku#4397: @josegonzalez Correctly handle environment variables in deployment tasks for Cloud Native Buildpacks - dokku#4394: @josegonzalez Swap order of arguments on config-get call ### New Features - dokku#4395: @josegonzalez Add environment variable support to CNB-based containers ### Refactors - dokku#4393: @josegonzalez Use docker-image-labeler in cnb builder-build trigger ### Documentation - dokku#4396: @nerg4l Invalid link to Herokuish Buildpack Deployment in Cloud Native Buildpacks ### Tests - dokku#4390: @josegonzalez Run tests faster by not cloning the buildpack each time ### Other - dokku#4389: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 188 to 189 in /tests/apps/php
PreviousNext