From: josephthaliath Date: Thu, 15 Jun 2023 10:39:08 +0000 (+0530) Subject: Updating release tag and release notes X-Git-Tag: 1.1.1~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F11349%2F2;p=aiml-fw%2Fawmf%2Ftm.git Updating release tag and release notes Issue-Id: AIMLFW-49 Change-Id: I7a46ec539394b4fe213743bdc6376dd0b6b349aa Signed-off-by: josephthaliath --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 987b696..bea2e99 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,18 +3,18 @@ .. Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. - +============= Release-Notes -------------- +============= -This document provides the release notes for the G release of AIMLFW Training manager module +This document provides the release notes for the release of AIMLFW Training manager module .. contents:: :depth: 3 :local: Version history ---------------- +=============== +--------------------+--------------------+--------------------+--------------------+ | **Date** | **Ver.** | **Author** | **Comment** | @@ -23,16 +23,48 @@ Version history | 2022-12-08 | 1.0.0 | Joseph Thaliath | G release | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2023-06-29 | 1.1.0 | Joseph Thaliath | H release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ Summary -------- +======= -The G release of AIMLFW Training manager supports the initial version of training jobs management and model management +The H release of AIMLFW Training manager supports the new functionalities like + +#. Feature group creation, +#. Support for obtaining training data from DME, +#. Editing training jobs and Retraining support Release Data ------------- +============ + +H Release +--------- + ++--------------------------------------+------------------------------------------------+ +| **Project** | AIMLFW Training manager | +| | | ++--------------------------------------+------------------------------------------------+ +| **Repo/commit-ID** | aiml-fw/awmf/tm | +| | /dcbaadd22400c8ab6dcd823f8737d9324caa8ecc | ++--------------------------------------+------------------------------------------------+ +| **Release designation** | H release | +| | | ++--------------------------------------+------------------------------------------------+ +| **Release date** | 2023-06-29 | +| | | ++--------------------------------------+------------------------------------------------+ +| **Purpose of the delivery** | | Feature group creation | +| | | Support for obtaining training data from DME | +| | | Editing training jobs and Retraining support | ++--------------------------------------+------------------------------------------------+ + + +G Release +--------- +--------------------------------------+--------------------------------------+ | **Project** | AIMLFW Training manager | @@ -50,4 +82,3 @@ Release Data | **Purpose of the delivery** | AIMLFW Training manager | | | | +--------------------------------------+--------------------------------------+ - diff --git a/releases/container-release-aiml-fw-awmf-tm.yaml b/releases/container-release-aiml-fw-awmf-tm.yaml index 2c473da..399dd9f 100644 --- a/releases/container-release-aiml-fw-awmf-tm.yaml +++ b/releases/container-release-aiml-fw-awmf-tm.yaml @@ -1,11 +1,11 @@ --- #Release tag for tm distribution_type: container -container_release_tag: 1.0.1 +container_release_tag: 1.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: aiml-fw/awmf/tm -ref: 14afe6270be42c0ec491b4127644ff1d091544f5 +ref: dcbaadd22400c8ab6dcd823f8737d9324caa8ecc containers: - name: aiml-fw-awmf-tm-docker - version: 1.0.0 \ No newline at end of file + version: 1.0.0 diff --git a/tox.ini b/tox.ini index 3f066ea..c4c4da7 100644 --- a/tox.ini +++ b/tox.ini @@ -65,6 +65,7 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -78,4 +79,5 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck