Skip to content

v1.16.2: PHP 8.0.0 and Bugfixes

Compare
Choose a tag to compare
@rfay rfay released this 03 Dec 01:14
· 1915 commits to master since this release
fae19f0

Installation/Upgrade

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

  • Please stop all projects first, this does no harm: ddev poweroff
  • macOS Homebrew and Linux Linuxbrew: brew install drud/ddev/ddev or just brew upgrade drud/ddev/ddev ). (You may need a brew update for homebrew to find the new release.)
  • Windows: Use choco upgrade -y ddev to get this one, or download the ddev_windows_installer below.
  • Linux and macOS with the install_ddev.sh script: curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.
  • Consider ddev delete images after upgrading to free up disk space used by previous docker image versions. This does no harm.

Key changes in v1.16.2

Bugfixes and docs:

  • In some situations a second or third project started would get a "503 no ddev back-end site found".
  • In some situations, the instrumentation was not working or did not include the "version" tag

Commits since v1.16.1

fae19f0 Bump image versions to v1.16.2 for release (#2676)
2292457 Docs: Escape asterisks in glob patterns (#2675) [skip ci][ci skip]
c397db6 Less github actions test on nginx.tmpl (#2673)
8381ad5 Bump webserver to pick up php8.0.0 (#2671)
7dc3139 [docs] Update the url for solr-configupdate.sh (#2672) [skip ci][ci skip]
a7172b7 Improve ddev-router nginx config so it can be used in github actions (#2666)
4e05fc1 Docs: Add a little extra info on snapshot deletion [skip ci][ci skip] (#2661)
5b2ee26 Minor docs updates (#2664)
24b4575 Fix segment instrumentation reporting, fixes #2662 (#2665)
4778dc4 Solve problem with unreachable sites due to ddev-router config fail, fixes #2648 (#2663)