github ddev/ddev v1.19.1
v1.19.1: more compression options, ddev clean

latest releases: v1.23.2, v1.23.1, v1.23.0...
2 years ago

Highlights

  • Most of what you want to know is in the v1.19.0 release notes.
  • import-db, export-db, and import-files now accept xz and bzip2 compression, thanks to weareb13 for sponsoring this feature.
  • ddev clean will clean up project usage like snapshots and old images thanks to @mikebarkas
  • ddev composer create works on traditional Windows again.

Installation/Upgrade

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

  • macOS: 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.).
  • Traditional Windows: Use choco upgrade -y ddev, or download the ddev_windows_installer below.
  • Linux or WSL2 (macOS works too) use the install_ddev.sh script: Download the script, make it executable, and run it: ./install_ddev.sh or or curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh (If you already had ddev installed with homebrew you'll want to brew unlink ddev first.)
  • 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 or ddev delete images --all after upgrading to free up disk space used by previous docker image versions. This does no harm.

⚠️ Caveats

  • Most of you who have mutagen enabled on existing projects will want to rm .ddev/mutagen/mutagen.yml and ddev mutagen reset. You don't have to delete the file if the existing one has #ddev-generated in it (hasn't been altered).

What's Changed

  • More accurately reflect necessary setup for D9. by @chrisfromredfin in #3690
  • Improve verbiage for web_environment, fixes #3691 by @rfay in #3692
  • Use bin/magento in magento command, fixes #3699 by @cmuench in #3700
  • Roll back github-action-markdown-link-check to 1.0.13 by @rfay in #3706
  • Bump docker-compose to 2.3.3 to solve problems with ddev exec stdout capture, fixes #3698 by @rfay in #3689
  • Make docker disk check work on fedora, fixes #3703 by @rfay in #3704
  • [tests] Attempt to fix failure of colima setup by @rfay in #3713
  • [tests] Fix TestDockerComposeDownload to handle version with or without v by @rfay in #3716
  • [docs] Add elasticsearch in list of official services by @rfay in #3715
  • Document how to add env-file support by @mrhorse in #3717
  • Improve output of ddev get by @rfay in #3711
  • Use altered rsync for composer create on Windows, fixes #3712 by @rfay in #3720
  • Add xz and bzip2 support for import-db, export-db, import-files, fixes #3609 by @rfay in #3721
  • Add ddev clean command, fixes #2332 by @mikebarkas in #3683

New Contributors

Full Changelog: v1.19.0...v1.19.1

Don't miss a new ddev release

NewReleases is sending notifications on new releases.