Skip to content

Commit

Permalink
build: release 3.12.1 (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Sep 8, 2023
1 parent 4285e8b commit d1f28e1
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [3.12.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.12.0...3.12.1) (2023-09-07)

This release includes relevant changes non-visible to the users. It also includes the urgent bugfix from version 3.11.1

- Take advantage of Core Service API versions ([#2718](https://github.com/SwissDataScienceCenter/renku-ui/issues/2718), [#2755](https://github.com/SwissDataScienceCenter/renku-ui/issues/2755), [#2764](https://github.com/SwissDataScienceCenter/renku-ui/issues/2764))
- Fix bootstrap icons ([#2772](https://github.com/SwissDataScienceCenter/renku-ui/issues/2772))

## [3.12.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.11.0...3.12.0) (2023-08-31)

### Features
Expand All @@ -11,6 +18,12 @@
- Use the migrations endpoint correctly -- we were accidentally routing older projects to the wrong backend version ([#2766](https://github.com/SwissDataScienceCenter/renku-ui/issues/2766)).
- Use the "dev" label properly on the footer in the Renku version section ([#2776](https://github.com/SwissDataScienceCenter/renku-ui/issues/2776)).

## [3.11.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.11.0...3.11.1) (2023-09-07)

### Bug Fixes

- Handle embedded template variables in project creation links ([#2789](https://github.com/SwissDataScienceCenter/renku-ui/issues/2789))

## [3.11.0](https://github.com/SwissDataScienceCenter/renku-ui/compare/3.10.0...3.11.0) (2023-08-22)

### 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.12.0",
"version": "3.12.1",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.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: 3.12.0
version: 3.12.1
4 changes: 2 additions & 2 deletions helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ client:

image:
repository: renku/renku-ui
tag: "3.12.0"
tag: "3.12.1"
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -215,7 +215,7 @@ server:

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

0 comments on commit d1f28e1

Please sign in to comment.