Releases: govCMS/scaffold-tooling
Releases · govCMS/scaffold-tooling
6.0.0
5.7.1
What's Changed
- chore: update outdated Drush version to 13.x (13.5.0+) by @tobybellwood in #365
- [GOVCMS-12395] Upgraded govcms_akamai_purge module to 2.2.1. by @sonnykt in #367
Full Changelog: 5.7.0...5.7.1
5.7.0
What's Changed
- [DEVOPS-274] Removed legacy platform validate scripts. by @sonnykt in #333
- Update shipshape.yml by @steveworley in #342
- [DEVOPS-663] Enforced TFA for authenticated users in production settings. by @sonnykt in #344
- [GOVCMS-11545] Require httpav & disallow clamav by @yusufhm in #346
- DEVOPS-663: Update feature flag logic for slow rollout. by @steveworley in #348
- Added sql:drop before import. by @stooit in #349
- [DEVOPS-467] Removed abandoned package. by @barbun in #347
- Update production.settings.php by @courdo1 in #350
- Chore: Update Stage File Proxy by @steveworley in #351
- [DEVOPS-665] Enforce setup own tfa permission for authenticated users. by @sonnykt in #345
- [GOVCMSD10-1203] Uninstall google_tag module on non-prod sites by @cb-govcms in #354
- DEVOPS-779: Use read replica for db backup by @jnsalsa in #357
- [DEVOPS-762] Required govcms_akamai_purge module in shipshape check. by @sonnykt in #355
- Updated PHPStan disallowed calls package. by @barbun in #361
- Ignore false positives. by @barbun in #362
- [GOVCMSD10-1312] add symfony_mailer in module_permissions by @suhyeonh in #359
New Contributors
- @courdo1 made their first contribution in #350
- @cb-govcms made their first contribution in #354
- @jnsalsa made their first contribution in #357
- @suhyeonh made their first contribution in #359
Full Changelog: 5.4.0...5.7.0
5.6.0
What's Changed
- [GOVCMSD10-1203] Uninstall google_tag module on non-prod sites by @cb-govcms in #354
- Release 5.6.0 by @steveworley in #356
New Contributors
- @cb-govcms made their first contribution in #354
Full Changelog: 5.5.0...5.6.0
Release 5.5.0
What's Changed
- [DEVOPS-274] Removed legacy platform validate scripts. by @sonnykt in #333
- Update shipshape.yml by @steveworley in #342
- [DEVOPS-663] Enforced TFA for authenticated users in production settings. by @sonnykt in #344
- [GOVCMS-11545] Require httpav & disallow clamav by @yusufhm in #346
- DEVOPS-663: Update feature flag logic for slow rollout. by @steveworley in #348
- Added sql:drop before import. by @stooit in #349
- [DEVOPS-467] Removed abandoned package. by @barbun in #347
- Update production.settings.php by @courdo1 in #350
- Chore: Update Stage File Proxy by @steveworley in #351
- [DEVOPS-665] Enforce setup own tfa permission for authenticated users. by @sonnykt in #345
- Release 5.5.0 by @steveworley in #352
New Contributors
Full Changelog: 5.4.1...5.5.0
Release 5.4.1
Bugfix: Ensure sql:drop is run prior to database sync #349
Full Changelog: 5.4.0...5.4.1
Release 5.4.0
What's Changed
- Fix: ensure audits inspect final config by @yusufhm in #326
- Feat: Move to new images by @steveworley in #327
- Fix: Add shipshape stage to gitlab CI. by @steveworley in #332
- Fix: Check isset($_SERVER['HTTP_HOST']) by @acbramley in #331
- Feat: Upgraded to docker compose v2. by @sonnykt in #303
- Feat: Add check for executable files by @yusufhm in #328
- Feat: Pin versions in composer.json and add dependabot. by @steveworley in #318
- Fix: MySQL8 compatibility. by @steveworley in #338
- Exclude core search tables from db sync. by @stooit in #339
New Contributors
- @acbramley made their first contribution in #331
Full Changelog: 5.3.0...5.4.0
Release 5.3.0
What's Changed
- Feat: True client IP support by @steveworley in #319
- Feat: Ban outgoing HTTP requests in theme by @barbun in #271
- Fix: Add php-http/discovery to the composer allow-plugins by @ruwanl in #316
- Fix: Support httpav or clamav in db config. by @yusufhm in #320
- Fix: Ensure config import is skipped on canary environments. by @stooit in #323
- Chore: Update GA code. by @steveworley in #321
- Chore: Update httpav to 1.1.0 by @steveworley in #313
New Contributors
Full Changelog: 5.2.1...5.3.0
Release 5.2.1
What's Changed
- Updated dependencies by @barbun in #297
- [GOVCMS-8976] [DEVOPS-391] Added check for devel module to shipshape. by @sonnykt in #300
- Upgraded govcms_akamai_purge to 2.1.0. by @sonnykt in #301
- [GOVCMS-10068] Replaced obsolete --pipe format. by @yusufhm in #302
- Update scripts to support Drush 12. by @steveworley in #304
- Update govcms-db-sync by @steveworley in #305
- Fix: Updating alias calls. by @steveworley in #306
- [GOVCMS-9913] Added Symfony Mailer settings. by @barbun in #299
- Use explicit value for mailer_sendmail_commands. by @stooit in #308
- [DEVOPS-382] Added conditional AV check. by @barbun in #307
Full Changelog: 5.2.0...5.2.1
What's Changed
- Fix: Samesite cookie configuration for local envs by @steveworley in #272
- Set back cookie_samesite: Lax as per original Drupal core value for D10 by @silverham in #275
- Fix: Revert samesite cookie ini. by @steveworley in #276
- Fix: Update the default clamav handling. by @steveworley in #274
- fix: prevent phpstan audit failures - report only by @yusufhm in #281
- Feat: Add a patch for ClamAV inline uploads. by @steveworley in #278
- Added check for active user 1. by @sonnykt in #283
- [GOVCMS-4997] Introduced a script for DB restore by @barbun in #268
- [DEVOPS-78] Added Slack notification for drush errors. by @barbun in #286
- Feat: Update CI pipeline. by @steveworley in #288
- [DEVOPS-280] Added check for 'setup own tfa' permission. by @sonnykt in #284
- [DEVOPS-279] Required Drush 12. by @sonnykt in #289
- Feat: Add httpav module. by @steveworley in #292
- [GOVCMSD10-375] Update event log track setting accordingly. by @drupal-spider in #290
- Fix: Unit tests for Drush command update by @steveworley in #294
- Updated dependencies by @barbun in #297
- [GOVCMS-8976] [DEVOPS-391] Added check for devel module to shipshape. by @sonnykt in #300
- Upgraded govcms_akamai_purge to 2.1.0. by @sonnykt in #301
- [GOVCMS-10068] Replaced obsolete --pipe format. by @yusufhm in #302
- Update scripts to support Drush 12. by @steveworley in #304
- Fix: Updating alias calls. by @steveworley in #306
- [GOVCMS-9913] Added Symfony Mailer settings. by @barbun in #299
- Use explicit value for mailer_sendmail_commands. by @stooit in #308
- [DEVOPS-382] Added conditional AV check. by @barbun in #307
- Fix: Update govcms-enable_modules by @steveworley in #310
New Contributors
- @silverham made their first contribution in #275
Full Changelog: 5.0.0...5.2.1
Release 5.2.0
What's Changed
- Feat: Added Slack notification for drush errors. by @barbun in #286
- Feat: Update CI pipeline. by @steveworley in #288
- Feat: Added check for 'setup own tfa' permission. by @sonnykt in #284
- Feat: Required Drush 12. by @sonnykt in #289
- Feat: Add httpav module. by @steveworley in #292
- Fix: Update event log track setting accordingly. by @drupal-spider in #290
- Fix: Unit tests for Drush command update by @steveworley in #294
- Fix: Remove bot_user support. by @steveworley in #296
Full Changelog: 5.1.0...new