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

Commit 0ca883a

Browse files
committed
Issue #1679: Update CHANGELOG for 4.8.0 release. [ci skip]
1 parent 1f4b79d commit 0ca883a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

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

3+
## 4.8.0 "Tower Music / Let Us Pray" (2018-01-30)
4+
5+
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.
6+
7+
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.
8+
9+
### Breaking Changes
10+
11+
* Drush is no longer installed inside Drupal VM if you have `drush` in `installed_extras`. Drush Launcher is installed by default.
12+
* The `drush_version` configuration option is no longer used by default.
13+
* 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/).
14+
15+
### New/changed variables in default.config.yml
16+
17+
* Added the following variables to support Drush 9:
18+
* `drush_aliases_host_template_yml: "templates/drupalvm.aliases.yml.j2"`
19+
* `drush_aliases_guest_template_yml: "templates/drupalvm-local.aliases.yml.j2"`
20+
* Removed now-unused variable: `drush_version: "8.1.15"` (Drush Launcher is installed by default inside Drupal VM).
21+
22+
### Improvements
23+
24+
* #1672: Upgrade Drupal VM to use Drush Launcher and natively support Drush 9.0.0.
25+
* #1595: Create Drush global aliases that work for Drush 9+ and work outside Drupal VM.
26+
* Updated roles: drush.
27+
28+
### Bugfixes
29+
30+
N/A
31+
32+
333
## 4.7.2 (2018-01-29)
434

535
### Breaking Changes

0 commit comments

Comments
 (0)