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

Commit

Permalink
Issue #1318: Update CHANGELOG for 4.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 21, 2017
1 parent a651338 commit 585148d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Drupal VM Changelog

## 4.4.3 (2017-04-20)

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

* Added `ssh_home: "{{ drupal_core_path }}"` so `vagrant ssh` drops you directly into the core path by default.

### Improvements

* Updated Ansible roles: `mysql`, `solr`, `nodejs`, `drupal`, `varnish`.
* #1177: Mention the availability of the `geerlingguy/debian8` base box.
* #1265: Document reverse-mount shares. Also scaffolds Issue #1258.
* #1272: Set ssh_home by default since it's really helpful.
* #1259: Update some performance-related docs.
* #1317: Remove duplicate handler and extract www tasks into new role.

### Bugfixes

* #1294: Fix 'Cannot load Zend OPcache' notice.
* #1306: Fix Ansible 2.3-related bug with jinja2 inside when statement.
* #1302: Remove `ansible_ssh_user` variable to avoid upstream bugs.
* #1314: Revert "Move simple `include_vars` statement to `vars_files`"


## 4.4.2 (2017-04-12)

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

0 comments on commit 585148d

Please sign in to comment.