github ddev/ddev v1.14.1
v1.14.1: Fix `ddev launch`, latest PHP updates

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

This release fixes just a couple of things:

  • Two bugs in ddev launch were found in v1.14.0; it output debug information, and it didn't work when used with multiple hostnames or FQDNs.
  • The web image was refreshed to include the latest upstream PHP upgrades.

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.0

2a9bb14 Fix launch command, fixes #2211, fixes #2212 (#2218)
b9de3fc Bump ddev-dbserver to v1.14.1 (pin mysql 8.0.19), minor test cleanup (#2226)
71cd90d remove { on phpmyadmin_https_port (#2221)
bd29884 Bump ddev-webserver to v1.14.1, updating to latest PHP versions (#2219)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.