github ddev/ddev v1.11.0-alpha1
v1.11.0-alpha1: macOS Catalina support, more responsive commands

latest releases: v1.23.1, v1.23.0, v1.23.0-rc2...
pre-release4 years ago

This is a minor release. Key changes since v1.10.0 include:

  • mkcert is now updated and can be used with macOS Catalina beta 6 if you are wanting to move on to macOS Catalina.
  • PHP7.4 beta1 is now included in the web container and can be used.
  • TYPO3 v10 ddev share should work better

Installation/Upgrade

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

  • Please stop all projects first, this does no harm: ddev poweroff or ddev stop --all --stop-ssh-agent
  • If you have custom configuration, especially pinned image specifications in your .ddev/config.yaml, please remove it for now.
  • macOS Homebrew and Linux Linuxbrew (ddev-edge channel only): brew install drud/ddev-edge/ddev or just brew upgrade drud/ddev-edge/ddev ).
  • Windows: Use choco upgrade -y --pre ddev to get this one, or download the ddev_windows_installer below.
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.
  • You'll want to do a ddev config && ddev start for each project just to update the config file so it has the current APIVersion in it. Otherwise ddev will keep pestering you to do that.

Caveats

  • This is an edge release, we always want to hear about your experiences, but please ask or make an issue if you hit any anomalies.
  • The warning about upgrading to macOS Catalina Beta in previous revisions should be resolved at this point.

Key changes in v1.11.0-alpha1

  • mkcert (https) works with latest macOS Catalina browsers
  • wp-cli and drush in web container are updated
  • TYPO3 can be used with ddev share more successfully

Commits since v1.10.3 (edge channel)

f48aed9 Update mkcert for catalina compatibility (#1804)
71e771e Update wp-cli and drush to current, improve ddev testbot logic, fixes #1800 (#1803)
d6244c4 Make shebang lines more portable in host example. (#1799)
aba042f Improve ddev start and ddev list performance (#1796)
95ab553 Temporarily use a custom-built mkcert that works on Ubuntu 16.04 for CircleCI (#1805)
e483ec5 Fix example name and Github links for all examples (#1793)
84b6e3e Add ngrok.io domain to trustedHostsPattern in TYPO3 config (#1761)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.