From a1c226495e636fdb6424e9d980af6305bf8d3030 Mon Sep 17 00:00:00 2001 From: Andrea Cordoba Date: Mon, 2 Jun 2025 11:43:52 +0200 Subject: [PATCH 1/4] fix: update tests for DC --- cypress-tests/cypress/e2e/v2/projectResources.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress-tests/cypress/e2e/v2/projectResources.cy.ts b/cypress-tests/cypress/e2e/v2/projectResources.cy.ts index 58b579d14d..3eaee4a1c4 100644 --- a/cypress-tests/cypress/e2e/v2/projectResources.cy.ts +++ b/cypress-tests/cypress/e2e/v2/projectResources.cy.ts @@ -100,6 +100,7 @@ describe("Project resources - work with code, data, environments", () => { cy.getDataCy("add-data-connector-continue-button").click(); cy.getDataCy("data-connector-name-input").should("be.empty").type(name); + cy.getDataCy("data-connector-slug-toggle").click(); cy.getDataCy("data-connector-slug-input").should("have.value", name); cy.getDataCy("data-connector-mount-input").should("have.value", name); cy.getDataCy("data-connector-edit-update-button").click(); @@ -120,13 +121,12 @@ describe("Project resources - work with code, data, environments", () => { .contains(name) .click(); cy.getDataCy("data-connector-edit").click(); - cy.getDataCy("test-data-connector-button").click(); - cy.getDataCy("add-data-connector-continue-button").click(); cy.getDataCy("data-connector-name-input") .should("have.value", name) .clear() .type(newName); + cy.getDataCy("data-connector-slug-toggle").click(); cy.getDataCy("data-connector-slug-input").should("have.value", name); cy.getDataCy("data-connector-mount-input").should("have.value", name); cy.getDataCy("data-connector-edit-update-button").click(); From 565589eb53a729039b0bac48cf79d59c0932c1ab Mon Sep 17 00:00:00 2001 From: Renku Bot Date: Wed, 18 Jun 2025 14:01:53 +0000 Subject: [PATCH 2/4] chore: create release 2.3.0 From fc20decacc7df32c107c2a5c7ac96b3437867750 Mon Sep 17 00:00:00 2001 From: Renku Bot Date: Wed, 18 Jun 2025 14:01:53 +0000 Subject: [PATCH 3/4] chore: create release 2.3.0 From d3e25a32e054b2ef206da931b5912a1bdfdcd182 Mon Sep 17 00:00:00 2001 From: Andrea Cordoba Date: Fri, 4 Jul 2025 10:23:15 +0200 Subject: [PATCH 4/4] upgrade UI to 4.3.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 77afd299c4..e4924f1bcf 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -534,7 +534,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "4.2.1" + tag: "4.3.0" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -717,7 +717,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "4.2.1" + tag: "4.3.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""