aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-06-13 12:08:11 +0000
committerGerrit Code Review <gerrit@onap.org>2024-06-13 12:08:11 +0000
commitfa01be7a9b7729e8792a6f29209789aa0b14f2b3 (patch)
tree3a6e188eb640af13af2cc2bc7f4848b6623f7ce4
parentfdfcad0931d4a1d212407b74c4ea2ebe0fa319fd (diff)
parente773270b04719364ca7301c8ec70493f047f4089 (diff)
Merge "Create release notes for 13.0.1 AAI release"
-rw-r--r--docs/release-notes.rst85
1 files changed, 85 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 2cc56bc0..980b7316 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -15,6 +15,91 @@ This document provides release notes for the Active and Available Inventory Proj
Release Data
============
+Version: 13.0.1
+---------------
+
+General
+-------
+
+Features
+^^^^^^^^
+
+- replace dmaap dependency with kafka
+- make root logging level configurable via chart
+- schema update to `v29`:
+ * New `service-instance` attributes added in AAI schema
+ * New `slice-profile` attributes added in AAI schema
+ * Added New Object: `feasibility-check-job` in the schema
+ * Added new Edge Rule for `feasibility-check-job`, `slice-profile` and `service-subscription`
+
+aai-common (`1.13.6`)
+---------------------
+
+Features
+^^^^^^^^
+
+- update tinkerpop from `3.2.3` to `3.2.11`
+- improve some bean loading for schema generation related objects
+
+resources (`1.13.5`)
+--------------------
+
+Features
+^^^^^^^^
+
+- update aai-common version to `1.13.6`
+- make project runnable locally via `mvn spring-boot:run`
+- migrate to Junit 5
+
+Fixes
+^^^^^
+
+- do not throw exception to communicate ok response in echo/liveness probe
+
+traversal (`1.13.5`)
+--------------------
+
+Features
+^^^^^^^^
+
+- update aai-common version to `1.13.6`
+- use newer java 8 base image
+
+model-loader (`1.14.1`)
+-----------------------
+
+Features
+^^^^^^^^
+
+- update dependencies (in particular spring-boot `2.1` to `2.7`)
+- code refactorings (model controller, less by-reference parameter updates, spring RestTemplate instead of aai rest client)
+- tracing support
+- add spring-boot actuator to enable liveness probes
+
+graphadmin (`1.13.7`)
+---------------------
+
+Features
+^^^^^^^^
+
+- update aai-common to `1.13.6`
+
+babel (`1.13.1`)
+----------------
+
+Features
+^^^^^^^^
+
+- remove AAF dependency, update dependencies
+- support tracing
+
+Fixes
+^^^^^
+
+- service was returning text/plain response with json response body
+
+:Release Date: 2024-06-13
+
Version: 13.0.0
---------------