Skip to content

Commit f43b729

Browse files
RenkuBotRalf Grubenmann
authored andcommitted
chore: release v1.8.1
1 parent 909b001 commit f43b729

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGES.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,25 @@
1818
Changes
1919
=======
2020

21+
`1.8.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.8.0...v1.8.1>`__ (2022-10-26)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **service:** don't change working directory, as it isn't thread-safe
28+
(`#3182 <https://github.com/SwissDataScienceCenter/renku-python/issues/3182>`__)
29+
(`909b001 <https://github.com/SwissDataScienceCenter/renku-python/commit/909b001fb0a0ac3e6deb2d03f5f9218a7ee7d42e>`__)
30+
31+
Features
32+
~~~~~~~~
33+
34+
- **dataset:** support non-AWS S3 URI
35+
(`#3159 <https://github.com/SwissDataScienceCenter/renku-python/issues/3159>`__)
36+
(`b81bbe5 <https://github.com/SwissDataScienceCenter/renku-python/commit/b81bbe58b65ac0cd1048a05fae87550d3db4e991>`__)
37+
2138
`1.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.7.1...v1.8.0>`__ (2022-10-14)
22-
=======================================================================================================
39+
-------------------------------------------------------------------------------------------------------
2340

2441
Bug Fixes
2542
~~~~~~~~~

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.8.0
6+
version: 1.8.1

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ versions:
9696
fullnameOverride: ""
9797
image:
9898
repository: renku/renku-core
99-
tag: "v1.8.0"
99+
tag: "v1.8.1"
100100
pullPolicy: IfNotPresent
101101
v8:
102102
name: v8

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.8.0"
27+
__version__ = "1.8.1"
2828
__template_version__ = "0.3.1"
2929
__minimum_project_version__ = "1.7.0"
3030

0 commit comments

Comments
 (0)