From: Fiete Ostkamp Date: Fri, 26 Jan 2024 10:49:58 +0000 (+0100) Subject: Release 1.13.2 docker artifact X-Git-Tag: 1.13.3~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F137084%2F1;p=aai%2Faai-common.git Release 1.13.2 docker artifact - release docker artifact - add release notes for the docs Issue-ID: AAI-3747 Change-Id: Ib2332abd5eddfaa1426b4238093e8c01bbe20cbe Signed-off-by: Fiete Ostkamp --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ac4ab012..2cc56bc0 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -15,6 +15,25 @@ This document provides release notes for the Active and Available Inventory Proj Release Data ============ +Version: 13.0.0 +--------------- + +New Features +------------ + +- Spring Boot update in aai-common, resources and traversal from 2.1 to 2.4 +- Tracing support in resources and traversal +- Optionally enable `database level caching for JanusGraph `_ +- Change default logging to write to stdout instead of files +- Reduce log noise by not logging happy pass for liveness probes + +Fixes +----- + +- Fix metrics monitoring via Prometheus + +:Release Date: 2022-11-10 + Version: 11.0.0 --------------- diff --git a/releases/1.13.2-container-release.yaml b/releases/1.13.2-container-release.yaml new file mode 100644 index 00000000..d2ca3928 --- /dev/null +++ b/releases/1.13.2-container-release.yaml @@ -0,0 +1,11 @@ +distribution_type: container +container_release_tag: 1.13.2 +project: aai-common +ref: d749a1072e23073e320ffe78c3f0576da0486279 +containers: + - name: aai-common-alpine + version: latest + - name: aai-common-ubuntu + version: latest + - name: aai-haproxy + version: latest