diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-13 09:55:03 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-13 10:05:10 +0200 |
commit | e773270b04719364ca7301c8ec70493f047f4089 (patch) | |
tree | 5c6181248743840ac42ccf3afc42528688f1cb25 | |
parent | aee4d9af909603539d69217d82874a910693a412 (diff) |
Create release notes for 13.0.1 AAI release
- add release notes for the 13.0.1 helm chart release
Issue-ID: AAI-3873
Change-Id: Ica0d962f4211c66008e332777d04405f2ef54883
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r-- | docs/release-notes.rst | 85 |
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 --------------- |