Release 1.4.0 version

Change-Id: I64652090e65de8450ca907a57e23e09e562c17da
This commit is contained in:
Sagi Shnaidman 2021-04-08 20:01:45 +03:00
parent 0e2058988e
commit 47382d52ed
3 changed files with 43 additions and 1 deletions

View File

@ -5,6 +5,31 @@ Openstack Cloud Ansilbe modules Release Notes
.. contents:: Topics .. contents:: Topics
v1.4.0
======
Release Summary
---------------
New object_container module and bugfixes.
Bugfixes
--------
- Add Octavia job for testing Load Balancer
- Add binding profile to port module
- Add execution environment metadata
- Fix CI for latest ansible-test with no_log
- Fix issues with newest ansible-test 2.11
- Prepare for Ansible 2.11 tests
- add option to exclude legacy groups
- security_group_rule add support ipv6-icmp
New Modules
-----------
- openstack.cloud.object_container - Manage Swift container
v1.3.0 v1.3.0
====== ======

View File

@ -149,3 +149,20 @@ releases:
name: stack_info name: stack_info
namespace: '' namespace: ''
release_date: '2021-02-16' release_date: '2021-02-16'
1.4.0:
changes:
bugfixes:
- Add Octavia job for testing Load Balancer
- Add binding profile to port module
- Add execution environment metadata
- Fix CI for latest ansible-test with no_log
- Fix issues with newest ansible-test 2.11
- Prepare for Ansible 2.11 tests
- add option to exclude legacy groups
- security_group_rule add support ipv6-icmp
release_summary: New object_container module and bugfixes.
modules:
- description: Manage Swift container
name: object_container
namespace: ''
release_date: '2021-04-08'

View File

@ -33,4 +33,4 @@ build_ignore:
- ansible_collections_openstack.egg-info - ansible_collections_openstack.egg-info
- contrib - contrib
- changelogs - changelogs
version: 1.3.1-dev version: 1.4.0