Skip to content

Commit

Permalink
build: release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Dec 20, 2021
1 parent 1899e26 commit fc84883
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [1.2.2](https://github.com/SwissDataScienceCenter/renku-ui/compare/1.2.1...1.2.2) (2021-12-20)

### Bug Fixes

* order maintenance by schedule date asc ([#1612](https://github.com/SwissDataScienceCenter/renku-ui/issues/1612))

## [1.2.1](https://github.com/SwissDataScienceCenter/renku-ui/compare/1.2.0...1.2.1) (2021-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.1",
"version": "1.2.2",
"private": true,
"dependencies": {
"@babel/helper-regex": "^7.10.5",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-ui-server/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 Server
name: renku-ui-server
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
version: 1.2.1
version: 1.2.2
2 changes: 1 addition & 1 deletion helm-chart/renku-ui-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: renku/renku-ui-server
tag: "1.2.1"
tag: "1.2.2"
pullPolicy: IfNotPresent

imagePullSecrets: []
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: 1.2.1
version: 1.2.2
2 changes: 1 addition & 1 deletion helm-chart/renku-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1

image:
repository: renku/renku-ui
tag: "1.2.1"
tag: "1.2.2"
pullPolicy: IfNotPresent

## Optionally specify an array of 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": "1.2.1",
"version": "1.2.2",
"description": "Server for renku API",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit fc84883

Please sign in to comment.