github ddev/ddev v1.15.1
v1.15.1: Bug-fix and docs release

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

DDEV-Local v1.15.1 is a bug-fix and documentation release, all the important changes are in v1.15.0 , which has lots of reading for you.

Installation/Upgrade

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

  • 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 tap drud/ddev && brew install ddev or just brew upgrade ddev ). (You may need a brew update for homebrew to find the new release.)
  • Windows: Use choco upgrade -y ddev , or download the ddev_windows_installer below. Note that the Windows installer is not needed or used for WSL2 installs.
  • 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 issues fixed in v1.15.1

  • ddev exec to non-ddev containers didn't work
  • Improved documentation and user experience for Windows WSL2 installation
  • There was an error with the .ddev/.gitignore when global homeadditions was used.
  • On Drupal 8/9 the "sync" directory was being created in the wrong place.

Commits since v1.15.0

c0261f3 Bump tags to v1.15.1 (#2412)
d29da2b Add context to internet-connection-not-detected and add docs, fixes #2409 (#2411)
53975ef New warning about Catalina; related cleanup (#2394)
8892fe2 Don't use pipefail with non-bash exec/custom commands, fixes ddev/ddev-contrib#80 (#2395)
69358e9 Stop testing for apache-cgi and docker toolbox for #2286, for #2284, for #2288 (#2407)
0be1896 Docs: More failsafe on WSLENV having colon (#2408)
1ea7449 Improved/Fixed documentation for Apache config override files (#2406)
ccb2bb1 Reset global mkcert var if has changed, fixes #2373 (#2402)
daaeb25 Docs improvements; Use PowerShell command to setx, fixes #2397 (#2375)
2458390 DDEV-Live integration: delete db backup after pulling to not use quota (#2405)
50968eb Fix wrong dir creation of sync dir, fixes #2389 (#2401)
4c960b9 Gitignore the .homeadditions completely, fixes #2374 (#2400)
4ffd59e Bump minimum macOS requirement to High Sierra because Docker Desktop already has (#2381)
2e98077 Minor test improvement, contains instead of equals (#2379)
d68a149 Use 127.0.0.1 in healthcheck instead of localhost - avoid docker corp proxy (#2377)
25a7904 Fixed small typo (#2371)
7a62a72 Fix typo in custom-commands documentation (#2367)
b6ec8b2 Improve Shell Completion documentation (#2366)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.