From 96cfb9625aeb8e2b9303db7a49ef6979d605f5f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 1 Jul 2024 13:16:12 +0200 Subject: Release 1.14.3 docker artifact of aai-resources - update Janusgraph to 0.5.0 + tinkerpop to 3.4.13 - leverage new pagination from aai-common that paginates in the graph, rather than the java code - introduce new `includeTotalCount` parameter that allows disabling the total count for the page - add performance test for the LegacyMoxyConsumer Issue-ID: AAI-3905 Change-Id: Ic25dd3d1e12766ce5895575f6b81aa004ae60453 Signed-off-by: Fiete Ostkamp --- releases/1.14.3-container-release.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releases/1.14.3-container-release.yaml diff --git a/releases/1.14.3-container-release.yaml b/releases/1.14.3-container-release.yaml new file mode 100644 index 0000000..4a05bc7 --- /dev/null +++ b/releases/1.14.3-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 1.14.3 +project: resources +ref: 4f5404caa0664bf264223c7a0c5adadb34341bdc +containers: + - name: aai-resources + version: 1.14-STAGING-20240701T095657Z -- cgit 1.2.3-korg