github ddev/ddev v0.14.0
v0.14.0: Bugfixes, separate nginx configs

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
6 years ago

Important: Use docker 17.09 until a fix comes out:

As of 27 Feb 2018, the latest stable docker version (17.12) hangs regularly when using docker-compose and bind-mounted filesystems. The docker issue is moby/moby#35933. As a result, we're using 17.09 exclusively until this can be solved upstream.

Key changes:

  • Fixed broken config.yaml hook output regression #657
  • Changed from one-size-fits-all nginx configuration to one nginx config per CMS #669
  • Fixed missing $settings['hash_salt'] for Drupal 8 #656
  • TYPO3 improved AdditionalConfiguration.php #673
  • Misc docs and other bugfixes
  • For the first time we're publishing a packaged version of the docker images for this release. You can download ddev_docker_images.tar.gz and install them immediately with gzip -dc ddev_docker_images.tar.gz | docker load. This makes the first start of a new project significantly faster, as docker doesn't have to download the images one-at-a-time. However, it makes no functional difference, and it's not required to download the image tarball.

Commits:

9ea5109 Bump version to bring in separate-nginx-per-cms, fixes #648 (#669)
cda277f [BUGFIX] fix typo in install instruction output for bash completion (#675)
8b164ae Add output from exec hooks, fixes #606 (#657)
6ecd1ad Add docker images to artifacts for #501 (#662)
880f73c Make drupal 7 and drupal 8 settings distinct, recover settings[hash_salt], fixes #647 (#656)
f319869 Generate AdditionalConfiguration.php compatible with TYPO3 8.7 (#673)
3604278 Updated build-tools to 1.5.5 (golang 1.10) (#667)
f9765b4 Update Gopkg.toml with prune, update vendor based on that, fixes #649 (#661)
0c8416b Upgrade golang to 1.10 for testing, docker-compose 1.19 (#665)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.