Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Releases: geerlingguy/drupal-vm

2.1.0

22 Sep 21:51
Compare
Choose a tag to compare

New variables in config.yml

  • Make sure you add and configure drupalvm_webserver to choose either apache (default) or nginx.

Major improvements

  • #89: Add Nginx support to Drupal VM (choose between apache and nginx).
  • #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

  • #111: Replace phpMyAdmin documentation with Adminer.
  • #251: Make Adminer config work better across webservers.

2.0.1

21 Aug 22:06
Compare
Choose a tag to compare
  • 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

30 Jul 03:12
Compare
Choose a tag to compare

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

14 Jul 21:20
Compare
Choose a tag to compare
  • #161: Add selenium and firefox to vm for Behat support.
  • Improve Composer configuration for better handling of global packages.

1.9.6

14 Jul 21:22
Compare
Choose a tag to compare
  • #160: DrupalVM on Windows Host - Ansible Playbook Not Found.
  • #130: Don't bail if cron job is not defined.

1.9.5

14 Jul 21:19
Compare
Choose a tag to compare
  • #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.

1.9.4

14 Jul 21:23
Compare
Choose a tag to compare
  • #134: Add PHP 7.0 support for RHEL/CentOS.
  • #125: Add MariaDB support.
  • #99: Cannot upload images using VirtualBox with Drupal 8.

1.9.3: Fixes #124: Add example configuration for composer global package ins…

14 Jul 21:24
Compare
Choose a tag to compare
  • #124: Add example configuration for composer global package installs.
  • #120: Don't use vagrant_hostname for utility URLs (reverts #117).
  • Add Varnish configuration to prod config example.
  • Add PHP max_input_vars setting for better Drupally behavior.

1.9.2

14 Jul 21:26
Compare
Choose a tag to compare
  • #97: Include Varnish in Drupal VM.
  • #119: More robust instructions for role installation.

1.9.1

14 Jul 21:27
Compare
Choose a tag to compare
  • #117: XHProf and PimpMyLog not respecting specified hostname.
  • #118: Not installing site with install_site 'true' and build_makefile 'false'.