0.2.0 release 03/141803/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 13 Aug 2025 08:30:18 +0000 (10:30 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 13 Aug 2025 08:30:18 +0000 (10:30 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
releases/0.2.0-container-release.yaml [new file with mode: 0644]
version.properties

diff --git a/releases/0.2.0-container-release.yaml b/releases/0.2.0-container-release.yaml
new file mode 100644 (file)
index 0000000..9f3d86a
--- /dev/null
@@ -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
index 30ce569..41466d4 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support\r
 \r
 major=0\r
-minor=1\r
-patch=2\r
+minor=2\r
+patch=0\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r