Skip to content

Releases: govCMS/lagoon

Release 8.9.1

27 Jul 23:36
c5cbac9
Compare
Choose a tag to compare

Changes

  • GOVCMSD8-644 - Support for GitHub authorization tokens (#158)
  • GOVCMSD8-662 - Update Lagoon base images to v1.8.1 (#162)
  • GOVCMSD8-663 - Alter session lifetime and idle lifetime values for D8 (#161)
  • GOVCMSD8-665 - Update "symfony/event-dispatcher" for the Drupal 8.9.1 requirements (#160)

Notes

This release now uses GovCMS8 v1.6.1 which comes with Drupal core 8.9.1 and other goodies.
There's also no GovCMS8Lagoon release packaged with GovCMS8 v1.6.0, so please also refer to those notes.
See the release page for more information,

Release 8.8.0

19 Jun 04:37
a1daaa8
Compare
Choose a tag to compare

Release notes

  • Updates the GovCMS distribution to v1.5.0 to accommodate upsteam security updates.

Release 8.6.0

10 Jun 01:54
8.6.0
f6915b1
Compare
Choose a tag to compare

Release notes

  • Updated to use GovCMS8 v1.4.0
  • Added support for read replica access during read operations in govcms-deploy (#83, #155)
  • Finalised support for gitlab-ci (#82)
  • Added a timeout to Redis connections (#153)
  • Updated environment indicator colours (AAA WCAG) (#154)
  • Updated the docker-compose reference to match the PHP version used (#156)

Release 8.5.0

29 Apr 00:12
c51944a
Compare
Choose a tag to compare
  • #122 - [GOVCMSD8-598] - Updated the CI base image
  • #129 - [GOVCMSD8-594] - Added nginx security headers
  • #131 - [GOVCMS-4353, GOVCMS-4200] - Add scaffold tooling to base image
  • #133 - [GOVCMS-4353, GOVCMS-4200] - Update site alias for scaffold-tooling compatibility
  • #134 - [GOVCMS-4353, GOVCMS-4200] - Pin scaffold-tooling
  • #135 - [GOVCMSD8-576] - Added override for temporary file removal
  • #136 - [GOVCMSD8-604] - Allow disabling dev mode on non-production environments
  • #139 - [GOVCMS-4245] - Added support for COMPOSER_AUTH
  • #141 - [GOVCMSD8-594] - Typo corrections
  • #142 - [GOVCMSD8-535] - PHP 7.3 & Solr 7.5 upgrade
  • #143 - [GOVCMSD8-603] - Solr upgrade path
  • #147 - [GOVCMSD8-603] - Permissions fix for config directory
  • #150 - [GOVCMSD8-603] - hook_update for Solr upgrade

Release 8.1.1

21 Feb 04:48
2b77c5d
Compare
Choose a tag to compare

Release notes:

  • [GOVCMSD8-433] Fix for fast_404 blocking webform file download (via private filesystem)
  • [GOVCMSD8-559] Reduce max file upload size to 256MB
  • [GOVCMSD8-561] Fix for empty favicon response
  • [GOVCMSD8-566] Update Lagoon images to v1.2.0

This release includes the GovCMS8.x-1.1.0 release (Drupal 8.8.1) which adds TFA.

Release 7.9.1

20 Jan 00:56
Compare
Choose a tag to compare

Release notes:

  • Allow max-age header override via env var
  • Added automated testing for Nginx
  • Fixed MySQL client issue importing with large database dumps/imports
  • Saves a backup of configuration in database before deploy
  • Adds the X-Robots-Tag: none to non-prod domains
  • Auto-build latest develop and master and push to edge and beta on dockerhub nightly

This release includes the GovCMS8.x-1.0 release (Drupal 8.8.1).

Upgrade process:

Important: If using configuration management on PaaS you must ensure you build locally first and export the latest configuration.

  1. Run ahoy pull to ensure you have the latest images
  2. Run drush updb to complete the upgrade process
  3. Export configuration and ensure core.extension.yml includes the new path_alias module

This is due to the introduction of the path_alias module in core which becomes a dependency; however config is not updated automatically to reflect this: https://www.drupal.org/project/drupal/issues/3099746

The upgrade process will be managed automatically for SaaS users.

Release 7.8.1

21 Oct 02:28
213c2c8
Compare
Choose a tag to compare

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

18 Jul 07:41
bce7581
Compare
Choose a tag to compare

Release notes:

[GOVCMS-3209] - GovCMS D8 1.0.0-beta7

7.1.0

15 May 06:32
Compare
Choose a tag to compare

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

6.7.1

20 Feb 03:38
8030ced
Compare
Choose a tag to compare

Fix the distribution deployment process