Skip to content

Commit

Permalink
build: release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri authored and ciyer committed Sep 6, 2022
1 parent 8728dd0 commit 5d99b35
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changes

## [2.8.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.7.0...2.8.0) (2022-09-06)

### Features

**sessions**
* improve session start flow ([#1990](https://github.com/SwissDataScienceCenter/renku-ui/issues/1990), [#2003](https://github.com/SwissDataScienceCenter/renku-ui/issues/2003))

**misc**
* setup WebSocket communications channel ([#1338](https://github.com/SwissDataScienceCenter/renku-ui/issues/1338), [#2004](https://github.com/SwissDataScienceCenter/renku-ui/issues/2004), [#2012](https://github.com/SwissDataScienceCenter/renku-ui/issues/2012) [#2013](https://github.com/SwissDataScienceCenter/renku-ui/issues/2013))
* handle anon-id cookies and headers ([#1601](https://github.com/SwissDataScienceCenter/renku-ui/issues/1601), [#2002](https://github.com/SwissDataScienceCenter/renku-ui/issues/2002))

### Bug Fixes

**project**
* fix file tree display when changing to original project from fork ([#1907](https://github.com/SwissDataScienceCenter/renku-ui/issues/1907), [#2015](https://github.com/SwissDataScienceCenter/renku-ui/issues/2015))
* prevent repeated queries to projects API ([#2017](https://github.com/SwissDataScienceCenter/renku-ui/issues/2017))

**anonymous navigation**
* render star project button for anon users ([#2014](https://github.com/SwissDataScienceCenter/renku-ui/issues/2014))
* restore back button navigation on projects for anon users ([#2017](https://github.com/SwissDataScienceCenter/renku-ui/issues/2017))

### BREAKING CHANGES

* requires renku-gateway >= 0.15.0

## [2.7.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.6.0...2.7.0) (2022-08-12)

### 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.7.0",
"version": "2.8.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.7.0
version: 2.8.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 @@ -44,7 +44,7 @@ client:

image:
repository: renku/renku-ui
tag: "2.7.0"
tag: "2.8.0"
pullPolicy: IfNotPresent

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

image:
repository: renku/renku-ui-server
tag: "2.7.0"
tag: "2.8.0"
pullPolicy: IfNotPresent

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.7.0",
"version": "2.8.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 5d99b35

Please sign in to comment.