Skip to content

Commit

Permalink
build: release 2.11.0 (#2120)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Cavazzi <[email protected]>
Co-authored-by: Andrea Cordoba <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2022
1 parent c7b8f70 commit efcca86
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 14 deletions.
40 changes: 35 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
# [2.10.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.10.0...2.10.1) (2022-10-20)
# Changes

## [2.11.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.10.1...2.11.0) (2022-11-07)


### Bug Fixes

**sessions**
* handle corrupted autosaves and improve warnings ([#2086](https://github.com/SwissDataScienceCenter/renku-ui/issues/2086), [#2088](https://github.com/SwissDataScienceCenter/renku-ui/issues/2088))
* fix progress updates on session start ([#2095](https://github.com/SwissDataScienceCenter/renku-ui/issues/2095), [#2098](https://github.com/SwissDataScienceCenter/renku-ui/issues/2098))

**projects**
* display shared link values in the new project form ([#2026](https://github.com/SwissDataScienceCenter/renku-ui/issues/2026), [#2089](https://github.com/SwissDataScienceCenter/renku-ui/issues/2089))
* correctly cache response from KG endpoint ([#2096](https://github.com/SwissDataScienceCenter/renku-ui/issues/2096), [#2097](https://github.com/SwissDataScienceCenter/renku-ui/issues/2097))


### Features

**session**
* add refresh button to session ([#1986](https://github.com/SwissDataScienceCenter/renku-ui/issues/1986), [#2091](https://github.com/SwissDataScienceCenter/renku-ui/issues/2091))
* use the same component for session preparation and start progress ([#2064](https://github.com/SwissDataScienceCenter/renku-ui/issues/2064), [#2104](https://github.com/SwissDataScienceCenter/renku-ui/issues/2104))

**workflows**
* initial workflow support on project page ([#2038](https://github.com/SwissDataScienceCenter/renku-ui/issues/2038), [#2041](https://github.com/SwissDataScienceCenter/renku-ui/issues/2041), [#2050](https://github.com/SwissDataScienceCenter/renku-ui/issues/2050), [#2065](https://github.com/SwissDataScienceCenter/renku-ui/issues/2065), [#2071](https://github.com/SwissDataScienceCenter/renku-ui/issues/2071), [#2082](https://github.com/SwissDataScienceCenter/renku-ui/issues/2082), [#2087](https://github.com/SwissDataScienceCenter/renku-ui/issues/2087), [#2092](https://github.com/SwissDataScienceCenter/renku-ui/issues/2092), [#2102](https://github.com/SwissDataScienceCenter/renku-ui/issues/2102), [#2105](https://github.com/SwissDataScienceCenter/renku-ui/issues/2105), [#2099](https://github.com/SwissDataScienceCenter/renku-ui/issues/2099))

**misc**
* add gitlab logo in landing page ([#1955](https://github.com/SwissDataScienceCenter/renku-ui/issues/1955), [#2106](https://github.com/SwissDataScienceCenter/renku-ui/issues/2106))

### BREAKING CHANGES

* Requires renku-python v1.9.0 or greater


## [2.10.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.10.0...2.10.1) (2022-10-20)


### Bug Fixes
Expand All @@ -7,7 +40,7 @@



# [2.10.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.9.0...2.10.0) (2022-10-17)
## [2.10.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.9.0...2.10.0) (2022-10-17)


### Bug Fixes
Expand All @@ -30,9 +63,6 @@

* Requires renku-notebook v1.12.0 or greater


# Changes

## [2.9.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.8.2...2.9.0) (2022-09-15)

### 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": "2.10.1",
"version": "2.11.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.0.2",
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: 2.10.1
version: 2.11.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 @@ -53,7 +53,7 @@ client:

image:
repository: renku/renku-ui
tag: "2.10.1"
tag: "2.11.0"
pullPolicy: IfNotPresent

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

image:
repository: renku/renku-ui-server
tag: "2.10.1"
tag: "2.11.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": "2.10.1",
"version": "2.11.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit efcca86

Please sign in to comment.