By omkar.podey on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-2.x
Introduced in version:
8.x-2.6
Issue links:
Description:
- The default value for cron was changed from
\Drupal\automatic_updates\CronUpdater::SECURITYto\Drupal\automatic_updates\CronUpdater::DISABLEDinautomatic_updates.settings.yml. This means that configuration now defaults to disabling automatic updates rather than allowing security updates to be applied. ButCronUpdater::getMode()hardcoded that to override it to\Drupal\automatic_updates\CronUpdater::DISABLED. For >99% of existing sites, there is no difference in behavior. - For the <1% of sites that were overriding
\Drupal\automatic_updates\CronUpdater::getModeto respect the existing configuration, this may disable cron updates for them. They will need to modify their configuration.
Impacts:
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers