diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf07f7b8bf..a5fbb336d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,40 @@ .. _changelog: +0.36.0 +------ + +Renku 0.36.0 introduces an updated landing page layout to help new users explore +the platform for the first time. +It comes with a few bug fixes for the UI. + +User-Facing Changes +~~~~~~~~~~~~~~~~~~~ + +**✨ Improvements** + +- 📐 **UI**: Update the landing page for non-logged users to simplify discovering + the platform + (`#2741 `_). + +**🐞 Bug Fixes** + +- **UI**: Fix the Renku version on the footer + (`#2776 `_). + +Internal Changes +~~~~~~~~~~~~~~~~ + +**Bug Fixes** + +- **UI**: Prevent using different repository URLs for the same project + (`#2766 `_). + +Individual components +~~~~~~~~~~~~~~~~~~~~~~ + +- `renku-ui 3.12.0 `_ + + 0.35.1 ------ @@ -22,6 +57,7 @@ Individual components - `renku-data-services v0.0.2 `_ - `renku-gateway 0.21.3 `_ + 0.35.0 ------ @@ -64,10 +100,10 @@ Internal Changes **Improvements** -- **UI**: Restore maintenance page - (`#2715 `_). - **KG**: New graph for storing auth data (`#1661 `_). +- **UI**: Restore maintenance page + (`#2715 `_). **Bug Fixes** @@ -96,10 +132,10 @@ Internal Changes Individual components ~~~~~~~~~~~~~~~~~~~~~~ -- `renku-python 2.6.2 `_ - `renku-gateway 0.21.2 `_ -- `renku-ui 3.11.0 `_ - `renku-graph 2.40.0 `_ +- `renku-python 2.6.2 `_ +- `renku-ui 3.11.0 `_ 0.34.1 ------ diff --git a/helm-chart/renku/requirements.yaml b/helm-chart/renku/requirements.yaml index d06e3124b3..f223f8acb5 100644 --- a/helm-chart/renku/requirements.yaml +++ b/helm-chart/renku/requirements.yaml @@ -9,7 +9,7 @@ dependencies: - name: renku-ui alias: ui repository: "https://swissdatasciencecenter.github.io/helm-charts/" - version: 3.11.0 + version: 3.12.0 - name: renku-notebooks alias: notebooks repository: "https://swissdatasciencecenter.github.io/helm-charts/"