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
---------------
[tox]
minversion = 1.6
-envlist = docs,docs-spellcheck
+envlist = docs,docs-linkcheck,docs-spellcheck
skipsdist = true
[testenv:docs]
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"
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