From de54be5ecda0004fc70a146e18387596073aad45 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 11 Nov 2021 13:58:52 +0200 Subject: [PATCH] Release 1.5.3 version with bugfixes Change-Id: I90f72c7ea5869331633ad655275722fdb69570aa --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5793b717..57e9ebce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.5.3 +====== + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Don't require allowed_address_pairs for port +- server_volume - check specified server is found + v1.5.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2914acc6..e303139e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -259,3 +259,10 @@ releases: - Move CI to use Ansible 2.12 version as main release_summary: Bugfixes release_date: '2021-11-09' + 1.5.3: + changes: + bugfixes: + - Don't require allowed_address_pairs for port + - server_volume - check specified server is found + release_summary: Bugfixes + release_date: '2021-11-11' diff --git a/galaxy.yml b/galaxy.yml index 3656616c..8099ebfe 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.5.2 +version: 1.5.3