Skip to content

Commit

Permalink
build: release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri committed Jun 10, 2022
1 parent 713ccbd commit e94e629
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

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

### Bug Fixes

* do not show download button for folders in lineage view ([#1893](https://github.com/SwissDataScienceCenter/renku-ui/issues/1893))
* retain dataset image when updating a dataset ([#1861](https://github.com/SwissDataScienceCenter/renku-ui/issues/1861), [#1887](https://github.com/SwissDataScienceCenter/renku-ui/issues/1887))


## [2.3.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.3.0...2.3.1) (2022-05-31)
### 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.3.1",
"version": "2.3.2",
"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.1
version: 2.3.2
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.1"
tag: "2.3.2"
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.1
version: 2.3.2
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.1"
tag: "2.3.2"
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.1",
"version": "2.3.2",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit e94e629

Please sign in to comment.