Prepare release 2.2.0
Prepare data for the v2.2.0 release with few new modules and bugfixes. Change-Id: Id593b623b389cedb140fb05e8063f48ef7eacc36
This commit is contained in:
parent
9fb544d94a
commit
fff978d273
@ -5,6 +5,27 @@ Ansible OpenStack Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New module for volume_type and bugfixes
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add volume_encryption_type modules
|
||||||
|
- Add volume_type modules
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix image module filter
|
||||||
|
- Fix port module idempotency
|
||||||
|
- Fix router module idempotency
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -515,3 +515,14 @@ releases:
|
|||||||
- Highlight our mode of operation more prominently
|
- Highlight our mode of operation more prominently
|
||||||
release_summary: New module for Ironic and bugfixes
|
release_summary: New module for Ironic and bugfixes
|
||||||
release_date: '2023-04-19'
|
release_date: '2023-04-19'
|
||||||
|
2.2.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Fix image module filter
|
||||||
|
- Fix port module idempotency
|
||||||
|
- Fix router module idempotency
|
||||||
|
minor_changes:
|
||||||
|
- Add volume_encryption_type modules
|
||||||
|
- Add volume_type modules
|
||||||
|
release_summary: New module for volume_type and bugfixes
|
||||||
|
release_date: '2023-12-01'
|
||||||
|
@ -32,4 +32,4 @@ build_ignore:
|
|||||||
- .vscode
|
- .vscode
|
||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 2.1.0
|
version: 2.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user