From 9ac2adb71ab1963f68d2c202a237773d66911bec Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Wed, 13 Dec 2023 19:25:24 +0530 Subject: [PATCH] TM I released related changes Issue-Id: AIMLFW-74 Change-Id: I31c8b35041e55e626c25a3d02d61ba67d2faaa88 Signed-off-by: SANDEEP KUMAR JAISAWAL --- .readthedocs.yaml | 7 +++--- docs/release-notes.rst | 30 +++++++++++++++++++++---- releases/container-release-aiml-fw-awmf-tm.yaml | 4 ++-- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..b81d957 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,13 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.7" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py \ No newline at end of file diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 711663c..d5bfb7c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -29,21 +29,43 @@ Version history | 2023-08-10 | 1.1.3 | Joseph Thaliath | H Maintenance release| | | | | | +--------------------+--------------------+--------------------+----------------------+ +| 2023-12-14 | 1.2.0 | Sandeep Jaisawal | I release | +| | | | | ++--------------------+--------------------+--------------------+----------------------+ Summary ======= -The H release of AIMLFW Training manager supports the new functionalities like +The I 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 +#. Integration with Model Management Service +#. feature group enhancements Release Data ============ +I Release +--------------------- + ++--------------------------------------+------------------------------------------------+ +| **Project** | AIMLFW Training manager | +| | | ++--------------------------------------+------------------------------------------------+ +| **Repo/commit-ID** | aiml-fw/awmf/tm | +| | /ff553c375fab491e7c73bad09b0addabf49421bd | ++--------------------------------------+------------------------------------------------+ +| **Release designation** | I release | +| | | ++--------------------------------------+------------------------------------------------+ +| **Release date** | 2023-12-29 | +| | | ++--------------------------------------+------------------------------------------------+ +| **Purpose of the delivery** | Integration with Model Management Service | ++--------------------------------------+------------------------------------------------+ + + H Maintenance Release --------------------- diff --git a/releases/container-release-aiml-fw-awmf-tm.yaml b/releases/container-release-aiml-fw-awmf-tm.yaml index a0f541d..e5ebbb0 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.1.3 +container_release_tag: 1.2.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: db83336e101b7d4afadb5b0a9a109f983b49553c +ref: ff553c375fab491e7c73bad09b0addabf49421bd containers: - name: aiml-fw-awmf-tm-docker version: 1.0.0 -- 2.16.6