From: Fiete Ostkamp Date: Wed, 13 Aug 2025 08:30:18 +0000 (+0200) Subject: 0.2.0 release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F141803%2F1;p=portal-ng%2Fbff.git 0.2.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: If4bf425bb01cefd78abcf2cda8f6593ffc5d65ef Signed-off-by: Fiete Ostkamp --- diff --git a/releases/0.2.0-container-release.yaml b/releases/0.2.0-container-release.yaml new file mode 100644 index 0000000..9f3d86a --- /dev/null +++ b/releases/0.2.0-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 0.2.0 +project: portal-ng/bff +ref: 951f513dc95372709f05f04d9c22e4a36938cf75 +containers: + - name: portal-ng/bff + version: latest diff --git a/version.properties b/version.properties index 30ce569..41466d4 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=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch}