github ddev/ddev v1.11.2-rc1
v1.11.2-rc1: Minor fixes for macOS Catalina with nfs_mount_enabled

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

People who were using nfs_mount_enabled and upgraded to macOS Catalina had trouble getting things working. This release fixes that problem.

This release doesn't help at all if you're not running macOS Catalina.

Installation/Upgrade

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

  • Please stop all projects first, this does no harm: ddev poweroff or ddev stop --all --stop-ssh-agent
  • If you have custom configuration, especially pinned image specifications in your .ddev/config.yaml, please remove it for now.
  • macOS Homebrew and Linux Linuxbrew (ddev-edge channel only): brew install drud/ddev-edge/ddev or just brew upgrade drud/ddev-edge/ddev ).
  • Windows: Use choco upgrade -y --pre ddev to get this one, or download the ddev_windows_installer below.
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.
  • You'll want to do a ddev config && ddev start for each project just to update the config file so it has the current APIVersion in it. Otherwise ddev will keep pestering you to do that.

Don't miss a new ddev release

NewReleases is sending notifications on new releases.