Skip to content

v1.34.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 10:35
· 47 commits to main since this release
3b269bc

Lerd 1.34.0

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

Features

  • cc5aa82 feat(installer): install and update from the beta line with --beta
  • 08112f3 feat: let the store declare the console commands that must leave the container

Bug Fixes

  • ccd4fc7 fix(doctor): forget the cached database list once the fix has created one
  • abe8d93 fix(installer): leave the saved DNS mode alone when lerd is already installed
  • e5c95bb fix(systemd): wait out the graceful window a unit declares before calling a stop done
  • 620763f fix: keep the host-command node fallback off the platform constants
  • 16d1eff fix: take the host command install hint from the declaration that matched

Other

  • 0b427e4 docs(nativephp): say that the native commands can be typed as documented
  • 744204a docs(release-test-plan): cover this release, and every command lerd ships
  • c497187 release: v1.34.0
  • 09285c3 test(ui): give the store tests room to import, and run them in CI

Full Changelog: v1.34.0-beta.3...v1.34.0

Thanks to @spaaleks, @prabowosd and @JoeJoeflyn for the contributions in this release.