Skip to content

v1.22.3

Compare
Choose a tag to compare
@rfay rfay released this 20 Sep 03:39
· 541 commits to master since this release
60cf92a

Installation

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

  • macOS: brew install ddev/ddev/ddev or just brew upgrade ddev ).
  • Traditional Windows: Use choco upgrade -y ddev, or download the ddev_windows_installer below.
  • Linux or WSL2 (macOS works too): Use apt install ddev or apt upgrade ddev see apt/yum installation or use the install_ddev.sh: curl -fsSL https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh | bash
  • 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.

Highlights:

Most of what you want to know is in the v1.22.0 release notes.

This is just a bugfix release to clean up a couple of mistakes in v1.22.2:

  1. The $DDEV_MAILHOG_PORT and $DDEV_MAILHOG_HTTPS_PORT environment variables have been reinstated. (They now point to the Mailpit process, but it's the same as it was). It was a mistake to remove those and they broke a few users with just a couple of DDEV add-ons. Note that it's still mailpit behind the curtain, but we don't want to break anything that was depending on DDEV_MAILHOG_PORT providing the port number.
  2. The host_webserver_port and host_https_port configurations were not functional in v1.22.2. This didn't affect many people but it made ddev launch fail on Gitpod and probably GitHub Codespaces.

What's Changed

  • build: bump docker/setup-qemu-action from 2 to 3 by @dependabot in #5347
  • build: bump docker/login-action from 2 to 3 by @dependabot in #5348
  • build: bump docker/setup-buildx-action from 2 to 3 by @dependabot in #5349
  • build: bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #5350
  • fix: add PHP 8.3 to list of versions in config template by @peterkraume in #5354
  • fix: make host_webserver_port and host_https_port config work again, fixes #5341 by @rfay in #5353
  • docs: typos in config.md in names of elements simple-formatting etc by @rfay in #5355
  • fix: re-add DDEV_MAILHOG_PORT and related env vars, fixes #5351 by @rfay in #5352
  • build: bump images to v1.22.3 for release by @rfay in #5357

Full Changelog: v1.22.2...v1.22.3