Skip to content

Commit

Permalink
chore: update renku-ui-3.12.2 (#3252)
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
RenkuBot and rokroskar authored Sep 15, 2023
1 parent 9951991 commit 3655e99
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
.. _changelog:

0.36.3
------

Renku ``0.36.3`` is a bug-fix release that solves a few issues with creating new
projects and datasets.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**🐞 Bug Fixes**

- **UI**: fix render loops in creating new projects; they were occasionally creating
problems based on the specific fields filled in by the user.
(`#2788 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2788>`_).
- **UI**: restore adding files to datasets on an outdated but supported metadata version
(`#2788 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2788>`_).
- **UI**: do not error on dataset thumbnails pointing to an external URL
(`#2791 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2791>`_).
- **UI**: prevent failures when unzipping files with a large number of elements on dataset
creation
(`#2786 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2786>`_).

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

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


0.36.2
------

Renku ``0.36.2`` is a bug-fix release that fixes a bug with running ``renku save`` from JupyterServer
session sidecars.


User-Facing Changes
~~~~~~~~~~~~~~~~~~~

Expand All @@ -20,6 +47,7 @@ Individual components

- `renku-notebooks 1.18.1 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.18.1>`_


0.36.1
------

Expand All @@ -46,7 +74,6 @@ Individual components
- `renku-ui 3.12.1 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.12.1>`_



0.36.0
------

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.12.1
version: 3.12.2
- name: renku-notebooks
alias: notebooks
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
Expand Down

0 comments on commit 3655e99

Please sign in to comment.