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 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed2249652f..433914a66f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,20 +3,45 @@ 0.48.0 ------ -This release contains bug fixes to renku core service. +This release contains a new privacy policy and terms of use in the UI and bug fixes to renku core service related to project migration. 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** - **Core Service**: Fix issue with having to run project migration twice to migrate the Dockerfile/project template. (`#3690 `__) + - **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-python 2.9.2 `_ +- `renku-ui 3.20.0 `_ 0.47.1 ------ @@ -24,6 +49,7 @@ Individual Components 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 ed38b2bfdb..1982c6591b 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: ""