Skip to content

Commit e9c3bb4

Browse files
author
Ralf Grubenmann
committed
Merge branch 'master' into develop
2 parents 74c0456 + 424d565 commit e9c3bb4

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGES.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,39 @@
1818
Changes
1919
=======
2020

21+
`2.0.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.10.0...v2.0.0>`__ (2022-12-21)
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/f367cc74a7daeb474a1dc5e8ce5b53190f6cbd0f>`__)
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/7a718ab463848aab1d22a276c2dea9904aedf1c1>`__)
33+
- **service:** fix Snyk XSS warnings
34+
(`#3234 <https://github.com/SwissDataScienceCenter/renku-python/issues/3234>`__)
35+
(`5aeb81f <https://github.com/SwissDataScienceCenter/renku-python/commit/5aeb81fbd9f9ee57100e3e727725b165cf5be4ea>`__)
36+
- **service:** use temporary directory to clone project templates on
37+
project creation
38+
(`#3243 <https://github.com/SwissDataScienceCenter/renku-python/issues/3243>`__)
39+
(`74c0456 <https://github.com/SwissDataScienceCenter/renku-python/commit/74c0456534d8793889305dddf41a6117a7fc4e2d>`__)
40+
41+
Features
42+
~~~~~~~~
43+
44+
- **core:** make toil the default workflow backend
45+
(`#3220 <https://github.com/SwissDataScienceCenter/renku-python/issues/3220>`__)
46+
(`81ce86e <https://github.com/SwissDataScienceCenter/renku-python/commit/81ce86e9f725964d23217fd97750bb575d3d1bf3>`__)
47+
- **core:** Migration to metadata version v10 containing various metadata fixes, requiring a project migration.
48+
(`#3236 <https://github.com/SwissDataScienceCenter/renku-python/issues/3236>`__)
49+
(`8dfd510 <https://github.com/SwissDataScienceCenter/renku-python/commit/8dfd510c255f48430b5451d81ca27becd4cd6390>`__)
50+
- **workflow:** support for workflow definition files
51+
(`#3176 <https://github.com/SwissDataScienceCenter/renku-python/issues/3176>`__)
52+
(`b7b2395 <https://github.com/SwissDataScienceCenter/renku-python/commit/b7b2395a248e1e25ea6b3dc3c38191da84984c5d>`__)
53+
2154
`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0>`__ (2022-11-28)
2255
=========================================================================================================
2356

docs/spelling_wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ cookiecutter
4242
Cookiecutter
4343
coopetition
4444
CountFlights
45+
CPU
4546
cronjob
4647
Cuda
4748
customizable
@@ -217,6 +218,7 @@ serializer
217218
sha
218219
shacl
219220
Slurm
221+
Snyk
220222
SPARQL
221223
spawner
222224
SQLAlchemy
@@ -297,6 +299,7 @@ Workflows
297299
worktree
298300
worktree
299301
worktrees
302+
XSS
300303
yaml
301304
yml
302305
Zenodo

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.10.0
6+
version: 2.0.0

renku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
from importlib_metadata import distribution # type: ignore
2626

27-
__version__ = "1.10.0"
27+
__version__ = "2.0.0"
2828
__template_version__ = "0.3.1"
2929
__minimum_project_version__ = "1.7.0"
3030

0 commit comments

Comments
 (0)