Skip to content

Commit 42f7a9f

Browse files
committed
chore: release v1.6.0
1 parent bad39a8 commit 42f7a9f

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

CHANGES.rst

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

21+
`1.6.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.5.0...v1.6.0>`__ (2022-07-22)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** fix merge tool committing more than just .gitattributes
28+
(`#3013 <https://github.com/SwissDataScienceCenter/renku-python/issues/3013>`__)
29+
(`3905d78 <https://github.com/SwissDataScienceCenter/renku-python/commit/3905d78261d1064e8d3d108658f9699829bd1fc9>`__)
30+
- **cli:** fix merge tool not working with OOBuckets
31+
(`#3023 <https://github.com/SwissDataScienceCenter/renku-python/issues/3023>`__)
32+
(`71f0d4a <https://github.com/SwissDataScienceCenter/renku-python/commit/71f0d4a2f11a7df3d38dbdaa1e4249361b064045>`__)
33+
- **cli:** prevent deletion of plans that are still used in composite plans
34+
(`#2993 <https://github.com/SwissDataScienceCenter/renku-python/issues/2993>`__)
35+
(`f013bb6 <https://github.com/SwissDataScienceCenter/renku-python/commit/f013bb67539acb568a079b22f553122c12267e55>`__)
36+
- **cli:** prevent removed plans from being used in workflow commands
37+
(`#2998 <https://github.com/SwissDataScienceCenter/renku-python/issues/2998>`__)
38+
(`493f4c5 <https://github.com/SwissDataScienceCenter/renku-python/commit/493f4c58d5766372739da14141ee0b090467f26d>`__)
39+
- **core:** persist activity catalog in metadata
40+
(`#2994 <https://github.com/SwissDataScienceCenter/renku-python/issues/2994>`__)
41+
(`8ef503f <https://github.com/SwissDataScienceCenter/renku-python/commit/8ef503fbbcefbde8bb4a7a430688d63b19459660>`__)
42+
43+
Features
44+
~~~~~~~~
45+
46+
- **api:** add RDFGraph to API
47+
(`#3031 <https://github.com/SwissDataScienceCenter/renku-python/issues/3031>`__)
48+
(`b8784d5 <https://github.com/SwissDataScienceCenter/renku-python/commit/b8784d5160691f3b6f7776d1ae0a874ea80c2041>`__)
49+
- **cli:** inform users about ‘renku login’ in related errors
50+
(`#3000 <https://github.com/SwissDataScienceCenter/renku-python/issues/3000>`__)
51+
(`ec91b31 <https://github.com/SwissDataScienceCenter/renku-python/commit/ec91b319fbc2c1b9cb7b1e1b5c1d594b4447701f>`__)
52+
- **cli:** add option to skip metadata update when executing workflows
53+
(`#3025 <https://github.com/SwissDataScienceCenter/renku-python/issues/3025>`__)
54+
(`c89aba7 <https://github.com/SwissDataScienceCenter/renku-python/commit/c89aba7081e71e34eefe4495bfe6498a0dcf900f>`__)
55+
- **cli:** use existing remote image when starting sessions
56+
(`#2991 <https://github.com/SwissDataScienceCenter/renku-python/issues/2991>`__)
57+
(`b09805c <https://github.com/SwissDataScienceCenter/renku-python/commit/b09805c4c140493dc6b4d94cc988260201628dac>`__)
58+
2159

2260
`1.5.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.4.0...v1.5.0>`__ (2022-07-04)
2361
-------------------------------------------------------------------------------------------------------

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.5.0
6+
version: 1.6.0

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ versions:
111111
fullnameOverride: ""
112112
image:
113113
repository: renku/renku-core
114-
tag: "v1.5.0"
114+
tag: "v1.6.0"
115115
pullPolicy: IfNotPresent
116116
v8:
117117
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.5.0"
27+
__version__ = "1.6.0"
2828
__template_version__ = "0.3.1"
2929
__minimum_project_version__ = "1.2.0"
3030

0 commit comments

Comments
 (0)