Release 1.5.2 version

Change-Id: Id8eb73da64631e1f25b5febd8a9f6dbee9707476
This commit is contained in:
Sagi Shnaidman 2021-11-09 13:38:50 +02:00
parent 11c7cd23f8
commit b2f3cf3210
3 changed files with 37 additions and 1 deletions

View File

@ -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
======

View File

@ -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'

View File

@ -33,4 +33,4 @@ build_ignore:
- ansible_collections_openstack.egg-info
- contrib
- changelogs
version: 1.5.1
version: 1.5.2