From e773270b04719364ca7301c8ec70493f047f4089 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 13 Jun 2024 09:55:03 +0200 Subject: 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 --- docs/release-notes.rst | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) 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 --------------- -- cgit 1.2.3-korg