Publish 2.1.0 release
Change-Id: I142f14dd35720557539b9cf3489a3c12c31f342a
This commit is contained in:
parent
ab6f2e45c6
commit
c30e4db77c
@ -5,6 +5,31 @@ Ansible OpenStack Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New module for Ironic and bugfixes
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add baremetal_deploy_template module
|
||||||
|
- Highlight our mode of operation more prominently
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Change security group rules only when instructed to do so
|
||||||
|
- Fix for AttributeError: 'dict' object has no attribute 'status'
|
||||||
|
- Fix issue with multiple records in recordset
|
||||||
|
- Fix mistake in compute_flavor_access notes
|
||||||
|
- Fixed private option in inventory plugin
|
||||||
|
- Respect description option and delete security group rules first
|
||||||
|
- Use true and false instead of yes and no for boolean values
|
||||||
|
|
||||||
v2.0.0
|
v2.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -500,3 +500,18 @@ releases:
|
|||||||
directory which could be used to generate and develop new Ansible modules
|
directory which could be used to generate and develop new Ansible modules
|
||||||
for this collection have been removed.
|
for this collection have been removed.
|
||||||
release_date: '2023-01-31'
|
release_date: '2023-01-31'
|
||||||
|
2.1.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Change security group rules only when instructed to do so
|
||||||
|
- 'Fix for AttributeError: ''dict'' object has no attribute ''status'''
|
||||||
|
- Fix issue with multiple records in recordset
|
||||||
|
- Fix mistake in compute_flavor_access notes
|
||||||
|
- Fixed private option in inventory plugin
|
||||||
|
- Respect description option and delete security group rules first
|
||||||
|
- Use true and false instead of yes and no for boolean values
|
||||||
|
minor_changes:
|
||||||
|
- Add baremetal_deploy_template module
|
||||||
|
- Highlight our mode of operation more prominently
|
||||||
|
release_summary: New module for Ironic and bugfixes
|
||||||
|
release_date: '2023-04-19'
|
||||||
|
@ -32,4 +32,4 @@ build_ignore:
|
|||||||
- .vscode
|
- .vscode
|
||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user