Skip to content

Commit

Permalink
build: release 2.1.0 (#1731)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Cavazzi <[email protected]>
  • Loading branch information
andre-code and lorenzo-cavazzi authored Mar 15, 2022
1 parent f0f98d8 commit 8c33856
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
CHART_NAME: renku-ui
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
- name: Wait for chart to get published
run: sleep 120
- name: Update ui version
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changes

## [2.1.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.0.2...2.1.0) (2022-03-15)
### Features

* support creating a new project and importing a dataset into it as one action ([#1604](https://github.com/SwissDataScienceCenter/renku-ui/issues/1604), [#1703](https://github.com/SwissDataScienceCenter/renku-ui/issues/1703))
* show project visibility in projects list ([#1637](https://github.com/SwissDataScienceCenter/renku-ui/issues/1637), [#1711](https://github.com/SwissDataScienceCenter/renku-ui/issues/1711))
* generate links with badge to "Start on renku" ([#1678](https://github.com/SwissDataScienceCenter/renku-ui/issues/1678), [#1706](https://github.com/SwissDataScienceCenter/renku-ui/issues/1706))
* redirect Notebook connect button to file in session ([#1613](https://github.com/SwissDataScienceCenter/renku-ui/issues/1613), [#1725](https://github.com/SwissDataScienceCenter/renku-ui/issues/1725))
* display recently accessed projects on the home page ([#1628](https://github.com/SwissDataScienceCenter/renku-ui/issues/1628), [#1708](https://github.com/SwissDataScienceCenter/renku-ui/issues/1708))
* show session logs for sub containers ([#1647](https://github.com/SwissDataScienceCenter/renku-ui/issues/1647), [#1713](https://github.com/SwissDataScienceCenter/renku-ui/issues/1713))
* move documentation links to utility class ([#1724](https://github.com/SwissDataScienceCenter/renku-ui/issues/1724))
* support mounting cloud storage in sessions ([#1499](https://github.com/SwissDataScienceCenter/renku-ui/issues/1499), [#1518](https://github.com/SwissDataScienceCenter/renku-ui/issues/1518))


### Bug Fixes

* set project name in GitLab after project creation ([#1685](https://github.com/SwissDataScienceCenter/renku-ui/issues/1685), [#1722](https://github.com/SwissDataScienceCenter/renku-ui/issues/1722))
* reformat dataset identifiers from old projects to be consistent with current format ([#1694](https://github.com/SwissDataScienceCenter/renku-ui/issues/1694), [#1716](https://github.com/SwissDataScienceCenter/renku-ui/issues/1716))
* do not show project star status until it is available ([#1657](https://github.com/SwissDataScienceCenter/renku-ui/issues/1657), [#1723](https://github.com/SwissDataScienceCenter/renku-ui/issues/1723))
* update old documentation links ([#1704](https://github.com/SwissDataScienceCenter/renku-ui/issues/1704))


### BREAKING CHANGES

* requires renku-notebooks >=1.5.0

## [2.0.2](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.0.1...2.0.2) (2022-02-15)

Minor internal changes, not relevant to users.
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "2.1.0",
"private": true,
"dependencies": {
"@babel/helper-regex": "^7.10.5",
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.0.2
version: 2.1.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 @@ -19,7 +19,7 @@ replicaCount: 1

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

0 comments on commit 8c33856

Please sign in to comment.