From: Fiete Ostkamp Date: Wed, 13 Aug 2025 08:14:54 +0000 (+0200) Subject: 0.3.0 release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=HEAD;p=portal-ng%2Fpreferences.git 0.3.0 release - remove x-request-id header - extract auth token from the authenticated principal (which is derived from the Authentication header) instead of from the X-Auth-Identity header - replace REST Assured with WebTestClient in tests - remove hardcoded http:// prefix from zipkin.tracing.endpoint setting Issue-ID: PORTALNG-157 Change-Id: I7bccec6f4df1fd1a91a5332a567aea9af1b6a1fb Signed-off-by: Fiete Ostkamp --- diff --git a/releases/0.3.0-container-release.yaml b/releases/0.3.0-container-release.yaml new file mode 100644 index 0000000..c747ae7 --- /dev/null +++ b/releases/0.3.0-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 0.3.0 +project: portal-ng/preferences +ref: 9df91561ec787d8bbfa12e1e1fdc0d141cdd5734 +containers: + - name: portal-ng/preferences + version: latest diff --git a/version.properties b/version.properties index af18804..a8b928b 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=0 -minor=2 -patch=1 +minor=3 +patch=0 base_version=${major}.${minor}.${patch}