Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.3.2 #1895

Merged
merged 2 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
gitlab-token: ${{ secrets.DEV_GITLAB_TOKEN }}
persist: "${{ needs.check-deploy.outputs.persist }}"
ci-renku-values: ${{ secrets.CI_RENKU_VALUES }}
test-timeout-mins: "80"

run-e2e:
needs: [ check-deploy, deploy-pr ]
Expand Down
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