From 377b9c1df77b3f8f280174ce36e559b64e1d7abe Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 22 Jun 2025 19:05:28 +0200 Subject: [PATCH] 1.15.3 release - update spring boot (2.3.7 -> 2.3.12) - remove version pinning for grpc in common pom [0] - remove version pinning for spring-cloud-sleuth in common pom [1] - replace spring-data-hal-browser with -explorer since the former is deprecated - globally remove exclusion of vintage engine to enable tests in modules that are still missing the dependency and thus don't run their tests [0] this effectively upgrades some of the grpc deps that have been overwritten (1.25.0 -> 1.30.2) [1] this effectively upgrades sleuth (2.0.2 -> 2.2.5) Issue-ID: SO-4175 Change-Id: Id764b7d8a0b7e903e34684d868ff41e984301363 Signed-off-by: Fiete Ostkamp --- releases/1.15.3.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 releases/1.15.3.yaml diff --git a/releases/1.15.3.yaml b/releases/1.15.3.yaml new file mode 100644 index 0000000000..72dca09f28 --- /dev/null +++ b/releases/1.15.3.yaml @@ -0,0 +1,21 @@ + +--- +distribution_type: 'container' +container_release_tag: '1.15.3' +project: 'so' +ref: '5c36a2259a8546e853defc76002adc3c572e86cf' +containers: + - name: 'so/catalog-db-adapter' + version: '1.15.3-20250622T1623' + - name: 'so/request-db-adapter' + version: '1.15.3-20250622T1623' + - name: 'so/openstack-adapter' + version: '1.15.3-20250622T1623' + - name: 'so/sdnc-adapter' + version: '1.15.3-20250622T1623' + - name: 'so/sdc-controller' + version: '1.15.3-20250622T1623' + - name: 'so/bpmn-infra' + version: '1.15.3-20250622T1623' + - name: 'so/api-handler-infra' + version: '1.15.3-20250622T1623' -- 2.16.6