Skip to content

Warden 0.2.0

Compare
Choose a tag to compare
@davidalger davidalger released this 28 Jan 02:07

Highlights

  • Traefik upgraded from v1.7 to v2.1; details in upgrade notes
  • LiveReload now supported in magento2 environment type; docs page
  • All images used by environments are now hosted on Quay.io; details in docs
  • Native support for multi-domain projects in form of wildcard routing in new Traefik v2 labeling overhaul; more info here
  • Added BYPASS_VARNISH flag for simple means of sending requests directly to Nginx if need be.
  • Updated default PHP version for magento2 environments from 7.2 to 7.3 (issue #75)
  • Updated default Varnish version for magento2 environments from 4.1 to 6.0 (LTS)
  • env-init now dumps all version variables to .env file to lock them so future updates to Warden won't change versions on existing project configurations.
  • Updated minimal Mutagen version requirement to 0.10.3 and upgraded Mutagen config to YAML format.

Full Details
For complete details, please see the change log:
https://docs.warden.dev/changelog.html#version-0-2-0-2020-01-27

Many thanks to the individuals contributing to the creation of the Warden 0.2.0 release including @wcrb15, @lbajsarowicz and @molotovbliss.