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

Commit

Permalink
Issue #1200: Update CHANGELOG with latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 10, 2017
1 parent 9924d7f commit 8801713
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Drupal VM Changelog

## 4.3.0 "Ring Game and Escape" (2017-03-09)

### Breaking Changes

* No _explicit_ breaking changes; however, you should update any of the changed variables in the 'Updated Drupal-specific variable names' section below.

### New/changed variables in default.config.yml

* `vagrant_gui: false` added (allows UI to appear after running `vagrant up` - Issue #1175).
* Updated Drupal-specific variable names (Issue #1192):
* `drupalvm_database` changed to `drupal_db_backend`
* `build_makefile` changed to `drupal_build_makefile`
* `build_composer` changed to `drupal_build_composer`
* `build_composer_project` changed to `drupal_build_composer_project`
* `install_site` changed to `drupal_install_site`
* `drupal_core_owner` added (defaults to `drupalvm_user` - Issue #1192)
* `tideways` added (commented out) to `installed_extras` (Issue #1181)

### Improvements

* #1192: Move Drupal build and install code into revamped `geerlingguy.drupal` role.
* #1175: Add `vagrant_gui` option to allow GUI to show when running `vagrant up`.
* #1200: Only install necessary development packages (for faster, lighter builds).
* Roles updated to latest version: Composer, Solr, Java, Selenium, Drush, Firewall, and Varnish.

### Bugfixes

* #1167, #1181, #1168, #1188: Documentation tweaks.
* #420: Update Drush role so 'run drush to set it up' doesn't fail.
* #1182: Clean up Tideways documentation.


## 4.2.1 (2017-02-08)

### Improvements
Expand Down

0 comments on commit 8801713

Please sign in to comment.