From 7c2440c113ed650dca718f53881601dd91186825 Mon Sep 17 00:00:00 2001 From: Renku Bot Date: Tue, 14 Jan 2025 12:53:17 +0000 Subject: [PATCH 1/4] chore: create release 0.64.0 --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6a7d8049..6810ed4ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. _changelog: +0.64.0 +------ + + + 0.63.0 ------ From 2801413130d5ffa1ee1e0960d7b8f6494d544a4e Mon Sep 17 00:00:00 2001 From: Andrea Cordoba <43388408+andre-code@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:48:59 +0100 Subject: [PATCH 2/4] chore: update renku-ui to 3.46.0 and renku-data-services to 0.31.0 (#3869) * feat: update renku-ui to 3.46.0 * move early access under New features * bump renku-data-services to 0.31.0 * update changelog * spell check --------- Co-authored-by: Flora Thiebaut --- CHANGELOG.rst | 38 ++++++++++++++++++++++++++++++++++++ helm-chart/renku/values.yaml | 10 +++++----- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6810ed4ab..4a7a41ef2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,44 @@ 0.64.0 ------ +User-Facing Changes +~~~~~~~~~~~~~~~~~~~ + +**🌟 New Features** + +- **UI**: Early access to Renku 2.0 now available for users to try out. (`#3474 `__). +- **UI**: Configure disk storage for Renku 2.0 sessions launchers. (`#3463 `__). + +**✨ Improvements** + +- **UI**: Cleanup the project and group settings pages (`#3472 `__). +- **UI**: Hide the edit button when the user does not have permissions (`#3462 `__). + +**🐞 Bug Fixes** + +- **UI**: Display all data connector password fields (`#3477 `__). + +Internal Changes +~~~~~~~~~~~~~~~~ + +**New Features** + +- **Data services**: Support saving disk storage size for session launchers. + +**Bug Fixes** + +- **Data services**: Fix patching wrong environment variables when resuming sessions. +- **Data services**: Allow mount and work directories to be reset for session environments. +- **Data services**: Do not call data service through the network from itself. +- **Data services**: Make HEAD responses empty +- **Data services**: Merge all API files correctly. + +Individual Components +~~~~~~~~~~~~~~~~~~~~~ + +- `renku-data-services 0.30.0 `_ +- `renku-data-services 0.31.0 `_ +- `renku-ui 3.46.0 `_ 0.63.0 diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 6b1ef3231..d9175f191 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -519,7 +519,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "3.45.0" + tag: "3.46.0" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -708,7 +708,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "3.45.0" + tag: "3.46.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" @@ -1459,14 +1459,14 @@ dataService: create: true image: repository: renku/renku-data-service - tag: "0.29.0" + tag: "0.31.0" pullPolicy: IfNotPresent backgroundJobs: events: resources: {} image: repository: renku/data-service-background-jobs - tag: "0.29.0" + tag: "0.31.0" pullPolicy: IfNotPresent total: resources: {} @@ -1519,7 +1519,7 @@ authz: secretsStorage: image: repository: renku/secrets-storage - tag: "0.29.0" + tag: "0.31.0" pullPolicy: IfNotPresent service: type: ClusterIP From 43d25a3f3e3edb07d8a0ae297aae1d368682a83c Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Wed, 15 Jan 2025 10:01:32 +0100 Subject: [PATCH 3/4] bump data services to 0.31.1 (#3870) --- CHANGELOG.rst | 2 ++ helm-chart/renku/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a7a41ef2..94a823dc4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ User-Facing Changes **🐞 Bug Fixes** - **UI**: Display all data connector password fields (`#3477 `__). +- **Data services**: Reenable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 `__) Internal Changes ~~~~~~~~~~~~~~~~ @@ -40,6 +41,7 @@ Individual Components - `renku-data-services 0.30.0 `_ - `renku-data-services 0.31.0 `_ +- `renku-data-services 0.31.1 `_ - `renku-ui 3.46.0 `_ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index d9175f191..845ce093f 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -1459,14 +1459,14 @@ dataService: create: true image: repository: renku/renku-data-service - tag: "0.31.0" + tag: "0.31.1" pullPolicy: IfNotPresent backgroundJobs: events: resources: {} image: repository: renku/data-service-background-jobs - tag: "0.31.0" + tag: "0.31.1" pullPolicy: IfNotPresent total: resources: {} @@ -1519,7 +1519,7 @@ authz: secretsStorage: image: repository: renku/secrets-storage - tag: "0.31.0" + tag: "0.31.1" pullPolicy: IfNotPresent service: type: ClusterIP From 4b6f29c12c4cb8f5efe2c0cfe28acf6e38bdb100 Mon Sep 17 00:00:00 2001 From: Lorenzo Cavazzi <43481553+lorenzo-cavazzi@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:10:43 +0100 Subject: [PATCH 4/4] chore: update renku-ui to 3.46.1 (#3871) --- CHANGELOG.rst | 5 ++++- helm-chart/renku/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 94a823dc4..287ee64b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,7 +19,9 @@ User-Facing Changes **🐞 Bug Fixes** - **UI**: Display all data connector password fields (`#3477 `__). -- **Data services**: Reenable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 `__) +- **UI**: Do not set default values for data connector fields (`#3483 `__). +- **UI**: Redirect properly when changing slug (`#3467 `__). +- **Data services**: Re-enable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 `__) Internal Changes ~~~~~~~~~~~~~~~~ @@ -43,6 +45,7 @@ Individual Components - `renku-data-services 0.31.0 `_ - `renku-data-services 0.31.1 `_ - `renku-ui 3.46.0 `_ +- `renku-ui 3.46.1 `_ 0.63.0 diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 845ce093f..0940aed5f 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -519,7 +519,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "3.46.0" + tag: "3.46.1" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -708,7 +708,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "3.46.0" + tag: "3.46.1" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""