Updating release tag and release notes 30/11430/1 h-release i-release
authorjosephthaliath <jo.thaliath@samsung.com>
Mon, 19 Jun 2023 10:19:42 +0000 (15:49 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Mon, 19 Jun 2023 10:20:16 +0000 (15:50 +0530)
Issue-Id: AIMLFW-49

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

index 549e864..9b73dd3 100644 (file)
@@ -4,8 +4,9 @@
 .. Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
 
 
+=============
 Release-Notes
--------------
+=============
 
 This document provides the release notes for the G release of AIMLFW Kubeflow adapter module
 
@@ -14,7 +15,7 @@ This document provides the release notes for the G release of AIMLFW Kubeflow ad
    :local:
 
 Version history
----------------
+===============
 
 +--------------------+--------------------+--------------------+--------------------+
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
@@ -23,16 +24,43 @@ 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 Kubeflow adapter supports connectivity to Kubeflow for creating AI/ML training pipelines and executing AI/ML training jobs
+The AIMLFW Kubeflow adapter supports connectivity to Kubeflow for creating AI/ML training pipelines and executing AI/ML training jobs
 
 
 Release Data
-------------
+============
+
+H Release
+---------
+
++--------------------------------------+------------------------------------------------+
+| **Project**                          | AIMLFW Kubeflow adapter                        |
+|                                      |                                                |
++--------------------------------------+------------------------------------------------+
+| **Repo/commit-ID**                   | aiml-fw/athp/tps/kubeflow-adapter              |
+|                                      | /903e6ce692270629ed238d4c6889c423fc81cdea      |
++--------------------------------------+------------------------------------------------+
+| **Release designation**              | H release                                      |
+|                                      |                                                |
++--------------------------------------+------------------------------------------------+
+| **Release date**                     | 2023-06-29                                     |
+|                                      |                                                |
++--------------------------------------+------------------------------------------------+
+| **Purpose of the delivery**          | Minor updates                                  |
+|                                      |                                                |
++--------------------------------------+------------------------------------------------+
+
+
+G Release
+---------
 
 +--------------------------------------+--------------------------------------+
 | **Project**                          | AIMLFW Kubeflow adapter              |
index 86f431d..3225fb9 100644 (file)
@@ -1,11 +1,11 @@
 ---
 #Release tag for kubeflow-adapter
 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/athp/tps/kubeflow-adapter
-ref: 6f4a4167081449c004571a955edea31e351c379d
+ref: 903e6ce692270629ed238d4c6889c423fc81cdea
 containers:
     - name: aiml-fw-athp-tps-kubeflow-adapter-docker
-      version: 1.0.0
\ No newline at end of file
+      version: 1.0.0
diff --git a/tox.ini b/tox.ini
index 0024ae2..5d50f5d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -53,11 +53,12 @@ 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
     echo "Generated docs available in {toxinidir}/docs/_build/html"
-whitelist_externals = echo
+allowlist_externals = echo
 
 [testenv:docs-linkcheck]
 basepython = python3
@@ -66,5 +67,6 @@ 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