File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `2.6.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.5.0...v2.6.0 >`__ (2023-06-20)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **service: ** fixes importing private datasets in deployments with
28
+ external gitlab
29
+ (`#3523 <https://github.com/SwissDataScienceCenter/renku-python/issues/3523 >`__)
30
+ (`d64c179 <https://github.com/SwissDataScienceCenter/renku-python/commit/d64c179857d0f1faa08c11a0cf0149eec97b4e46 >`__)
31
+
32
+ Features
33
+ ~~~~~~~~
34
+
35
+ - **service: ** horizontal scaling
36
+ (`#3178 <https://github.com/SwissDataScienceCenter/renku-python/issues/3178 >`__)
37
+ (`fab2b58 <https://github.com/SwissDataScienceCenter/renku-python/commit/fab2b583f3c36fa179b6388ca7a28fa68b2aad8b >`__)
38
+
21
39
`2.5.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.4.1...v2.5.0 >`__ (2023-06-02)
22
40
-------------------------------------------------------------------------------------------------------
23
41
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
3
3
description : A Helm chart for Kubernetes
4
4
name : renku-core
5
5
icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6
- version : 2.5 .0
6
+ version : 2.6 .0
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ resources:
68
68
datasetsWorkers : {}
69
69
managementWorkers : {}
70
70
scheduler : {}
71
-
72
71
# nodeSelector: {}
73
72
74
73
# tolerations: []
@@ -90,7 +89,7 @@ versions:
90
89
fullnameOverride : " "
91
90
image :
92
91
repository : renku/renku-core
93
- tag : " v2.5 .0"
92
+ tag : " v2.6 .0"
94
93
pullPolicy : IfNotPresent
95
94
v9 :
96
95
name : v9
@@ -107,7 +106,6 @@ podSecurityContext:
107
106
fsGroup : 100
108
107
securityContext :
109
108
allowPrivilegeEscalation : false
110
-
111
109
horizontalPodAutoscaling :
112
110
minReplicas : 2
113
111
maxReplicas : 10
You can’t perform that action at this time.
0 commit comments