From: josephthaliath Date: Mon, 19 Jun 2023 10:19:42 +0000 (+0530) Subject: Updating release tag and release notes X-Git-Tag: 3.0.0~26 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0f57c1c8ca810d4dfa1736756ea489dd86bc4d3e;p=aiml-fw%2Fathp%2Ftps%2Fkubeflow-adapter.git Updating release tag and release notes Issue-Id: AIMLFW-49 Change-Id: I773e1f70f7bcbf7828f20f87a25a391d6428af5c Signed-off-by: josephthaliath --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 549e864..9b73dd3 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 | diff --git a/releases/container-release-aiml-fw-awmf-kubeflow-adapter.yaml b/releases/container-release-aiml-fw-awmf-kubeflow-adapter.yaml index 86f431d..3225fb9 100644 --- a/releases/container-release-aiml-fw-awmf-kubeflow-adapter.yaml +++ b/releases/container-release-aiml-fw-awmf-kubeflow-adapter.yaml @@ -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 --- 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