Skip to content

v1.22.5-alpha1: Testing release for ambiguous networks problem

Pre-release
Pre-release
Compare
Choose a tag to compare
@rfay rfay released this 01 Nov 17:12
· 410 commits to master since this release
faff807

This pre-release is very early, but the reason for it is to make it possible to do testing of an annoying but rare (Docker?) bug which results in ambiguous networks.

You're welcome to use this and it should be fine for all purposes, but it's wonderful for testing that the ambiguous networks problem is solved and maybe some other things:

Installation/Upgrade

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

  • macOS: brew install ddev/ddev-edge/ddev or just brew upgrade ddev/ddev-edge/ddev (You may need a brew update for homebrew to find the new release.)
  • Traditional Windows: Use choco upgrade -y --pre ddev to get this one, 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 with the version: ./install_ddev.sh <version> or or curl -LO https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh <version> - If you already had ddev installed otherwise, uninstall or unlink first. If you prefer to use a package, download the deb file from this release and install it.
  • 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 after upgrading to free up disk space used by previous docker image versions. This does no harm.

What's Changed

  • build: update .gitpod.yml for v1.22.4 release [skip ci] by @stasadev in #5464
  • fix: make project network external, fixes #5193 by @stasadev in #5305
  • docs: add info about disk space checking on wsl2 by @rfay in #5467
  • feat: install shell competions on HEAD by @hanoii in #5456
  • fix: we shouldn't show the amplitude warning on every ddev command by @rfay in #5471
  • fix: remove unnecessary use of fmt.Sprintf by @testwill in #5461
  • build: bump docker-compose to v2.23.0 by @rfay in #5472
  • build: always use the latest go and golangci-lint for gitpod [skip ci] by @stasadev in #5481
  • build: bump github.com/docker/docker from 24.0.4+incompatible to 24.0.7+incompatible by @dependabot in #5479
  • ci: gather debugging information about possible TestExtraPackages failure by @rfay in #5473
  • docs: minor fix of env to use for amplitude debugging by @rfay in #5482
  • ci: stop testing no-bind-mounts and use drupal10 by default by @rfay in #5480
  • docs: specify ddev tap in upgrading instructions for macOS with brew by @bencroker in #5484
  • fix: add correct mimetype for xsl and xslt, fixes #5457 by @apotek in #5458
  • fix: implement limit on number of hosts per line in /etc/hosts because Safari has problems with long lines, fixes #2817 by @rfay in #4805

New Contributors

Full Changelog: v1.22.4...v1.22.5-alpha1