Skip to content

Commit 36d3364

Browse files
chore: release v1.11.2 (#3288)
1 parent 77b7de7 commit 36d3364

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
Changes
1919
=======
2020

21-
`1.11.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.11.0...v1.11.1>`__ (2023-01-18)
21+
`1.11.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.11.1...v1.11.2>`__ (2023-01-23)
22+
----------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** fix toil dependency being treated as optional
28+
(`#3277 <https://github.com/SwissDataScienceCenter/renku-python/issues/3277>`__)
29+
(`77b7de7 <https://github.com/SwissDataScienceCenter/renku-python/commit/77b7de7c015aeb2dd2c1e1286bf6ca19e7f63b05>`__)
30+
31+
`1.11.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.11.0...v1.11.1>`__ (2023-01-18)
2232
----------------------------------------------------------------------------------------------------------
2333

2434
Bugfix release fixing Python 3.7 compatibility

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
55
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6-
version: 1.11.1
6+
version: 1.11.2

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ versions:
9797
fullnameOverride: ""
9898
image:
9999
repository: renku/renku-core
100-
tag: "v1.11.1"
100+
tag: "v1.11.2"
101101
pullPolicy: IfNotPresent
102102
podSecurityContext:
103103
runAsUser: 1000

0 commit comments

Comments
 (0)