This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Releases: Pilothouse-App/Pilothouse
Releases · Pilothouse-App/Pilothouse
Fix self-signed certificate error when connecting to a local site from a PHP container
v0.17.1
- Fix "manifest unknown" error when a site's PHP version is specified as a number instead of a string
v0.17.0
- Only create containers for PHP versions used by local sites
- Add update notification
- Add "reload" command for easily activating changes in site settings without a complete restart
- Keep Pilothouse running across reboots
- Speed up
pilothouse upby utilizing shared ca certs directory and container aliases for container-to-container routing - Pull/update containers automatically when Pilothouse is installed/updated
- Significantly reduce the size of the PHP images
- Miscellaneous minor fixes and enhancements
v0.16.0
- Add PHP 7.4 Support
0.15.1
- Fix local site hosts not added to PHP 7.3 containers
Add PHP 7.3 Support
0.15.0 Release 0.15.0
Fix compatibility with Docker Compose 1.23.0+
v0.14.4 0.14.4
v0.14.3
0.14.3
v0.14.2
0.14.2
v0.14.1
- Pass requests for robots.txt on to WordPress if a physical file does not exist (#108)
- Remove now-invalid Mariadb configuration variable "innodb_file_format = barracuda" and lock Mariadb version to 10.3 (#109)
When upgrading from MariaBB 10.2 or earlier, you may need to run
pilothouse compose exec mysql /bin/sh -c 'mysql_upgrade -u pilothouse -p"pilothouse"' if you are getting errors in the MySQL container log about outdated file format.