Skip to content

Commit

Permalink
build: release 2.2.0 (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer authored Apr 13, 2022
1 parent 7c73834 commit a8ff624
Show file tree
Hide file tree
Showing 9 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.2.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.1.2...2.2.0) (2022-04-12)

### Features

**sessions**
* improve error handling on missing pipelines ([#1778](https://github.com/SwissDataScienceCenter/renku-ui/issues/1778))
* improve starting new sessions ([#1730](https://github.com/SwissDataScienceCenter/renku-ui/issues/1730), [#1408](https://github.com/SwissDataScienceCenter/renku-ui/issues/1408), [#1679](https://github.com/SwissDataScienceCenter/renku-ui/issues/1679))
* use new api for pinned images ([#1769](https://github.com/SwissDataScienceCenter/renku-ui/issues/1769), [#1767](https://github.com/SwissDataScienceCenter/renku-ui/issues/1767))

**core**
* use versions endpoint to detect core-service versions
* handle new renku-core api errors ([#1757](https://github.com/SwissDataScienceCenter/renku-ui/issues/1757), [#1709](https://github.com/SwissDataScienceCenter/renku-ui/issues/1709))
* adapt to new name of core-service version endpoint ([#1714](https://github.com/SwissDataScienceCenter/renku-ui/issues/1714))

### Bug Fixes

**misc**
* fix link to download files so it works for all default-branch names ([#1750](https://github.com/SwissDataScienceCenter/renku-ui/issues/1750), [#1753](https://github.com/SwissDataScienceCenter/renku-ui/issues/1753))
* do not flash "RenkuLab down" when the user's auth token has expired ([#1759](https://github.com/SwissDataScienceCenter/renku-ui/issues/1759), [#1788](https://github.com/SwissDataScienceCenter/renku-ui/issues/1788))
* fix the update project template button ([#1745](https://github.com/SwissDataScienceCenter/renku-ui/issues/1745))

### BREAKING CHANGES

* Requires renku-core/renku-python >= v1.2.0

## [2.1.2](https://github.com/SwissDataScienceCenter/renku-ui/compare/2.1.1...2.1.2) (2022-04-05)

### Bug Fixes
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.1.2",
"version": "2.2.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.1.2
version: 2.2.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 @@ -34,7 +34,7 @@ replicaCount: 1

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

0 comments on commit a8ff624

Please sign in to comment.