From a711dd97d20482f12d3a2e3121bf939be44e0554 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 12 Jan 2021 18:22:20 +0100 Subject: [RELEASE] Update release note for Guilin maintenance release Issue-ID: INT-1832 Signed-off-by: mrichomme Change-Id: I6ef56fe2ab2142ec05fcb361ff1b0a12397adb05 (cherry picked from commit a00402a48e87b132ca8cf90e474970c3aebdb125) --- docs/conf.py | 4 +++- docs/release-notes.rst | 31 ++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d042f2ce5..3927d8725 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,9 @@ linkcheck_ignore = [ r'http://SINK_IP_ADDRESS:667.*', r'http.*K8S_HOST:30227.*', r'http.*K8S_NODE_IP.*', - 'http://team.onap.eu' + r'http.*REPO_IP.*', + 'http://team.onap.eu', + 'https://tools.ietf.org/html/rfc8345' ] intersphinx_mapping = {} diff --git a/docs/release-notes.rst b/docs/release-notes.rst index db31f8fe8..6d25b47a8 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,15 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0 +Integration Maintenance Release Notes +===================================== + +.. important:: + + The testsuite 1.7.3 image has been produced for the Guilin maintenance release. + This new version includes bug fixes for test cases and healthcheck tests. + See Robot (testsuite) section for details. + Integration Release Notes ========================= @@ -62,7 +71,27 @@ Robot (Testsuite) Version: 1.7.3 ^^^^^^^^^^^^^^ -:Release Date: 2020-11-xx +:Release Date: 2021-01-11 + +Changes for the maintenance release: + +- 2020-12-16 [BUGFIX] Rename the renamed Undeploy Policy Keyword 1.7.3 +- 2020-12-15 Add testcases for SON use case +- 2020-12-15 Setup robot linter +- 2020-12-11 Fix undeploy/delete operational policy +- 2020-12-08 Fixes for tcagen2 and repush vFWCL policies +- 2020-12-03 Eliminate man-in-the-middle attack in DFC/SFTP protocol - E2E tests +- 2020-12-01 Change to tcagen2 consul +- 2020-12-01 Update CMPv2 test to use comma as SANs delimiter +- 2020-12-01 Remove Heatbridge for testing +- 2020-11-26 Update k8splugin import declaration in cmpv2 and 5gbulkpm blueprints +- 2020-11-23 Set API_TYPE default to GR_API +- 2020-11-05 PNF registrar - prevent test case fail at general step Submit SDC Software Product + +Version: 1.7.2 +^^^^^^^^^^^^^^ + +:Release Date: 2020-11-03 .. csv-table:: Testsuite Changes :file: ./files/csv/release-testsuite-features.csv -- cgit 1.2.3-korg