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

Commit 585148d

Browse files
committed
Issue #1318: Update CHANGELOG for 4.4.3 release.
1 parent a651338 commit 585148d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

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

3+
## 4.4.3 (2017-04-20)
4+
5+
### New/changed variables in default.config.yml
6+
7+
* Added `ssh_home: "{{ drupal_core_path }}"` so `vagrant ssh` drops you directly into the core path by default.
8+
9+
### Improvements
10+
11+
* Updated Ansible roles: `mysql`, `solr`, `nodejs`, `drupal`, `varnish`.
12+
* #1177: Mention the availability of the `geerlingguy/debian8` base box.
13+
* #1265: Document reverse-mount shares. Also scaffolds Issue #1258.
14+
* #1272: Set ssh_home by default since it's really helpful.
15+
* #1259: Update some performance-related docs.
16+
* #1317: Remove duplicate handler and extract www tasks into new role.
17+
18+
### Bugfixes
19+
20+
* #1294: Fix 'Cannot load Zend OPcache' notice.
21+
* #1306: Fix Ansible 2.3-related bug with jinja2 inside when statement.
22+
* #1302: Remove `ansible_ssh_user` variable to avoid upstream bugs.
23+
* #1314: Revert "Move simple `include_vars` statement to `vars_files`"
24+
25+
326
## 4.4.2 (2017-04-12)
427

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

0 commit comments

Comments
 (0)