0.3.0 release 01/141801/1 master
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 13 Aug 2025 08:14:54 +0000 (10:14 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 13 Aug 2025 08:14:54 +0000 (10:14 +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: I7bccec6f4df1fd1a91a5332a567aea9af1b6a1fb
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
releases/0.3.0-container-release.yaml [new file with mode: 0644]
version.properties

diff --git a/releases/0.3.0-container-release.yaml b/releases/0.3.0-container-release.yaml
new file mode 100644 (file)
index 0000000..c747ae7
--- /dev/null
@@ -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
index af18804..a8b928b 100644 (file)
@@ -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}