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

Commit 2e91f3f

Browse files
committed
Issue #1918: Update CHANGELOG for 5.0.0 release. [ci skip]
1 parent d305cb6 commit 2e91f3f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Drupal VM Changelog
22

33

4+
## 5.0.0 "Flynn Lives" (2019-04-09)
5+
6+
There are no major architectural changes in this release, which speaks to the current maturity of the Drupal VM platform; instead, this release focuses on updating all the default versions—most especially of the base OS to Ubuntu 18.04 'Bionic'. If you need to remain on Ubuntu 16.04 for now, please make sure you explicitly set `vagrant_box: geerlingguy/ubuntu1604` in your `config.yml`, or use a version of the `geerlingguy/drupal-vm` Vagrant box _older than_ `2.0.0`.
7+
8+
### Breaking Changes
9+
10+
* #1881: Ubuntu 18.04 is now the defaul.t OS version (and is used in the `geerlingguy/drupal-vm` base image `2.0.0` and later)
11+
* Ubuntu 14.04 is no longer supported.
12+
* #1874: PHP 7.2 is now the default PHP version
13+
* PHP 5.6 is no longer supported (though you may be able to install it for some time).
14+
* #1885: Node.js 10.x is now the default Node.js version.
15+
* Node.js 0.10, 0.12, 4.x, and 5.x are no longer supported (though you may be able to install some of them for some time).
16+
17+
### New/changed variables in default.config.yml
18+
19+
* `php_version` changed from `7.1` to `7.2`
20+
* `nodejs_version` changed from `6.x` to `10.x`
21+
22+
### Improvements
23+
24+
* #1919: Ran out of songs from original Tron soundtrack; releases shall now be named after Tron: Legacy tracks.
25+
26+
### Bugfixes
27+
28+
* #1895: Fixed typo in Drush docs.
29+
30+
431
## 4.9.2 (2019-01-03)
532

633
### Breaking Changes

0 commit comments

Comments
 (0)