github ddev/ddev v0.19.0
v0.19.0: Windows 10 Home, TYPO3_CONTEXT

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

Installation/Upgrade

We're recommending Docker Stable v18.03+ at this time instead of Docker Edge. Users of Docker Edge have hit various trippers.

See the installation instructions but it's easy: macOS Homebrew: brew upgrade ddev. Linux or macOS via script: curl https://raw.githubusercontent.com/drud/ddev/master/install_ddev.sh | bash. Download the windows installer for Windows (which includes sudo; If you get a Windows Defender Smartscreen warning "Windows protected your PC", click "More info" and then "Run anyway". We plan to have this signed in the next release to avoid this problem.). And anywhere, including Windows, you can just downloading the tarball or zipball and place the executable in your path where it belongs.

To upgrade to this release with an existing project, please

  • ddev config to update your .ddev/config.yaml.

Key changes in v0.19.0:

Windows 10 Home with Docker Toolbox

  • Download and install Docker Toolbox for Windows 10 Home.
  • Install ddev using the ddev windows installer in this release.
  • Run the Docker Quickstart Terminal and let Docker start
  • Use ddev from within the Docker Quickstart Terminal as you normally would

We'll look forward to hearing your experience and feedback!

Commits

4ddabc7 Bump container versions to planned v0.19.0 for release (#897)
e30068c Remove max_allowed_packet override, fixes #894 (#895)
e5d9c86 Bring in drud/mariadb-local#63 to solve Windows 10 Home problem, fixes #636, fixes #854 (#856)
4fff979 Include direct web container access in GetAllURLs(), resolves #796 (#890)
881ed26 Make mariadb root user work, drop tables before import, fixes #852, fixes #853, fixes #810, fixes #670 (#891)
4c65874 Increase PHP memory_limit, unlimited for cli, fixes composer OOM in nightly build, fixes #850 (#889)
d4c4590 Implement buildkite builds, for #621 (#888)
8140f3d [regression fix] Make project uniqueness constraint work again, fixes #136 (#864)
adb0b8e Add linux deriving host.docker.internal, fixes #843 (#877)
8459a3c Fix bash completion filename in CLI docs, fixes #881 (#882)
5b442e6 Safely get global ddev directory, fixes #806 (#878)
2fb3001 Add arg to build xz archive of ddev images, fixes #839 (#875)
94db20d Add debugging in build.sh for running sites problem (#876)
796d44e Updates support options, adding StackOverflow, fixes #872 (#873)
3ec311c Allow environment variables to propagate into php-fpm (#870)
addffd6 Fix conflicting hostname problem by making list unique, fixes #789 (#825)
0626755 Private files must take precedence before static files in nginx config, fixes #847 (#858)
2d3bab3 Increase proxy_read_timeout for ddev-router, fixes #844, fixes #672 (#862)
a88e827 Make ComposeCmd() interactive again, fixes #859 (#861)
a2c1108 Add section about linux packages (#857)
3083157 Fix d8 web update.php, fixes #830 (#838)
02cf378 Support .mysql files for import along with related files, fixes #812, fixes #516 (#824)
5db41f8 Use new issue templates for ddev (#826)
e36b1f6 Move container code into ddev repo, build containers in nightly, fixes #729, fixes #730, fixes #320 (#828)
fd0f31b Simplify ContainerWait(), ComposerCmd, EnsureHTTPStatus, fix build, fixes #837 (#845)
306bbb8 Upgrade docker-compose and golang on circleci build (#841)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.