Skip to content

Commit

Permalink
chore: release v1.11.0 (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 17, 2023
1 parent 81ce86e commit 6a7ab75
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,34 @@
Changes
=======

`1.11.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.10.0...v1.11.0>`__ (2023-01-17)
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** fix setting CPU request in renku.ini for renku session start
(`#3232 <https://github.com/SwissDataScienceCenter/renku-python/issues/3232>`__)
(`f367cc7 <https://github.com/SwissDataScienceCenter/renku-python/commit/f367cc7>`__)
- **core:** githooks are initialized in wrong directory
(`#3230 <https://github.com/SwissDataScienceCenter/renku-python/issues/3230>`__)
(`7a718ab <https://github.com/SwissDataScienceCenter/renku-python/commit/7a718ab>`__)
- **service:** Snyk XSS warnings
(`#3234 <https://github.com/SwissDataScienceCenter/renku-python/issues/3234>`__)
(`5aeb81f <https://github.com/SwissDataScienceCenter/renku-python/commit/5aeb81f>`__)

Features
~~~~~~~~

- **core:** make toil the default workflow backend
(`#3220 <https://github.com/SwissDataScienceCenter/renku-python/issues/3220>`__)
(`81ce86e <https://github.com/SwissDataScienceCenter/renku-python/commit/81ce86e>`__)
- **workflow:** support for workflow definition files
(`#3176 <https://github.com/SwissDataScienceCenter/renku-python/issues/3176>`__)
(`b7b2395 <https://github.com/SwissDataScienceCenter/renku-python/commit/b7b2395>`__)

`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0>`__ (2022-11-28)
=========================================================================================================
---------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~
Expand Down
3 changes: 3 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cookiecutter
Cookiecutter
coopetition
CountFlights
CPU
cronjob
Cuda
customizable
Expand Down Expand Up @@ -217,6 +218,7 @@ serializer
sha
shacl
Slurm
Snyk
SPARQL
spawner
SQLAlchemy
Expand Down Expand Up @@ -297,6 +299,7 @@ Workflows
worktree
worktree
worktrees
XSS
yaml
yml
Zenodo
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for Kubernetes
name: renku-core
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
version: 1.10.0
version: 1.11.0
2 changes: 1 addition & 1 deletion helm-chart/renku-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ versions:
fullnameOverride: ""
image:
repository: renku/renku-core
tag: "v1.10.0"
tag: "v1.11.0"
pullPolicy: IfNotPresent
podSecurityContext:
runAsUser: 1000
Expand Down

0 comments on commit 6a7ab75

Please sign in to comment.