github ddev/ddev v0.7
Milestone v0.7

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

Overview

The intention of this milestone is to clean-up important loose ends prior to an official release. Along the way, we have identified edge cases, bugs, ideas, etc. that we felt were important enough to capture but not distract from the focus of the earlier milestones. This is an opportunity to complete these items before our official 1.0. Summarizing our key areas of focus:

  • Address Prioritized Bugs and Feature Enhancements
  • Documentation: Update Missing / Out of Date Information

Upgrade Notes

Recommend for each site:

  • ddev rm -y <everything>
  • rm -r .ddev on each site
  • rm -r ~/.ddev
  • docker rm -f $(docker ps -aq) assuming you have only our containers - otherwise you will manually remove drud containers.

Features and Improvements

  • import-files and import-db report a failure for .tar format, succeed for .tar.gz format. #310
  • Provide option to specify extraction dir for import-files and import-db #287
  • Namespace container names for ddev #288
  • Remove associated docker volumes when ddev-removing a site/app #39
  • Remove drud-go usage from ddev #284
  • ddev stop and ddev rm need a way to execute without workspace #78
  • MySQL connections are broken from the host #277
  • Update install_ddev.sh after v0.6 release is cut #296
  • Provide validation for exec commands #68
  • Add import support for zip #147
  • Improve example mysql command in ddev describe, followup on #277 #316
  • removes requirement for exec cmds to be wrapped in quotes, updates help, fixes #68 #273
  • Improve CLI Validation #15
  • Modify import-files to detect if tarball includes a parent folder. #165

Don't miss a new ddev release

NewReleases is sending notifications on new releases.