github ddev/ddev v1.14.0-alpha1
v1.14.0-alpha1: Drupal 9, 3rd party services, https for PHPMyAdmin

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

Installation/Upgrade

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

  • If you are on WIndows and use NFS, please stop nfsd first: sudo nssm stop nfsd
  • Please stop all projects first, this does no harm: ddev poweroff
  • 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 ). (You may need a brew update for homebrew to find the new release.)
  • 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.

Key Features of v1.14

  • Explicit Drupal 9 detection and support
  • Recognition of third-party services and describe them in ddev describe
  • ddev launch -p will launch the PHPMyAdmin UI, ddev launch -m will launch the MailHog UI

Smaller changes

  • Complete reorganization of docker-compose file; the master files are now hidden dotfiles in .ddev
  • Better behavior detecting internet in awful-internet situations (and going to offline behavior)
  • Improved instrumentation behavior
  • Works around a bug in Docker Desktop 2.2.3.0 (edge) which doesn't allow ipv6 and made ddev inoperable

Commits since v1.13.0

c69ea6e Rework docker-compose generation for clarity and parsing service information for #788, fixes #2049 (#2098)
0a9d397 replace superceded choco package name docker-for-windows with docker-desktop (#2152)
5a5b4c8 Windows: mkcert: add to firefox: add mkcert CA (#2153)
5473e3d Remove unneeded ipv6 listen from nginx config (#2145)
e137baa Improve a few tests to prevent transient failures (tests only) (#2144)
3b4d4c8 Support https in PHPMyAdmin and MailHog, fixes #2124 (#2135)
d046665 Add -p and -m args to ddev launch for PHPMyAdmin and MailHog, replaces #2102 (#2137)
cda95be Remove sentry instrumentation as we're using segment more, fixes #1703 (#2138)
c790e95 Minor improvement for reliability of TestDdevDescribeMissingDirectory on Windows (#2139)
1c1a287 Add drupal9 project type, fixes #2119, fixes #2029 (#2133)
0fc772e Make TestTimezoneConfig more robust for summertime CEST (#2136)
970ea14 Add timeout to IsInternetActive(), use random DNS lookup, fixes #1969 (#2112)
d9d6654 Remove ini_set() from drupal/backdrop settings.ddev.php (#2127)
ac2fe53 Fix typo '--omit-snaphot' and suggest ddev delete (#2107)
3bc5475 Improve explanation of Magento 2 project name in quickstart (#2077)
4a9c599 Fix some typos (#2103) [skip ci][ci skip]
38c2fb4 Add AUR instructions to release process [skip ci][ci skip] (#2115)
9b61f8e NFS Installer on Windows breaks when spaces present (#2093) [skip ci][ci skip]
8bcfafb Set cgi.fix_pathinfo=1 in php-fpm php.ini files, fixes #2083 (#2090)
e9e963c Merge pull request #2101 from rfay/20200301_bump_build_tools_golang_1_14
0e349ec Don't try to rename directory on Windows while in use, can't do it with NFS
59cb123 Minor change to TestMissingDirectory to make it work with NFS on Windows with latest docker
537da45 Minor fix to nil pointer issue in TestDdevStopMissingDirectory
b6d9d40 Bump to build-tools 2.4.0
6b20975 Put php-fpm pidfile in new location for upstream, fixes #2092 (#2099)
504fa4a Fix some copy-pasta for the import-db help text. (#2087)
8f1cca3 Fix curl recognition of system CA path (#2091) (tests only)
a1f5218 Clarify TYPO3 "Trusted host patterns mismatch" (#2086) [skip ci][ci skip]
ec99ca3 Fix typo about CMS settings (#2082) [skip ci][ci skip]
920639e Add terminus documentation (#2075) [skip ci][ci skip]
fe4801d Move event initialization to right before reporting, fixes #2065 (#2067)
04d73e1 Improve docker-compose.y
ml parse: Prevent using glob inappropriately (#2064)
5036f8f Correctly detect when to build image tarballs [skip ci][ci skip] (Build only) (#2070)
2287d4b Use drupal/recommended-project template now that Drupal 8.8 is here (docs only), fixes #1920 (#2071) [skip ci][ci skip]
bdd7319 Fix small typo (#2072) [ci skip][skip ci]

Don't miss a new ddev release

NewReleases is sending notifications on new releases.