Skip to content

Commit 58efcb0

Browse files
authored
chore: release v0.15.0 (#2086)
1 parent b1e7a9b commit 58efcb0

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

CHANGES.rst

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

21+
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.14.2...v0.15.0>`__ (2021-05-17)
22+
----------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** Fix annotations serialization in ProvenanceGraph
28+
(`#1992 <https://github.com/SwissDataScienceCenter/renku-python/issues/1992>`__)
29+
(`eb3a7ba <https://github.com/SwissDataScienceCenter/renku-python/commit/eb3a7ba600b4b4858df77e1986caea9dc5ba565d>`__),
30+
closes
31+
`#1952 <https://github.com/SwissDataScienceCenter/renku-python/issues/1952>`__
32+
- **core:** no failure when processing git history for deleted files
33+
(`#2047 <https://github.com/SwissDataScienceCenter/renku-python/issues/2047>`__)
34+
(`d85facd <https://github.com/SwissDataScienceCenter/renku-python/commit/d85facd1b8a1f2c5e8ed874afe0d79063c7dc499>`__)
35+
- **cli:** fix path matching in renku log dot output
36+
(`#2070 <https://github.com/SwissDataScienceCenter/renku-python/issues/2070>`__)
37+
(`4a4342b <https://github.com/SwissDataScienceCenter/renku-python/commit/4a4342b6004e9632f38e7eaa13fe6567051c0b72>`__)
38+
39+
Features
40+
~~~~~~~~
41+
42+
- **cli:** improve feedback around files being overwritten by renku
43+
init and add --initial-branch flag
44+
(`#1997 <https://github.com/SwissDataScienceCenter/renku-python/issues/1997>`__)
45+
(`50bb67b <https://github.com/SwissDataScienceCenter/renku-python/commit/50bb67b65489bb75be29acb3fb8a3cdec65ad611>`__)
46+
- **cli:** add JSON output format to ‘renku dataset ls’ and ‘renku
47+
dataset ls-files’
48+
(`#2084 <https://github.com/SwissDataScienceCenter/renku-python/issues/2084>`__)
49+
(`514f13b <https://github.com/SwissDataScienceCenter/renku-python/commit/514f13b1f34d4d22beb0e69425136670f5c94beb>`__)
50+
- **cli:** add OLOS export and improve import/export provider logic
51+
(`#1857 <https://github.com/SwissDataScienceCenter/renku-python/issues/1857>`__)
52+
(`779c481 <https://github.com/SwissDataScienceCenter/renku-python/commit/779c4816a8e994526255a78a7163afb45ea79cd2>`__)
53+
- **cli:** detect filename from content-disposition header when
54+
downloading
55+
(`#2020 <https://github.com/SwissDataScienceCenter/renku-python/issues/2020>`__)
56+
(`c79ea14 <https://github.com/SwissDataScienceCenter/renku-python/commit/c79ea148d7f08cd45085b5918144fdff7c3d161b>`__)
57+
- **core:** add default value to all Run parameters
58+
(`#2057 <https://github.com/SwissDataScienceCenter/renku-python/issues/2057>`__)
59+
(`3a0321d <https://github.com/SwissDataScienceCenter/renku-python/commit/3a0321d3443c8226abbc534b2ddee0f4f54aa4c0>`__)
60+
- **core:** adds node-js detection for rerun/update
61+
(`#2002 <https://github.com/SwissDataScienceCenter/renku-python/issues/2002>`__)
62+
(`8b9e801 <https://github.com/SwissDataScienceCenter/renku-python/commit/8b9e801718413763d17fbbc4c22212a0f8263013>`__)
63+
- **core:** add renku login command to authenticate with a renku
64+
deployment
65+
(`#1864 <https://github.com/SwissDataScienceCenter/renku-python/issues/1864>`__)
66+
(`7f3039f <https://github.com/SwissDataScienceCenter/renku-python/commit/7f3039f470558a157a5c0a8b45fa2dd6b77eb1d3>`__)
67+
- **dataset:** add support to dataset update for detecting changes
68+
to local files
69+
(`#2049 <https://github.com/SwissDataScienceCenter/renku-python/issues/2049>`__)
70+
(`71befe0 <https://github.com/SwissDataScienceCenter/renku-python/commit/71befe0303684bd790fb36c0f77630ac262ff05d>`__)
71+
- **service:** pass gitlab token to core-service
72+
(`#2062 <https://github.com/SwissDataScienceCenter/renku-python/issues/2062>`__)
73+
(`63c2675 <https://github.com/SwissDataScienceCenter/renku-python/commit/63c2675859ae24eef32afa6f7a267e244000495c>`__)
74+
- **workflow:** add naming metadata for command parameters
75+
(`#2071 <https://github.com/SwissDataScienceCenter/renku-python/issues/2071>`__)
76+
(`b1e7a9b <https://github.com/SwissDataScienceCenter/renku-python/commit/b1e7a9b2913883de8c8d4f76a7fbd75a2e036ab5>`__)
77+
- **workflow:** add workflow naming metadata
78+
(`#2033 <https://github.com/SwissDataScienceCenter/renku-python/issues/2033>`__)
79+
(`5612199 <https://github.com/SwissDataScienceCenter/renku-python/commit/5612199e5ade9d7a6ea2937f87be8adb7b8de19a>`__)
80+
- **service:** add delayed write operations, ie. porcelain and better cache management
81+
(`#1957 <https://github.com/SwissDataScienceCenter/renku-python/issues/1957>`__)
82+
(`a05b615 <https://github.com/SwissDataScienceCenter/renku-python/commit/a05b6158a79a7ee85828487ae2194746c3409d46>`__)
83+
84+
2185
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.14.1...v0.14.2>`__ (2021-04-16)
2286
----------------------------------------------------------------------------------------------------
2387

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: 0.14.2
6+
version: 0.15.0

0 commit comments

Comments
 (0)