From: Fiete Ostkamp Date: Sun, 22 Jun 2025 17:05:28 +0000 (+0200) Subject: 1.15.3 release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=377b9c1df77b3f8f280174ce36e559b64e1d7abe;p=so.git 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 --- 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'