github ddev/ddev v1.14.2
v1.14.2: Docker 2.3.0.2 compatibility, Drupal 9 fix

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

This release fixes just a couple of things:

  • Docker 2.3.0.2 (stable) was released with an incompatibility with ddev; this seemed to only manifest itself on Docker Desktop for Windows, and only when doing ddev auth ssh. If you're not on Windows or don't use ddev auth ssh you probably aren't affected..
  • The v1.14 Drupal 9 support did not have the full, correct nginx configuration.. If you aren't using the drupal9 project type, it probably doesn't affect you.
  • For third-party services, v1.14.0 took away the use of docker-compose..yml (yml extension); this release allows both docker-compose..yaml and docker-compose.*.yml once again.
  • Minor tweaks to to improve instrumentation.

Otherwise this is the same as v1.4.0, please read the v1.14.0 release notes.

Installation/Upgrade

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

  • Please stop all projects first: ddev poweroff
  • If you have custom configuration, especially pinned image specifications in your .ddev/config.yaml, please remove them for now.
  • macOS Homebrew and Linux Linuxbrew: brew install ddev or ddev poweroff && brew upgrade ddev ). (You may need a brew update for homebrew to find the new release. If you don't already have the ddev tap, brew tap drud/ddev first)
  • Windows: Use ddev poweroff && choco upgrade ddev, 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.

Commits since v1.14.1

32fa2d0 Bump ddev-webserver to v1.14.2 in preparation for release (#2247)
c663b85 Only use //c on Docker toolbox, not Docker Desktop, work with Docker Desktop 2.3.0.2 WIndows (#2246)
bb80820 Allow docker-compose..yml as well as docker-compose..yaml, fixes #2217 (#2220)
1db79ff Update various packages on testbots and circleci (#2239)
b4ca485 Provide explicit Drupal9 nginx configuration in webserver (#2237)
0b6e3ce Fix typo phpmyadmin_http_url -> phpmyadmin_https_url, add WSL detection and database type (#2238)
b5a57ea Fix segment events without app data, fixes #2065 (again) (#2240)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.