Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from auto-update/renku-ui-3.12.0 #3229

Merged
merged 5 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 40 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2741>`_).

**🐞 Bug Fixes**

- **UI**: Fix the Renku version on the footer
(`#2776 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2776>`_).

Internal Changes
~~~~~~~~~~~~~~~~

**Bug Fixes**

- **UI**: Prevent using different repository URLs for the same project
(`#2766 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2766>`_).

Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-ui 3.12.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.12.0>`_


0.35.1
------

Expand All @@ -22,6 +57,7 @@ Individual components
- `renku-data-services v0.0.2 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.0.2>`_
- `renku-gateway 0.21.3 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/0.21.3>`_


0.35.0
------

Expand Down Expand Up @@ -64,10 +100,10 @@ Internal Changes

**Improvements**

- **UI**: Restore maintenance page
(`#2715 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2715>`_).
- **KG**: New graph for storing auth data
(`#1661 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1661>`_).
- **UI**: Restore maintenance page
(`#2715 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2715>`_).

**Bug Fixes**

Expand Down Expand Up @@ -96,10 +132,10 @@ Internal Changes
Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-python 2.6.2 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v2.6.2>`_
- `renku-gateway 0.21.2 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/0.21.2>`_
- `renku-ui 3.11.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.11.0>`_
- `renku-graph 2.40.0 <https://github.com/SwissDataScienceCenter/renku-graph/releases/tag/2.40.0>`_
- `renku-python 2.6.2 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v2.6.2>`_
- `renku-ui 3.11.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.11.0>`_

0.34.1
------
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down