github ddev/ddev v1.15-alpha1
v1.15-alpha1: DDEV-live integration, MariaDB 10.5

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
pre-release3 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.15-alpha1

Smaller changes

  • The default mysql collation changes to utf8mb4_general_ci
  • Several small bugfixes

Commits since v1.14.2

cbc200d DDEV-Live integration for pull, fixes #2259 (#2271)
a277a66 Add mariadb 10.5 support, fixes #2229 (#2230)
62f82b8 Set provider in app after config read, fixes #2243 (#2274)
447c2b7 Change default mysql collation to utf8mb4_general_ci (#2223)
6f3f0fc Handle numeric 3rd party service use of HTTP_EXPOSE or HTTPS_EXPOSE (#2252)
35ae7b4 Increase the upload limit for PHPMyAdmin (#2269) [skip ci][ci skip]
98ca10b Update link to Docker Desktop (#2270) [skip ci][ci skip]
8c9f37a Improve error message when ddev auth pantheon has not been run, fixes #2241 (#2272)
e02a377 Improve developer build instructions [skip ci][ci skip] (#2264)
7d6ed50 Check for docker on ddev config, fixes #2222 (#2235)
3e99c24 make staticrequired shouldn't require all kinds of local installs, fixes #2253 (#2254)
cdbf263 Update version of mkcert, specified in Makefile (#2255)
94cc5d4 Change the context we're using since it's now specific to ddev-local (#2260)
a4ab282 Skip tests that are too difficult for Windows Docker (#2261)
f6e43e0 Fix up ddev-dbserver tests to work with docker 2.3.0.1+ - tests only (#2250)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.