|
1 | 1 | # Drupal VM Changelog |
2 | 2 |
|
| 3 | +## 4.4.0 "Sea of Simulation" (2017-03-24) |
| 4 | + |
| 5 | +### Breaking Changes |
| 6 | + |
| 7 | + * No breaking changes. |
| 8 | + |
| 9 | +### New/changed variables in default.config.yml |
| 10 | + |
| 11 | + * `php_version` now defaults to `"7.1"` (was `"7.0"`). |
| 12 | + |
| 13 | +### Improvements |
| 14 | + |
| 15 | + * #1252: Allow Drupal to be deployed into Drupal VM from a Git repository. |
| 16 | + * #1177: Add full and CI-tested support for Debian 8. |
| 17 | + * #1213: Add `DRUPALVM_ANSIBLE_TAGS` environment variable to specify tags to run. |
| 18 | + * #1031: Switch default PHP version to `7.1`. |
| 19 | + * #1211: Add mcrypt PHP extension on RedHat-based installs. |
| 20 | + * #1215: Document alternative method of running Drupal Console commands. |
| 21 | + * Removed logic supporting PHP 5.5, as it's no longer supported. |
| 22 | + * #1233: Tidy up the main Drupal VM playbook. |
| 23 | + * #1198: Use VAGRANT_HOME to get the SSH `insecure_private_key` directory for Drush. |
| 24 | + * #1238: Add a configurable intro message for `vagrant up` and `vagrant reload`. |
| 25 | + * #1230: Allow `Vagrantfile.local` to be either in project _or_ config directory. |
| 26 | + * #1244: Add support for a `secrets.yml` file for use with Ansible Vault. |
| 27 | + * #1135: Improve Sublime Text XDebug documentation. |
| 28 | + * Updated roles: Drush, Drupal, Firewall, Varnish. |
| 29 | + |
| 30 | +### Bugfixes |
| 31 | + |
| 32 | + * #1199: Make sure `rsync` synced folders' `owner` and `group` are applied correctly. |
| 33 | + * #1212: Fixes Drush make builds after Drush role installation technique changed. |
| 34 | + * #1237: Raise a `VagrantError` for clearer error messaging. |
| 35 | + * #1220: Ensure `www-data` is in the group of the NFS synced directory (file permissions). |
| 36 | + * #1245: Ensure production `init.yml` playbook works on Ubuntu 16.04. |
| 37 | + * #1250: Document use of `DRUPALVM_ENV` variable in production docs. |
| 38 | + * #1253: Ensure `geerlingguy.php` role is run when `drupal` tag is used. |
| 39 | + |
| 40 | + |
3 | 41 | ## 4.3.1 (2017-03-14) |
4 | 42 |
|
5 | 43 | ### New/changed variables in default.config.yml |
|
0 commit comments