Fix infrautils version range
[docs.git] / docs / release-notes / projects / controller.rst
index 16633f66c67c8cae2026aae3e3e8635772f31e5c..c891f289a9e290f8179bd380985c8134407edeac 100644 (file)
@@ -8,38 +8,43 @@ Overview
 The Controller project is an infrastructure service that supports other OpenDaylight projects.
 It does not have user-facing features.
 
+
 Behavior/Feature Changes
 ========================
 
-Here is the link to the features improved in this release:
+The implementation of Entity Ownership Service has been rewritten from scratch. It is now completely
+independent of ``sal-distributed-datastore``. See `this issue <https://jira.opendaylight.org/browse/CONTROLLER-1982>`__ for details.
 
-`OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+CONTROLLER+AND+issuetype+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28Silicon%2C+%22Silicon+GA%22%2C+3.0.6%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_
+As per upstream advice from Akka, we have now switched our communications to use Akka Artery. See
+`this issue <https://jira.opendaylight.org/browse/CONTROLLER-1968>`__ for details.
 
 New Features
 ============
+There are no new features.
 
-Here is the link to the new features introduced in this release:
-
-`OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
-
-Deprecated Features
-===================
-
-Here is the link to the features removed in this release:
-
-`OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
+Deprecated and Removed Features
+===============================
+There are no deprecated features in this release, but there is a large number of feature removals:
+* ``opendaylight-inventory`` and ``opendaylight-topology`` models have been moved to OpenFlow Plugin
+* support for upgrading from versions before ``Sodium SR`` was removed
+* prefix-based shards have been completely removed
+* the proof-of-concept ``messagebus`` component was removed
 
 Resolved Issues
 ===============
 
-Here is the link to the resolved issues fixed in this release:
-
-`OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
+The following table lists the issues resolved in this release.
 
+.. jira_fixed_issues::
+   :project: CONTROLLER
+   :versions: 4.0.0-4.0.3
 
 Known Issues
 ============
 
-Here is the link to the known issues exist in this release:
+The following table lists the known issues that exist in this release.
+
+.. jira_known_issues::
+   :project: CONTROLLER
+   :versions: 4.0.0-4.0.3
 
-`OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_
\ No newline at end of file