Skip to content

v1.16.2-alpha2: Bug fixes and docs

Pre-release
Pre-release
Compare
Choose a tag to compare
@rfay rfay released this 27 Nov 18:23
· 1952 commits to master since this release
4e05fc1

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-alpha2

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

4e05fc1 Docs: Add a little extra info on snapshot deletion (#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)