From bdf6886c3b7f0bd4dcae3cadaa2f475f16337f33 Mon Sep 17 00:00:00 2001 From: Renku Bot Date: Wed, 7 Feb 2024 13:00:34 +0000 Subject: [PATCH 1/3] chore: create release release-0.48.x --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 12d757c3f4..d2e5dc9958 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. _changelog: +release-0.48.x +-------------- + + + 0.47.1 ------ From 4f6dc7299c3100cfd595350619a1fccd6d8c45ad Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Wed, 7 Feb 2024 12:01:00 +0100 Subject: [PATCH 2/3] chore: bump ui version to 3.20.0 --- CHANGELOG.rst | 39 ++++++++++++++++++++++++++++++++++-- helm-chart/renku/values.yaml | 4 ++-- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2e5dc9958..eaa81982f6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,42 @@ .. _changelog: -release-0.48.x --------------- +0.48.0 +------ + +User-Facing Changes +~~~~~~~~~~~~~~~~~~~ + +**🌟 New Features** +- 📜 **UI**: Show terms of use and privacy policy in the help section + (`#2954 `_). + +**✨ Improvements** + +- 🖌 **UI**: Improve appearance of templates on new project page + (`#2999 `_). +- 🛑 **UI**: Unify appearance of project settings alerts + (`#3001 `_). + +**🐞 Bug Fixes** + +- **UI**: Restore logged in/out notifications + (`#3014 `_). +- **UI**: Hide button to add storage on deployments not supporting external storages + (`#3001 `_). + +Internal Changes +~~~~~~~~~~~~~~~~ + +**Improvements** + +- **UI**: Add initial alpha implementation of Renku 1.0 projects + (`#2875 `_). + +Individual components +~~~~~~~~~~~~~~~~~~~~~~ + +- `renku-ui 3.20.0 `_ 0.47.1 @@ -11,6 +45,7 @@ release-0.48.x This release only includes changes to the documentation and updates to the acceptance tests. It doesn't bring any new features or bug fixes. + 0.47.0 ------ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 61f4d8b985..bc15ad9450 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -613,7 +613,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "3.19.0" + tag: "3.20.0" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -772,7 +772,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "3.19.0" + tag: "3.20.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" From 782133f99a73ca077025881cbbd1c477b511d3fc Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Wed, 7 Feb 2024 12:01:57 +0100 Subject: [PATCH 3/3] chore: bump cypress-io/github-action from 5 to 6 --- .github/workflows/renku-dev-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renku-dev-test.yaml b/.github/workflows/renku-dev-test.yaml index 9f922efd99..d02c960016 100644 --- a/.github/workflows/renku-dev-test.yaml +++ b/.github/workflows/renku-dev-test.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4.1.1 - - uses: cypress-io/github-action@v5 + - uses: cypress-io/github-action@v6 id: cypress env: TEST_EMAIL: renku@datascience.ch