github ddev/ddev v1.16.1
v1.16.1 Bug fixes and docs updates

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

Installation/Upgrade

See the installation instructions for details, but it's easy:

  • Please stop all projects first, this does no harm: ddev poweroff
  • macOS Homebrew and Linux Linuxbrew: brew install drud/ddev/ddev or just brew upgrade drud/ddev/ddev ). (You may need a brew update for homebrew to find the new release.)
  • Windows: Use choco upgrade -y ddev to get this one, or download the ddev_windows_installer below.
  • Linux and macOS with the install_ddev.sh script: curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.
  • Consider ddev delete images after upgrading to free up disk space used by previous docker image versions. This does no harm.

Key changes in v1.16.1

You'll want to read the v1.16.0 release notes for the key changes there.

  • There was a regression in v1.16.0 where third-party http/s services exposed via HTTP_EXPOSE and HTTPS_EXPOSE weren't accessible.
  • Reverted drush launcher in web container to v0.7.4
  • Custom commands will once again default to using the filename as the command (regression in v1.16.0)

Commits since v1.16.0

0014478 Ongoing docs PR (#2647)
7864ad3 Bump webimage for v1.16.1 release (#2656)
3362613 Add default usage of shell custom commands again based on filename, fixes #2633 (#2635)
e039fe4 Fix validation error for string flag in shell command, fixes #2631 (#2636)
fa3c2cd Fix description of HTTPS_EXPOSE (#2646)
49947fd Fix broken links to solr, memcached, beanstalk docker-compose.*.yaml files (#2650)
b221758 Use version 0.7.4 of drush launcher from upstream (#2641)
8e0f758 Get correct router port selection, fixes #2639 (#2640)
9acac81 Improve ddev-live provider to make TestDdevLivePull work better (#2637)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.