Skip to content

Commit

Permalink
build: release 2.4.0 (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Jun 13, 2022
1 parent acb5c16 commit 01e6d07
Show file tree
Hide file tree
Showing 9 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

# [2.4.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.3.2...2.4.0) (2022-06-13)


### Bug Fixes

* edit datasets without images works as expected ([1899](https://github.com/SwissDataScienceCenter/renku-ui/issues/1899))

* support new server resources format ([#1825](https://github.com/SwissDataScienceCenter/renku-ui/issues/1825), [#1791](https://github.com/SwissDataScienceCenter/renku-ui/issues/1791))


### BREAKING CHANGES

* requires renku-notebooks >= v1.8.0


## [2.3.2](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.3.1...2.3.2) (2022-06-10)

### Bug Fixes
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.3.2",
"version": "2.4.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-ui-server/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 Server
name: renku-ui-server
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
version: 2.3.2
version: 2.4.0
2 changes: 1 addition & 1 deletion helm-chart/renku-ui-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ replicaCount: 1

image:
repository: renku/renku-ui-server
tag: "2.3.2"
tag: "2.4.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
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.3.2
version: 2.4.0
2 changes: 1 addition & 1 deletion helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1

image:
repository: renku/renku-ui
tag: "2.3.2"
tag: "2.4.0"
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2",
"version": "2.4.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 01e6d07

Please sign in to comment.