From 349f4b55d9576a0857e3d2a6af2eaa5b905d5f45 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 13 Aug 2025 10:30:18 +0200 Subject: [PATCH] 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 --- releases/0.2.0-container-release.yaml | 7 +++++++ version.properties | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releases/0.2.0-container-release.yaml 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} -- 2.16.6