This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
Releases: geerlingguy/drupal-vm
Releases · geerlingguy/drupal-vm
2.1.0
New variables in config.yml
- Make sure you add and configure
drupalvm_webserver
to choose eitherapache
(default) ornginx
.
Major improvements
- #89: Add Nginx support to Drupal VM (choose between
apache
andnginx
). - #185: Added ability for configuring a public bridged network.
- #227: Add and document Node.js/NPM and Ruby/Gemfile installation options.
Minor improvements
- #210: Remove id from example shares, as it causes more problems than it solves.
- #151: Add drupal install arguments configuration option.
- #202: Pass the port number from the Vagrant autogenerated inventory.
- #216: Install Postfix with geerlingguy.postfix role instead of custom task.
- #212: Use KVM paravirtualization instead of Legacy for VirtualBox (also fixed upstream in base box).
Bugfixes
2.0.1
- Simplified PHP 7.0 docs for Ubuntu 14.04.
- Updated PHP 7.0 instructions for Ubuntu 14.04.
- Removed ImageMagick from default set of packages to install on RedHat PHP 7.0.
- Updated JJG-Ansible-Windows dependency.
- #199: Use Ansible inside VM if Ansible is not present on the host.
- #195: Better language for extra_packages variable.
- #186: Do not accept locale environment variables passed over SSH.
- #200: Java role is always installed, regardless of installed_extras.
- #191: Set example mysql_wait_timeout to 300.
- #190: Fix formatting and add note about permission settings on some log files.
- #188: Avoid Drupal installer exception for xdebug nesting level.
- #187: Update documentation for xhprof and pimpmylog urls.*
2.0.0
NOTE: If using VirtualBox, the latest versions of the underlying OS installations used by Drupal VM will require VirtualBox 5.x+ and Vagrant 1.7.4+ in the very near future!
- #172 and #169: Move documentation to Read the Docs site (http://docs.drupalvm.com/).
- #157: Add XDebug configuration defaults to example config.
- #94: Add documentation for XDebug configuration for PHPStorm and Sublime Text.
- #177: Add Drush aliases within the VM.
- #157: Add Apache module configuration and remove default Apache vhost entry on Ubuntu.
- #179: Ensure drush directories exist inside VM.
- #170: Document fix for Windows stuck on 'Authentication failure'.
- #175: Add documentation about Vagrant and VirtualBox tips and tricks.
- #173: Add logo, make Drupal VM docs index page more helpful.
- #178: Add support for custom synced folder mount options.
- #180: Use upstream apache_remove_default_vhost variable.
- #183: Updated the rest of the documentation links in README.
- #155: Add 'Networking Notes' section to docs.
1.9.7
1.9.6
1.9.5
- #136: Add unique Drupal VM machine name identifier.
- #126: Document Ansible version requirements.
- #127: Add better documentation for installed_extras varaiable.
- #130: Add cron jobs configuration option.
- #141: Allow SSH forwarding so host keys can be used inside guest.
- #140: Better file naming and docs for example configurations.
- #84: Simpler default prod configuration override example.
- #84: More docs for DigitalOcean config.
- #140: Add custom inventory file to .gitignore.
- #140: Add example configurations for various scenarios.
- Update JJG-Ansible-Windows dependency.
- Make PHP 7 a reality on RedHat/CentOS.