Skip to content

Commit

Permalink
build: release 3.3.0 (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Feb 28, 2023
1 parent 3ba8092 commit bf7b0ae
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

# [3.3.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.2.0...3.3.0) (2023-02-27)

### Features

* show instructions on how to connect via SSH on deployments supporting it ([#2324](https://github.com/SwissDataScienceCenter/renku-ui/issues/2324), [#2376](https://github.com/SwissDataScienceCenter/renku-ui/issues/2376))

### Bug Fixes

* fetch sessions early to prevent flashing the the dashboard after a few seconds ([#2400](https://github.com/SwissDataScienceCenter/renku-ui/issues/2400))
* show and use timezone aware dates ([#2388](https://github.com/SwissDataScienceCenter/renku-ui/issues/2388))


# [3.2.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.1.0...3.2.0) (2023-02-16)


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": "3.2.0",
"version": "3.3.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.0.5",
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: 3.2.0
version: 3.3.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: "3.2.0"
tag: "3.3.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: "3.2.0"
tag: "3.3.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": "3.2.0",
"version": "3.3.0",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit bf7b0ae

Please sign in to comment.