From 625043261bf5bf4a3668db5d5ce66af2b949fd32 Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Wed, 13 Dec 2023 19:59:57 +0530 Subject: [PATCH] AIML dashboard I release related changes Issue-Id: AIMLFW-65 Change-Id: I274f57e67d1f4a7b47c7b68c455820c6afaf23b2 Signed-off-by: SANDEEP KUMAR JAISAWAL --- .readthedocs.yaml | 7 +++--- docs/release-notes.rst | 29 +++++++++++++++++++--- ...tainer-release-aiml-fw-awmf-aiml-dashboard.yaml | 4 +-- 3 files changed, 32 insertions(+), 8 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 49692b6..94d5418 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -30,6 +30,9 @@ Version history | 2023-08-10 | 1.1.2 | Joseph Thaliath | H Maintenance release | | | | | | +--------------------+--------------------+--------------------+-----------------------+ +| 2023-12-14 | 1.2.0 | Sandeep Jaisawal | I release | +| | | | | ++--------------------+--------------------+--------------------+-----------------------+ Summary @@ -38,15 +41,35 @@ Summary The AIMLFW dashboard provides a user interface to create AI/ML training pipelines and creation of AI/ML training jobs. The H release of AIMLFW dashboard supports new functionalities like -#. Feature group creation, -#. Support for obtaining training data from DME, -#. Editing training jobs and Retraining support +#. GUI changes for integration with Model Management Service +#. GUI changes for feature group enhancements Release Data ============ +I Release +--------------------- + ++--------------------------------------+------------------------------------------------+ +| **Project** | AIMLFW dashboard | +| | | ++--------------------------------------+------------------------------------------------+ +| **Repo/commit-ID** | portal/aiml-dashboard | +| | /0e96d4a4ff7684995348f89f7650542fcdea7507 | ++--------------------------------------+------------------------------------------------+ +| **Release designation** | I release | +| | | ++--------------------------------------+------------------------------------------------+ +| **Release date** | 2023-12-29 | +| | | ++--------------------------------------+------------------------------------------------+ +| **Purpose of the delivery** | GUI changed for Model Management Service | +| | Integation APIs | ++--------------------------------------+------------------------------------------------+ + + H Maintenance Release --------------------- diff --git a/releases/container-release-aiml-fw-awmf-aiml-dashboard.yaml b/releases/container-release-aiml-fw-awmf-aiml-dashboard.yaml index 1da0039..95a1bb5 100644 --- a/releases/container-release-aiml-fw-awmf-aiml-dashboard.yaml +++ b/releases/container-release-aiml-fw-awmf-aiml-dashboard.yaml @@ -1,11 +1,11 @@ --- #Release tag for dashboard portal distribution_type: container -container_release_tag: 1.1.2 +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: portal/aiml-dashboard -ref: 0e3b9b2851aab2257973662d2f33e23fe86a3032 +ref: 0e96d4a4ff7684995348f89f7650542fcdea7507 containers: - name: portal-aiml-dashboard-docker version: 1.0.0 -- 2.16.6