From c9917292dbf21c0e64847cc71142c6062f00bc43 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Tue, 2 Jun 2026 12:52:04 +0200 Subject: [PATCH 1/2] chore: bump UI to 4.25.0 --- helm-chart/renku/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 0c48e7ed73..e29fc33a46 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -549,7 +549,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "4.24.0" + tag: "4.25.0" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -741,7 +741,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "4.24.0" + tag: "4.25.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" From 25c0487bd01a633bac46583d6901a8ed0c467026 Mon Sep 17 00:00:00 2001 From: Lorenzo Cavazzi <43481553+lorenzo-cavazzi@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:53:44 +0200 Subject: [PATCH 2/2] tests: update matching session launcher title (#4467) --- cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts b/cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts index 4e625f19cd..0126cf227c 100644 --- a/cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts +++ b/cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts @@ -103,7 +103,7 @@ describe("Session Launchers", () => { sessionMountDirectory, ); cy.getDataCy("session-view-port").contains(sessionPort); - cy.getDataCy("session-view-title").should("be.visible"); + cy.getDataCy("session-launcher-title").should("be.visible"); cy.getDataCy("session-view-uid").contains(sessionUid); cy.getDataCy("session-view-working-directory").contains( sessionWorkingDirectory, @@ -149,7 +149,7 @@ describe("Session Launchers", () => { .click(); // Delete session launcher from the properties view - cy.getDataCy("session-view-title").should("be.visible"); + cy.getDataCy("session-launcher-title").should("be.visible"); cy.getDataCy("session-launcher-menu-dropdown").click(); cy.getDataCy("session-view-menu-delete").click(); cy.getDataCy("delete-session-launcher-title").should("be.visible"); @@ -248,7 +248,7 @@ describe("Session Launchers", () => { .click(); // Open edit resource class dialog - cy.getDataCy("session-view-title").should("be.visible"); + cy.getDataCy("session-launcher-title").should("be.visible"); cy.getDataCy("session-view-resource-class-edit-button").click(); // Wait for the dialog to open