File tree Expand file tree Collapse file tree 4 files changed +32
-3
lines changed
Expand file tree Collapse file tree 4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `1.11.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.10.0...v1.11.0 >`__ (2023-01-17)
22+ ----------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **cli: ** fix setting CPU request in renku.ini for renku session start
28+ (`#3232 <https://github.com/SwissDataScienceCenter/renku-python/issues/3232 >`__)
29+ (`f367cc7 <https://github.com/SwissDataScienceCenter/renku-python/commit/f367cc7 >`__)
30+ - **core: ** githooks are initialized in wrong directory
31+ (`#3230 <https://github.com/SwissDataScienceCenter/renku-python/issues/3230 >`__)
32+ (`7a718ab <https://github.com/SwissDataScienceCenter/renku-python/commit/7a718ab >`__)
33+ - **service: ** Snyk XSS warnings
34+ (`#3234 <https://github.com/SwissDataScienceCenter/renku-python/issues/3234 >`__)
35+ (`5aeb81f <https://github.com/SwissDataScienceCenter/renku-python/commit/5aeb81f >`__)
36+
37+ Features
38+ ~~~~~~~~
39+
40+ - **core: ** make toil the default workflow backend
41+ (`#3220 <https://github.com/SwissDataScienceCenter/renku-python/issues/3220 >`__)
42+ (`81ce86e <https://github.com/SwissDataScienceCenter/renku-python/commit/81ce86e >`__)
43+ - **workflow: ** support for workflow definition files
44+ (`#3176 <https://github.com/SwissDataScienceCenter/renku-python/issues/3176 >`__)
45+ (`b7b2395 <https://github.com/SwissDataScienceCenter/renku-python/commit/b7b2395 >`__)
46+
2147`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0 >`__ (2022-11-28)
22- =========================================================================================================
48+ ---------------------------------------------------------------------------------------------------------
2349
2450Bug Fixes
2551~~~~~~~~~
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ cookiecutter
4242Cookiecutter
4343coopetition
4444CountFlights
45+ CPU
4546cronjob
4647Cuda
4748customizable
@@ -217,6 +218,7 @@ serializer
217218sha
218219shacl
219220Slurm
221+ Snyk
220222SPARQL
221223spawner
222224SQLAlchemy
@@ -297,6 +299,7 @@ Workflows
297299worktree
298300worktree
299301worktrees
302+ XSS
300303yaml
301304yml
302305Zenodo
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.10 .0
6+ version : 1.11 .0
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.10 .0"
100+ tag : " v1.11 .0"
101101 pullPolicy : IfNotPresent
102102podSecurityContext :
103103 runAsUser : 1000
You can’t perform that action at this time.
0 commit comments