Update releasenotes from Zed cycle

Listing some bug fixes from beginning of Zed cycle should be
included in releasenotes.

* Fix SSL certificate setting error in v2 Tacker API [1].
* Fix special word error in k8s initialization [2].
* Fix some MgmtDriver error due to Yoga update [3].

[1] https://review.opendev.org/c/openstack/tacker/+/848918
[2] https://review.opendev.org/c/openstack/tacker/+/845655
[3] https://review.opendev.org/c/openstack/tacker/+/844762

Change-Id: I73761283f938c95c0d263d6eca9f1b6624ef1eb2
This commit is contained in:
Shuwen Cai 2022-09-09 15:03:01 +09:00
parent d5a97c5ffb
commit 49be1faa83
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes `bug 1976440`_, errors occurred while using the Mgmt Driver
for LCM operations.
.. _bug 1976440 : https://bugs.launchpad.net/tacker/+bug/1976440

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Fixes `bug 1978071`_, the issue that k8s resource initialization
fails when the manifest file contains special fields such as 'exec',
'not', 'except', 'continue', 'from'.
.. _bug 1978071 : https://bugs.launchpad.net/tacker/+bug/1978071

View File

@ -0,0 +1,7 @@
fixes:
- |
Fixes `bug 1979413`_, create temp ssl cert file and set it to
k8s client config if 'ssl_ca_cert' exists in
``VimConnectionInfo.interfaceInfo``.
.. _bug 1979413: https://bugs.launchpad.net/tacker/+bug/1979413