Skip to content

Commit

Permalink
build: release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Jul 26, 2022
1 parent 044bdbe commit 185012a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changes

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

### Features

* add confirmation when changing a value in the project settings ([#1922](https://github.com/SwissDataScienceCenter/renku-ui/issues/1922)) ([#1945](https://github.com/SwissDataScienceCenter/renku-ui/issues/1945)) ([12cd103](https://github.com/SwissDataScienceCenter/renku-ui/commit/12cd10397d66052f937e248cd11fdfea254221b0))
* add visibility tooltip on the project card ([#1916](https://github.com/SwissDataScienceCenter/renku-ui/issues/1916))([#1940](https://github.com/SwissDataScienceCenter/renku-ui/issues/1940)) ([c3b74e9](https://github.com/SwissDataScienceCenter/renku-ui/commit/c3b74e9df38580e7d3a57a0abd19e36d9577e89c))
* add support for mermaid format in markdown view ([#1807](https://github.com/SwissDataScienceCenter/renku-ui/issues/1807))([#1941](https://github.com/SwissDataScienceCenter/renku-ui/issues/1941)) ([0d59e96](https://github.com/SwissDataScienceCenter/renku-ui/commit/0d59e9684e476820e44aa4b314e9b56124121963))
* change font for Inter, update button and card styles ([#1885](https://github.com/SwissDataScienceCenter/renku-ui/issues/1885)) ([#1953](https://github.com/SwissDataScienceCenter/renku-ui/issues/1953)) ([fb7349b](https://github.com/SwissDataScienceCenter/renku-ui/commit/fb7349b6ed1d863ef29cb7125e0b28d2a706d9bf))
* include robots.txt ([#1948](https://github.com/SwissDataScienceCenter/renku-ui/issues/1948)) ([791f989](https://github.com/SwissDataScienceCenter/renku-ui/commit/791f989b8493b653b327fa106c15e00aa95fd6b9))
* include sitemap.xml ([#1917](https://github.com/SwissDataScienceCenter/renku-ui/issues/1917)) ([#1948](https://github.com/SwissDataScienceCenter/renku-ui/issues/1948)) ([d024f41](https://github.com/SwissDataScienceCenter/renku-ui/commit/d024f41d0b02a16eda8f51f54269d36093750e91))
* include renku social media links in landing page ([#1923](https://github.com/SwissDataScienceCenter/renku-ui/issues/1923))([#1938](https://github.com/SwissDataScienceCenter/renku-ui/issues/1938)) ([d8fb7fb](https://github.com/SwissDataScienceCenter/renku-ui/commit/d8fb7fbac15992bdc72b604c409703aa6b361e27))
* Include renku dataset import, renku rollback, and remove renku autosave and saving progress section in cheatsheet ([#1961](https://github.com/SwissDataScienceCenter/renku-ui/issues/1961)) ([044bdbe](https://github.com/SwissDataScienceCenter/renku-ui/commit/044bdbe17355d5f9a99b86d6334acdd18be8922c)), closes [#1920](https://github.com/SwissDataScienceCenter/renku-ui/issues/1920)


### BREAKING CHANGES

* requires renku >= 0.15.0

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

### 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.5.0",
"version": "2.6.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.5.0
version: 2.6.0
6 changes: 3 additions & 3 deletions helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ global:
existingSecret: redis-secret
existingSecretPasswordKey: redis-password

client:
client:
replicaCount: 1

image:
repository: renku/renku-ui
tag: "2.5.0"
tag: "2.6.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.5.0"
tag: "2.6.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.5.0",
"version": "2.6.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 185012a

Please sign in to comment.