Skip to content

Commit

Permalink
build: release 2.12.0 (#2162)
Browse files Browse the repository at this point in the history
closes #2161

Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]>
  • Loading branch information
lorenzo-cavazzi and ciyer authored Nov 21, 2022
1 parent 78c8f38 commit 6759b9a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changes

## [2.12.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.11.1...2.12.0) (2022-11-21)

### Bug Fixes

**projects:**
* fix bug in project name entry field of fork dialog ([#2144](https://github.com/SwissDataScienceCenter/renku-ui/issues/2144))

### Features

**sessions**
* improve explanation when a session link does not work ([#2141](https://github.com/SwissDataScienceCenter/renku-ui/issues/2141), [#1777](https://github.com/SwissDataScienceCenter/renku-ui/issues/1777))
* improve UX of server session logs ([#1743](https://github.com/SwissDataScienceCenter/renku-ui/issues/1743), [#2137](https://github.com/SwissDataScienceCenter/renku-ui/issues/2137))
* unify flow for starting sessions ([#2131](https://github.com/SwissDataScienceCenter/renku-ui/issues/2131), [#2115](https://github.com/SwissDataScienceCenter/renku-ui/issues/2115))

**misc**
* add static files for other RenkuLab components ([#2126](https://github.com/SwissDataScienceCenter/renku-ui/issues/2126))
* update or swap outdated client components ([#2156](https://github.com/SwissDataScienceCenter/renku-ui/issues/2156), [#2159](https://github.com/SwissDataScienceCenter/renku-ui/issues/2159))


## [2.11.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.11.0...2.11.1) (2022-11-09)


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.11.1",
"version": "2.12.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.11.1
version: 2.12.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 @@ -53,7 +53,7 @@ client:

image:
repository: renku/renku-ui
tag: "2.11.1"
tag: "2.12.0"
pullPolicy: IfNotPresent

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

image:
repository: renku/renku-ui-server
tag: "2.11.1"
tag: "2.12.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1",
"version": "2.12.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 6759b9a

Please sign in to comment.