Skip to content

Release 7.9.1

Compare
Choose a tag to compare
@stooit stooit released this 20 Jan 00:56

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.