Skip to content

Commit

Permalink
build: release 3.22.0 (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer authored Apr 4, 2024
1 parent 8c7ffeb commit 1e089da
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## [3.22.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.21.0...3.22.0) (2024-04-04)

### Features

- initial support for renku v2 namespaces ([#3023](https://github.com/SwissDataScienceCenter/renku-ui/issues/3023), [#3027](https://github.com/SwissDataScienceCenter/renku-ui/pull/3027))

### BREAKING CHANGES

- Requires renku-data services version >= 0.8.2

## [3.21.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.20.2...3.21.0) (2024-03-26)

### 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": "3.21.0",
"version": "3.22.0",
"private": true,
"scripts": {
"start": "vite --port 3000",
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.21.0
version: 3.22.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 @@ -2,9 +2,9 @@ ui:
client:
image:
repository: renku/renku-ui
tag: "3.21.0"
tag: "3.22.0"

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

0 comments on commit 1e089da

Please sign in to comment.