Skip to content

Commit

Permalink
build: release 2.11.1 (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer authored Nov 9, 2022
1 parent 052f718 commit adae07a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

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


### Bug Fixes

**sessions**
* do not disable no-code pull/push buttons in situations where they will actually work ([#2100](https://github.com/SwissDataScienceCenter/renku-ui/issues/2100), [#2103](https://github.com/SwissDataScienceCenter/renku-ui/issues/2103))


### Features

**sessions**
* generate cheatsheet based on spec from renku-python ([#1920](https://github.com/SwissDataScienceCenter/renku-ui/issues/1920), [#2112](https://github.com/SwissDataScienceCenter/renku-ui/issues/2112))


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


Expand All @@ -16,7 +31,7 @@

### Features

**session**
**sessions**
* add refresh button to session ([#1986](https://github.com/SwissDataScienceCenter/renku-ui/issues/1986), [#2091](https://github.com/SwissDataScienceCenter/renku-ui/issues/2091))
* use the same component for session preparation and start progress ([#2064](https://github.com/SwissDataScienceCenter/renku-ui/issues/2064), [#2104](https://github.com/SwissDataScienceCenter/renku-ui/issues/2104))

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

0 comments on commit adae07a

Please sign in to comment.