Updating release tag and release notes 49/11349/2
authorjosephthaliath <jo.thaliath@samsung.com>
Thu, 15 Jun 2023 10:39:08 +0000 (16:09 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Thu, 15 Jun 2023 10:48:45 +0000 (16:18 +0530)
Issue-Id: AIMLFW-49

Change-Id: I7a46ec539394b4fe213743bdc6376dd0b6b349aa
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
docs/release-notes.rst
releases/container-release-aiml-fw-awmf-tm.yaml
tox.ini

index 987b696..bea2e99 100644 (file)
@@ -3,18 +3,18 @@
 
 .. Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
 
-
+=============
 Release-Notes
--------------
+=============
 
-This document provides the release notes for the 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              |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
-
index 2c473da..399dd9f 100644 (file)
@@ -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 (file)
--- 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