Skip to content

Commit

Permalink
build: release 3.7.0 (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Jun 30, 2023
1 parent dd384d7 commit de910e8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## [3.7.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.6.0...3.7.0) (2023-06-30)

### Features

- add a customizable message to the dashboard page ([#2592](https://github.com/SwissDataScienceCenter/renku-ui/issues/2592), [#2434](https://github.com/SwissDataScienceCenter/renku-ui/issues/2434))

### Bug Fixes

- dataset delete is possible again ([#2607](https://github.com/SwissDataScienceCenter/renku-ui/issues/2607))
- improve showing the error details for sessions ([#2611](https://github.com/SwissDataScienceCenter/renku-ui/issues/2611), [#2504](https://github.com/SwissDataScienceCenter/renku-ui/issues/2504))
- fix sessions not showing on dashboard ([#2608](https://github.com/SwissDataScienceCenter/renku-ui/issues/2608), [#2593](https://github.com/SwissDataScienceCenter/renku-ui/issues/2593))
- allow up to 100 namespaces and sort them ([#2606](https://github.com/SwissDataScienceCenter/renku-ui/issues/2606))
- correctly determine if a dataset is in the KG ([#2600](https://github.com/SwissDataScienceCenter/renku-ui/issues/2600))
- more robust handling of markdown to prevent crashes ([#2597](https://github.com/SwissDataScienceCenter/renku-ui/issues/2597))

## [3.6.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.5.0...3.6.0) (2023-06-07)

### Features
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renku-ui",
"version": "3.6.0",
"version": "3.7.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for the Renku UI
name: renku-ui
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
version: 3.6.0
version: 3.7.0
4 changes: 2 additions & 2 deletions helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ client:

image:
repository: renku/renku-ui
tag: "3.6.0"
tag: "3.7.0"
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -202,7 +202,7 @@ server:

image:
repository: renku/renku-ui-server
tag: "3.6.0"
tag: "3.7.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renku-ui-server",
"version": "3.6.0",
"version": "3.7.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit de910e8

Please sign in to comment.