Skip to content

Commit

Permalink
build: release 2.7.0
Browse files Browse the repository at this point in the history
Fix #1995
  • Loading branch information
cramakri authored and ciyer committed Aug 16, 2022
1 parent 162f28e commit 8340587
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changes

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

### Features

* adapt notebook server error response format ([#1710](https://github.com/SwissDataScienceCenter/renku-ui/issues/1710), [#1989](https://github.com/SwissDataScienceCenter/renku-ui/issues/1989))
* add styles for form elements ([#1964](https://github.com/SwissDataScienceCenter/renku-ui/issues/1964), [#1979](https://github.com/SwissDataScienceCenter/renku-ui/issues/1979))

### Bug Fixes

* host the Inter typeface on Renku ([#1981](https://github.com/SwissDataScienceCenter/renku-ui/issues/1981), [#1996](https://github.com/SwissDataScienceCenter/renku-ui/issues/1996))
* **sessions** show the correct dialog when starting a session on an autosave branch ([#1947](https://github.com/SwissDataScienceCenter/renku-ui/issues/1947), [#2000](https://github.com/SwissDataScienceCenter/renku-ui/issues/2000))

### BREAKING CHANGES

* requires renku-notebooks >= 1.9.2


## [2.6.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.5.0...2.6.0) (2022-07-26)

### 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.6.0",
"version": "2.7.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^2.1.0",
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.6.0
version: 2.7.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.6.0"
tag: "2.7.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.6.0"
tag: "2.7.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.6.0",
"version": "2.7.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 8340587

Please sign in to comment.