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

Commit 5000f19

Browse files
committed
Issue #1149: Update CHANGELOG.md with changes for 4.2.0.
1 parent 989d77e commit 5000f19

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

3+
## 4.2.0 "Theme From Tron" (2017-01-30)
4+
5+
### Breaking Changes
6+
7+
* N/A
8+
9+
### New/changed variables in default.config.yml
10+
11+
* `apache_packages_state: latest` added to ensure latest Apache version is installed.
12+
* `firewall_disable_firewalld: true` and `firewall_disable_ufw: true` to ensure the system default firewalls are disabled on CentOS and Ubuntu, respectively (we set up our own rules, so this prevents weird problems).
13+
14+
### Improvements
15+
16+
* #1123: Add Tideways support and updated documentation for use.
17+
* #1107: Allow additions to PHP packages via php_packages_extra.
18+
* #1092: Docs makeover.
19+
* #1134: Make Solr core work out of the box with Drupal 8 Search API Solr more easily.
20+
* #1110: Move `cron` example to the Docs.
21+
* #649: Document how to use `vagrant-lxc` with Drupal VM.
22+
* Update roles to latest versions: firewall, elasticsearch, nodejs, solr, nginx.
23+
24+
### Bugfixes
25+
26+
* #1093: Upgrade Apache packages on provision so latest release is installed.
27+
* #1101: Update Selenium role so it works on systemd systems (e.g. Ubuntu 16.04, CentOS 7).
28+
* #1102: Update ruby role to add gem bin directory to `$PATH`.
29+
* #1131: Fixes solr < 5 on Ubuntu 16, CentOS 7 with Ansible 2.2.
30+
31+
332
## 4.1.1 (2016-12-30)
433

534
### Bugfixes

0 commit comments

Comments
 (0)