From 71ccd841a7e83b1a3b8e78ecc73bbcccd77aea09 Mon Sep 17 00:00:00 2001 From: Jakub Gardo Date: Wed, 21 May 2025 15:33:46 +0200 Subject: [PATCH 1/2] [DXP-1961] Fix "stable" dashboard version for releases --- core/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 4a930f5d..903eef03 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,8 +19,9 @@ dev.streamx.cli.StreamxCommand - - ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:latest-jvm + ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:0.0.7-jvm + ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:latest-jvm + ${streamx.dev.dashboard.stable.image} @@ -217,6 +218,12 @@ + + preview + + ${streamx.dev.dashboard.preview.image} + + native From 903621efb3d087545adad82dbaee21cde20a77ad Mon Sep 17 00:00:00 2001 From: Jakub Gardo Date: Thu, 22 May 2025 13:26:31 +0200 Subject: [PATCH 2/2] [DXP-1961] Update image name --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 903eef03..f712137d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ dev.streamx.cli.StreamxCommand - ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:0.0.7-jvm + ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:0.0.7-patch001-jvm ghcr.io/streamx-dev/streamx-dashboard/streamx-local-dashboard:latest-jvm ${streamx.dev.dashboard.stable.image}