diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03f4239..fca0b16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Gluster Ansible Collection Release Notes .. contents:: Topics +v1.0.2 +====== + +Major Changes +------------- + +- enable client.ssl,server.ssl before starting the gluster volume (https://github.com/gluster/gluster-ansible-collection/pull/19) + v1.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3b80143..788fa60 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -23,3 +23,9 @@ releases: release_date: '2020-06-29' 1.0.1: release_date: '2020-08-18' + 1.0.2: + changes: + major_changes: + - enable client.ssl,server.ssl before starting the gluster volume + (https://github.com/gluster/gluster-ansible-collection/pull/19) + release_date: '2021-09-17' diff --git a/galaxy.yml b/galaxy.yml index 78d5aa9..1eb16c3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,11 +1,10 @@ namespace: gluster name: gluster -version: 1.0.1 +version: 1.0.2 readme: README.md authors: - gluster (github.com/gluster)``` - Prajith Kesava Prasad - - Kesavan Vellalore Thiruvenkadasamy description: Administrate a gluster cluster. license_file: ./LICENSE