github ddev/ddev v1.16.2-alpha3
v1.16.2-alpha3: Bug fix release

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:

  • Please stop all projects first, this does no harm: ddev poweroff
  • 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.
  • Linux and macOS with the install_ddev.sh script: Download the script, make it executable, and run it with the version: ./install_ddev.sh <version>
  • 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-alpha3

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
  • ddev-router's nginx template has been updated to make it work with github actions

Commits since v1.16.1

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)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.