Releases: govCMS/lagoon
Release 7.8.1
Release notes:
- Added support for single Redis instance with failover support #100 #60
- Resolve issue in predeploy database backups (much faster reimport times) #98
- Canary sites: Re-sync database from prod on each deployment #73
- Added automated test for Redis functionality #60
- Resolve settings.php file permissions (should not be writable) #79
- Fix incorrect temporary path in settings #26
Redis with failover
Previous redis implementation could see issues during deployment, as a redis pod may be unavailable to serve requests for a short period during the rollout.
This solution acts as a failsafe by routing requests via a null cache backend if Redis is unavailable. Note: Redis is not enabled by default, this is to be managed on a per-case basis via environment variables.
7.3.1
7.1.0
Release notes:
[GOVCMSD8-143] - Robots.txt for non-production environments
[GOVCMSD8-341] - Robots.txt for *.govcms.gov.au domains
[GOVCMSD8-362] - add findutils to govcms8lagoon cli and test images
[GOVCMSD8-369] - Add findutils to govcmslagoon cli and test images
[GOVCMSD8-363] - review and approve govcms8lagoon NGINX tweaks from DHS PaaS
[GOVCMSD8-364] - temporarily retrieve site_audit HEAD instead of tagged release