Skip to content

Commit

Permalink
chore: prep 1.22.0 release (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee committed Mar 26, 2024
1 parent 613986b commit 6ee0a68
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog for renku-notebooks

## [1.22.0](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.21.3...1.22.0) (2024-03-25)


### Features

* support for Renku 2 sessions ([#1815](https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1815)) ([613986b](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/613986bb29955b4c7c59cfbf911e013a097bda9a))



## [1.21.0](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.20.3...1.21.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-notebooks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for the Renku Notebooks service
name: renku-notebooks
version: 1.21.0
version: 1.22.0
14 changes: 7 additions & 7 deletions helm-chart/renku-notebooks/values.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
notebooks:
image:
repository: renku/renku-notebooks
tag: "1.21.0"
tag: "1.22.0"

gitRpcServer:
image:
name: renku/git-rpc-server
tag: "1.21.0"
tag: "1.22.0"

gitHttpsProxy:
image:
name: renku/git-https-proxy
tag: "1.21.0"
tag: "1.22.0"

gitClone:
image:
name: renku/git-clone
tag: "1.21.0"
tag: "1.22.0"

tests:
image:
repository: renku/renku-notebooks-tests
tag: "1.21.0"
tag: "1.22.0"

k8sWatcher:
image:
repository: renku/k8s-watcher
tag: "1.21.0"
tag: "1.22.0"

ssh:
image:
repository: renku/ssh-jump-host
tag: "1.21.0"
tag: "1.22.0"

0 comments on commit 6ee0a68

Please sign in to comment.