From 47382d52ed3d1787bbc1d8c0b4b17438219bea30 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 8 Apr 2021 20:01:45 +0300 Subject: [PATCH] Release 1.4.0 version Change-Id: I64652090e65de8450ca907a57e23e09e562c17da --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 260a53de..3173f671 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,31 @@ Openstack Cloud Ansilbe modules Release Notes .. 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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a400c102..9e20cc2e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -149,3 +149,20 @@ releases: name: stack_info namespace: '' 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' diff --git a/galaxy.yml b/galaxy.yml index 085a0069..664cca55 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.3.1-dev +version: 1.4.0