diff options
author | sx00562924 <SX00562924@techmahindra.com> | 2025-01-17 07:03:53 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2025-01-20 14:52:28 +0100 |
commit | ec14ff1dbf54789864305b0113d124f5581903d5 (patch) | |
tree | c384c18dee1c7dc114c408f9a30bf6c9ae8499ac | |
parent | d97fb0aab583c963025ea26f9d9f9420516afb83 (diff) |
Issue-ID: SO-4132
Change-Id: I9d63f41664b1e43e54f8341b1c6afddcc4054b99
Signed-off-by: sx00562924 <SX00562924@techmahindra.com>
-rw-r--r-- | docs/release-notes.rst | 38 | ||||
-rw-r--r-- | docs/tox.ini | 6 |
2 files changed, 40 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ccfd4e2dfa..37d939e2bd 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,7 +7,43 @@ Service Orchestrator Release Notes ================================== -The SO provides the highest level of service orchestration in the ONAP architecture. +The SO provides the highest level of service orchestration in the ONAP architecture. + +Version: 1.15.0 +--------------- + +:Release Date: 2025-01-17 + +SO Release Image Versions +~~~~~~~~~~~~~~~~~~~~~~~~~ + + - so-bpmn-infra **1.15.0** + + - so-catalog-db-adapter **1.15.0** + + - so-openstack-adapter **1.15.0** + + - so-request-db-adapter **1.15.0** + + - so-sdc-controller **1.15.0** + + - so-sdnc-adapter **1.15.0** + + - so-api-handler **1.15.0** + + +Release Purpose +~~~~~~~~~~~~~~~ +SO OSLO Release. +The key deliverable for this release is refactoring SO for better internal architecture. + +**Epics** + +* `SO-4127 <https://lf-onap.atlassian.net/browse/SO-4127>`_ - ONAP RFC 8040 Migration - Oslo Enhancements + +********************************************************************************************************** + + Version: 1.11.0 --------------- diff --git a/docs/tox.ini b/docs/tox.ini index 0a705318b3..1806aa8aca 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = docs,docs-spellcheck +envlist = docs,docs-linkcheck,docs-spellcheck skipsdist = true [testenv:docs] @@ -8,7 +8,7 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://releases.openstack.org/constraints/upper/yoga - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" @@ -22,7 +22,7 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://releases.openstack.org/constraints/upper/yoga - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = echo "Link Checking not enforced" #commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck allowlist_externals = echo |