From b2f3cf3210868cc7b6ec5db38b5c50fe4468aa45 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 9 Nov 2021 13:38:50 +0200 Subject: [PATCH] Release 1.5.2 version Change-Id: Id8eb73da64631e1f25b5febd8a9f6dbee9707476 --- CHANGELOG.rst | 23 +++++++++++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ galaxy.yml | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7aba33b1..5793b717 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.5.2 +====== + +Release Summary +--------------- + +Bugfixes + +Minor Changes +------------- + +- Add documentation links to README.md +- Don't run functional jobs on galaxy.yml change +- Move CI to use Ansible 2.12 version as main + +Bugfixes +-------- + +- Add client and member listener timeouts for persistence (Ex. SSH) +- Added missing warn() used in cloud.openstack.quota +- Fix issue with same host and group names +- Flavor properties are not deleted on changes and id will stay + v1.5.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dc87de54..2914acc6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -246,3 +246,16 @@ releases: - Update IRC server in README release_summary: Bugfixes for networking modules release_date: '2021-09-02' + 1.5.2: + changes: + bugfixes: + - Add client and member listener timeouts for persistence (Ex. SSH) + - Added missing warn() used in cloud.openstack.quota + - Fix issue with same host and group names + - Flavor properties are not deleted on changes and id will stay + minor_changes: + - Add documentation links to README.md + - Don't run functional jobs on galaxy.yml change + - Move CI to use Ansible 2.12 version as main + release_summary: Bugfixes + release_date: '2021-11-09' diff --git a/galaxy.yml b/galaxy.yml index 47a63660..3656616c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.5.1 +version: 1.5.2