Skip to content

Commit 6a7ab75

Browse files
chore: release v1.11.0 (#3269)
1 parent 81ce86e commit 6a7ab75

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGES.rst

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,34 @@
1818
Changes
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

2450
Bug Fixes
2551
~~~~~~~~~

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: 1.11.0

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
102102
podSecurityContext:
103103
runAsUser: 1000

0 commit comments

Comments
 (0)