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

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
4 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 make any difference if you're not running macOS Catalina.

For full details about v1.11 read the v1.11.0 release notes

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: brew install drud/ddev/ddev or just brew upgrade ddev ).
  • Windows: Use choco upgrade -y ddev, 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.