github ddev/ddev v1.16.6
v1.16.6: Fix upstream broken yarn repository

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

This release is the same as v1.16.5 except the yarn installation is done differently to work around an upstream (annual) problem with the yarn repository. See #2772

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.6

  • For the big stuff in v1.16, please read v1.16.0 release notes
  • There is nothing here except a fix to the yarn repository from #2772. This problem won't affect everybody, but it will affect anybody who uses webimage_extra_packages or does apt-get update in a custom Dockerfile.

Commits since v1.16.5

9872526 Update yarn install to fix replaced yarnpkg key, fixes #2772 (#2773)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.