From bf939a4ce02d6a2271aadd0bf2a6550824f57931 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Thu, 10 Mar 2022 11:43:44 +0100 Subject: [PATCH] Release 1.7.2 version Primary reason for this new release is to fix the mess we did yesterday when we accidentially merged release 1.7.1 and all changes from the stable branch into the master branch. This release 1.7.2 does not really change anything except fixing the guidelines. Change-Id: I1ad23bd36746a180f8851df294df4e01213bdf2f --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 6 ++++++ galaxy.yml | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 966eb074..fb85a353 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.7.2 +====== + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Fix collection guidelines + v1.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cca4c8c2..8d5afd07 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -313,3 +313,9 @@ releases: - lb_member - Add monitor_[address,port] parameter release_summary: Bugfixes release_date: '2022-03-08' + 1.7.2: + changes: + bugfixes: + - Fix collection guidelines + release_summary: Bugfixes + release_date: '2022-03-10' diff --git a/galaxy.yml b/galaxy.yml index fde97146..9b5f526a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.7.1 +version: 1.7.2