From 10acae43ffffb203ccb150829c7975ac6f226ad6 Mon Sep 17 00:00:00 2001 From: Tasko Olevski Date: Tue, 11 Oct 2022 14:32:28 +0200 Subject: [PATCH] chore: prep 1.11.1 release (#1306) --- CHANGELOG.md | 12 ++++++++++++ helm-chart/renku-notebooks/Chart.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdbb7ba8..1025e045f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog for renku-notebooks +## [1.11.1](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.11.0...1.11.1) (2022-10-11) + + +### Bug Fixes + +* **app:** respect git lfs autofetch flag ([#1288](https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1288)) ([ffef74e](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/ffef74e16da8c1435eabec1123e71911495a6103)) +* poetry flags not parsed properly ([#1294](https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1294)) ([5a57906](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/5a5790665955a3814e0d0642cbfae67d4e110e52)) +* **sidecar:** properly set and unset lfs auth ([#1301](https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1301)) ([14df37f](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/14df37f3b2b5e20078f737d43bfb3921dba5c325)) +* **sidecar:** renku needs to be on path ([#1293](https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1293)) ([978cd24](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/978cd2486e56d58fab4d44b9efacf8bdfc2c1e32)) + + + ## [1.11.0](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.10.0...1.11.0) (2022-09-20) ### Bug Fixes diff --git a/helm-chart/renku-notebooks/Chart.yaml b/helm-chart/renku-notebooks/Chart.yaml index 37c5546ff..8fd92d5ad 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.11.0 +version: 1.11.1