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

Commit 8801713

Browse files
committed
Issue #1200: Update CHANGELOG with latest changes.
1 parent 9924d7f commit 8801713

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Drupal VM Changelog
22

3+
## 4.3.0 "Ring Game and Escape" (2017-03-09)
4+
5+
### Breaking Changes
6+
7+
* No _explicit_ breaking changes; however, you should update any of the changed variables in the 'Updated Drupal-specific variable names' section below.
8+
9+
### New/changed variables in default.config.yml
10+
11+
* `vagrant_gui: false` added (allows UI to appear after running `vagrant up` - Issue #1175).
12+
* Updated Drupal-specific variable names (Issue #1192):
13+
* `drupalvm_database` changed to `drupal_db_backend`
14+
* `build_makefile` changed to `drupal_build_makefile`
15+
* `build_composer` changed to `drupal_build_composer`
16+
* `build_composer_project` changed to `drupal_build_composer_project`
17+
* `install_site` changed to `drupal_install_site`
18+
* `drupal_core_owner` added (defaults to `drupalvm_user` - Issue #1192)
19+
* `tideways` added (commented out) to `installed_extras` (Issue #1181)
20+
21+
### Improvements
22+
23+
* #1192: Move Drupal build and install code into revamped `geerlingguy.drupal` role.
24+
* #1175: Add `vagrant_gui` option to allow GUI to show when running `vagrant up`.
25+
* #1200: Only install necessary development packages (for faster, lighter builds).
26+
* Roles updated to latest version: Composer, Solr, Java, Selenium, Drush, Firewall, and Varnish.
27+
28+
### Bugfixes
29+
30+
* #1167, #1181, #1168, #1188: Documentation tweaks.
31+
* #420: Update Drush role so 'run drush to set it up' doesn't fail.
32+
* #1182: Clean up Tideways documentation.
33+
34+
335
## 4.2.1 (2017-02-08)
436

537
### Improvements

0 commit comments

Comments
 (0)