File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `1.11.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.11.2...v1.11.3 >`__ (2023-03-07)
22+ ----------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **svc: ** properly use Redis sentinel
28+ (`#3319 <https://github.com/SwissDataScienceCenter/renku-python/issues/3319 >`__)
29+ (`#3352 <https://github.com/SwissDataScienceCenter/renku-python/issues/3352 >`__)
30+ (`46869bd <https://github.com/SwissDataScienceCenter/renku-python/commit/46869bd942deb92050dca5a299f8158552bd2636 >`__)
31+
2132`1.11.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.11.1...v1.11.2 >`__ (2023-01-23)
2233----------------------------------------------------------------------------------------------------------
2334
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
55icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6- version : 1.11.2
6+ version : 1.11.3
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ versions:
9797 fullnameOverride : " "
9898 image :
9999 repository : renku/renku-core
100- tag : " v1.11.2 "
100+ tag : " v1.11.3 "
101101 pullPolicy : IfNotPresent
102102podSecurityContext :
103103 runAsUser : 1000
You can’t perform that action at this time.
0 commit comments