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

Commit

Permalink
chg: dev: Change log update for 1.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 28, 2020
1 parent 70cede3 commit 2154c42
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.6.5

### New

* Implement the gitchangelog Python package. [Ben Dalling]

* Migrate latest checks from TravisCI to GitHub workflows. [Ben Dalling]

* Start migration from TravisCI to GitHub Workflow. [Ben Dalling]

### Fix

* Reduce duplicated templates for Systemd. [Ben Dalling]

* Resolve issues with new testinfra version. [Ben Dalling]

* Ensure testing against latest Python packages. [Ben Dalling]


## [1.6.4](https://github.com/locp/ansible-role-cassandra/tree/1.6.4) (2020-10-30)

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/1.6.3...1.6.4)
Expand Down Expand Up @@ -50,7 +69,7 @@

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/1.5.0...1.5.1)

Many thanks to @aijanai for raising #93 and for his suggestions to improve the documentation to resolve the issue.
Many thanks to @aijanai for raising #93 and for his suggestions to improve the documentation to resolve the issue.


**Implemented enhancements:**
Expand Down Expand Up @@ -184,9 +203,9 @@ Many thanks to @tkazmierczak-tt for their assistance, clear problem description

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/1.0.0...1.0.1)

Working on this release have brought the following problems to light:

* Our testing doesn't like PyTest 5 (released halfway through the development of this release). Suspect that this will be rather easy to fix/workaround though.
Working on this release have brought the following problems to light:

* Our testing doesn't like PyTest 5 (released halfway through the development of this release). Suspect that this will be rather easy to fix/workaround though.
* https://issues.apache.org/jira/browse/CASSANDRA-15099 has been raised as a bug for the service implementation on Debian 10 (Buster). In our test playbook, we have set `cassandra_service_restart` to `False` for that platform.

**Implemented enhancements:**
Expand Down Expand Up @@ -230,8 +249,8 @@ Working on this release have brought the following problems to light:

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/0.7.2...0.7.3)

**Ansible Version**

**Ansible Version**

The minimum Ansible version has been bumped from 2.6.2 to 2.6.14 due to CVE-2019-3828 (#50).

**Fixed bugs:**
Expand All @@ -250,8 +269,8 @@ The minimum Ansible version has been bumped from 2.6.2 to 2.6.14 due to CVE-2019

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/0.7.0...0.7.1)

**Ansible Version**

**Ansible Version**

The minimum Ansible version has been bumped from 2.6.0.0 to 2.6.2.0 due to issues found in #45. Specifically that version of Ansible did not work so well with Molecule (ansible/ansible#42118).

**Fixed bugs:**
Expand Down Expand Up @@ -326,8 +345,8 @@ The minimum Ansible version has been bumped from 2.6.0.0 to 2.6.2.0 due to issue

[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/0.4.1...0.4.2)

**Ansible Version**

**Ansible Version**

The minimum supported Ansible version was bumped from 2.2.0.0 to 2.3.1.0 (see #19) and subsequently to 2.6.0.0 (see #20).

**Fixed bugs:**
Expand Down

0 comments on commit 2154c42

Please sign in to comment.