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 1818Changes
1919=======
2020
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+
2139`2.5.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.4.1...v2.5.0 >`__ (2023-06-02)
2240-------------------------------------------------------------------------------------------------------
2341
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 : 2.5 .0
6+ version : 2.6 .0
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ resources:
6868 datasetsWorkers : {}
6969 managementWorkers : {}
7070 scheduler : {}
71-
7271# nodeSelector: {}
7372
7473# tolerations: []
@@ -90,7 +89,7 @@ versions:
9089 fullnameOverride : " "
9190 image :
9291 repository : renku/renku-core
93- tag : " v2.5 .0"
92+ tag : " v2.6 .0"
9493 pullPolicy : IfNotPresent
9594 v9 :
9695 name : v9
@@ -107,7 +106,6 @@ podSecurityContext:
107106 fsGroup : 100
108107securityContext :
109108 allowPrivilegeEscalation : false
110-
111109horizontalPodAutoscaling :
112110 minReplicas : 2
113111 maxReplicas : 10
You can’t perform that action at this time.
0 commit comments