Skip to content

Commit

Permalink
build: release 2.6.0 (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code authored Jul 26, 2022
1 parent 044bdbe commit 9943f63
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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))
* 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))
* 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))
* update layout: buttons, cards, font, colors ([#1885](https://github.com/SwissDataScienceCenter/renku-ui/issues/1885), [#1953](https://github.com/SwissDataScienceCenter/renku-ui/issues/1953))
* 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))
* update cheatsheet ([#1961](https://github.com/SwissDataScienceCenter/renku-ui/issues/1961))


### 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 9943f63

Please sign in to comment.