Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Releases: Pilothouse-App/Pilothouse

Fix self-signed certificate error when connecting to a local site from a PHP container

07 Apr 20:38

Choose a tag to compare

v0.17.1

21 Feb 13:59

Choose a tag to compare

  • Fix "manifest unknown" error when a site's PHP version is specified as a number instead of a string

v0.17.0

01 Jan 23:15

Choose a tag to compare

  • 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 up by 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

04 Dec 14:22

Choose a tag to compare

  • Add PHP 7.4 Support

0.15.1

31 Oct 18:13

Choose a tag to compare

  • Fix local site hosts not added to PHP 7.3 containers

Add PHP 7.3 Support

15 Apr 21:30

Choose a tag to compare

0.15.0

Release 0.15.0

Fix compatibility with Docker Compose 1.23.0+

26 Nov 12:31

Choose a tag to compare

v0.14.3

09 Oct 12:04

Choose a tag to compare

0.14.3

v0.14.2

09 Oct 12:03

Choose a tag to compare

0.14.2

v0.14.1

06 Jul 15:54

Choose a tag to compare

  • 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.