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

Commit f8bb921

Browse files
committed
Issue #2025: Update Changelog for 5.2.0 release.
1 parent 16bc8d4 commit f8bb921

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,43 @@
11
# Drupal VM Changelog
22

3+
## 5.2.0 "The Game Has Changed" (2020-03-20)
4+
5+
This release defaults to Python 3 for all Ansible-related tasks, which means some older OSes require a new variable to be overridden to work correctly. For most users, no change is required, however. The release also updates the order in which Postgresql updates
6+
7+
### Breaking Changes
8+
9+
* #2025: Ansible's Python interpreter now defaults to `python3` (was using default which was `python`).
10+
* #2024: Postgresql database and user order of setup reversed, so users should not have 'db'/'priv' set, but database needs 'owner' set.
11+
* #2025: Minimum required Ansible version is now 2.8.
12+
* #2025: Minimum required Vagrant version is now 2.2.0.
13+
14+
### New/changed variables in default.config.yml
15+
16+
* `ansible_python_interpreter`: defaults to `/usr/bin/python3`, override to `/usr/bin/python` if using CentOS 7, Ubuntu 16.04, or Debian 9.
17+
* `drupalvm_vagrant_version_min`: was `'1.8.6'`, now `'2.2.0'`.
18+
* `drupalvm_ansible_version_min`: was `'2.5'`, now `'2.8'`.
19+
* `postgresql_databases`: added `owner` parameter, set to `"{{ drupal_db_user }}"`
20+
* `postgresql_users`: removed `db` and `priv` parameters.
21+
* `solr_version`: was `"5.5.5"`, now `"7.7.2"`.
22+
* `java_packages`: new variable, set to `openjdk-8-jdk` for Debian/Ubuntu, `java-1.8.0-openjdk` for RHEL/CentOS.
23+
24+
### Improvements
25+
26+
* #1960: Use latest Solr 7.x version for better install experience.
27+
* #2025: Use Python 3 for Ansible on all the latest OSes.
28+
* Updated roles: php-pecl, postgresql, php, mysql.
29+
30+
### Bugfixes
31+
32+
* #2024: Fix chicken-and-egg ordering of postgresql database and user ownership.
33+
* #1675: Get CI tests for Postgresql working again.
34+
35+
336
## 5.1.1 (2020-02-27)
437

538
### Breaking Changes
639

7-
- Removed 'official' support for CentOS 6 and Debian 8. These older OSes may still work, but [it would be extremely painful](https://www.youtube.com/watch?v=RZhp-Uctd-c) to keep using them.
40+
* Removed 'official' support for CentOS 6 and Debian 8. These older OSes may still work, but [it would be extremely painful](https://www.youtube.com/watch?v=RZhp-Uctd-c) to keep using them.
841

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

@@ -42,7 +75,7 @@ This release adds support for PHP 7.4, and completely drops PHP 5.6 support (in
4275

4376
### Bugfixes
4477

45-
* TODO
78+
N/A
4679

4780

4881
## 5.0.2 (2019-11-04)

0 commit comments

Comments
 (0)