Skip to content

v1.12.0

Latest
Compare
Choose a tag to compare
@lmakarov lmakarov released this 17 Jan 10:04
e321666
  • Bumped base versions
    • Alpine v3.17.1
      • Pinned at hotfix release to avoid future version conflicts in dependencies upon Alpine hotfix updates
    • Docker v20.10.21-r2
    • Docker Compose v1.29.2-r2
  • Bumped PHP versions
    • PHP 8.1
    • Composer to v2.2.6
    • Drush (fallback) 8.4.11
    • WP CLI 2.6.0
    • Dropped drush registry_rebuild module
    • Properly configure phpcs for Drupal and Wordpress checks
    • Dropped legacy Acquia drush settings
  • Added support for GitHub Actions CI
  • Reduced BRANCH_NAME_LENGTH_LIMIT to 20 characters
    • This gives the optional "service" part 15 characters to work with: <service>--<branch>--<repo>.example.com (where branch is 20 + 4 (for the md5 suffix), repo is 20, delimiters (--) are 2 + 2, which leaves 15 for service part)
    • Allowed to override BRANCH_NAME_LENGTH_LIMIT and REPO_NAME_LENGTH_LIMIT defaults
  • Updated README.md