diff --git a/CHANGELOG.md b/CHANGELOG.md index c38e3a2ec..3a85c496a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/helm-chart/renku-notebooks/Chart.yaml b/helm-chart/renku-notebooks/Chart.yaml index 0dffbcfd3..464c76fd2 100644 --- a/helm-chart/renku-notebooks/Chart.yaml +++ b/helm-chart/renku-notebooks/Chart.yaml @@ -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 diff --git a/helm-chart/renku-notebooks/values.yaml b/helm-chart/renku-notebooks/values.yaml index 828414da4..48cf185f9 100644 --- a/helm-chart/renku-notebooks/values.yaml +++ b/helm-chart/renku-notebooks/values.yaml @@ -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"