1.15.5 release 11/141411/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 3 Jul 2025 14:30:31 +0000 (16:30 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 3 Jul 2025 14:30:31 +0000 (16:30 +0200)
- upgrade spring-boot (2.3.12 -> 2.4.13)
- upgrade spring-cloud (Hoxton.SR12 -> 2020.0.6)
- upgrade camunda (7.14.0 -> 7.15.0)
- improve error mapping in OrchestrationRequests class
  by not mapping any exception to 404
- reduce log noise in debug mode by removing probes from the log:
  - introduce logging.request-status.exclusions property to allow
    disabling request logging for certain paths (i.e liveness probes)
    in catalog-db and request-db-adapter
  - disable logging for the scheduled performDnsLookup
  - disable logging for the scheduled checkAllClientsActive

Issue-ID: SO-4195
Change-Id: Ibbb6a34618f768eca5e1e99d6e0bb9c97d95ba13
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
releases/1.15.5.yaml [new file with mode: 0644]

diff --git a/releases/1.15.5.yaml b/releases/1.15.5.yaml
new file mode 100644 (file)
index 0000000..b8b50dc
--- /dev/null
@@ -0,0 +1,21 @@
+
+---
+distribution_type: 'container'
+container_release_tag: '1.15.5'
+project: 'so'
+ref: 'a724cc3476bf65da18f24aa25f573aec7430a65b'
+containers:
+  - name: 'so/catalog-db-adapter'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/request-db-adapter'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/openstack-adapter'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/sdnc-adapter'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/sdc-controller'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/bpmn-infra'
+    version: '1.15.5-20250702T0913'
+  - name: 'so/api-handler-infra'
+    version: '1.15.5-20250702T0913'