Skip to content

v1.34.2

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 14:41
· 13 commits to main since this release
8a934ed

Lerd 1.34.2

Lerd — Podman-powered local PHP dev environment for Linux & macOS.

Install on Linux

curl -fsSL https://lerd.sh/install.sh | bash

Or if already installed:

lerd update

Also available through apt (PPA), dnf (COPR) and Homebrew, see the
installation docs.

Install on macOS

brew tap lerd-env/lerd
brew install lerd
lerd install

Or if already installed:

brew upgrade lerd
lerd install

Changelog

Bug Fixes

  • 947bc22 fix: answer a package check with what composer installed
  • 2760ea6 fix: include each site's .lerd.yaml in the bug report
  • 4e97b93 fix: keep autostart from re-arming a tray that was turned off
  • 82f5dfc fix: keep the dev server flags when a worker unit is restored
  • da4a60e fix: keep the dev server port the site is already serving
  • 72d2bc6 fix: keep the nvm detection test off the developer's own config
  • b96dfcd fix: keep the progress popup test off the session bus
  • 80482f3 fix: resolve a framework major from what composer installed
  • 0b617e5 fix: run assistant commands in the site's own container
  • 36d6161 fix: stop an install from reapplying itself through its own child
  • 0df044d fix: stop the system node lookup tests reading the host's PATH

Other

Full Changelog: v1.34.1...v1.34.2