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

Commit

Permalink
Issue #1679: Update CHANGELOG for 4.8.0 release. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 30, 2018
1 parent 1f4b79d commit 0ca883a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Drupal VM Changelog

## 4.8.0 "Tower Music / Let Us Pray" (2018-01-30)

This release is all about Drush. Please read my blog post [Drupal VM 4.8 and Drush 9.0.0 - Some major changes](https://www.jeffgeerling.com/blog/2018/drupal-vm-48-and-drush-900-some-major-changes) for details and more background.

If you have Drush 8 installed on your host machine, primarily use Drush _outside_ of Drupal VM, and don't use a Drush make file, none of the breaking changes should affect you.

### Breaking Changes

* Drush is no longer installed inside Drupal VM if you have `drush` in `installed_extras`. Drush Launcher is installed by default.
* The `drush_version` configuration option is no longer used by default.
* Drush make files cannot be built with Drush 9+. If you have `drupal_build_makefile: true` in your `config.yml`, you _must_ add configuration to install an older version of Drush inside Drupal VM. See the [Drupal VM Drush make docs](http://docs.drupalvm.com/en/latest/deployment/drush-make/).

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

* Added the following variables to support Drush 9:
* `drush_aliases_host_template_yml: "templates/drupalvm.aliases.yml.j2"`
* `drush_aliases_guest_template_yml: "templates/drupalvm-local.aliases.yml.j2"`
* Removed now-unused variable: `drush_version: "8.1.15"` (Drush Launcher is installed by default inside Drupal VM).

### Improvements

* #1672: Upgrade Drupal VM to use Drush Launcher and natively support Drush 9.0.0.
* #1595: Create Drush global aliases that work for Drush 9+ and work outside Drupal VM.
* Updated roles: drush.

### Bugfixes

N/A


## 4.7.2 (2018-01-29)

### Breaking Changes
Expand Down

0 comments on commit 0ca883a

Please sign in to comment.