This release won't matter to you unless you use webimage_extra_packages
or custom Dockerfiles. There was a change in the upstream packaging of PHP (which is used when you add a package of course), which broke the container's PHP setup. It was also DDEV's fault for allowing the new configuration to take place.
Otherwise this is the same as v1.3.0, please read the v1.13.0 release notes.
Installation/Upgrade
See the installation instructions for details, but it's easy:
- If you are on Windows and use
nfs_mount_enabled
, please stop nfsd first:sudo nssm stop nfsd
. After installation you'll want tosudo nssm start nfsd
again. - 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:
brew install ddev
orddev poweroff && brew upgrade ddev
). (You may need abrew 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.