Skip to content

Commit 99a5d65

Browse files
chore: prep release v0.11.5
1 parent 6c2aa5e commit 99a5d65

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.rst

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

21+
`0.11.5 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.11.4...v0.11.5>`__ (2020-10-13)
22+
----------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** fix importing a dataset referenced from non-existent projects
28+
(`#1574 <https://github.com/SwissDataScienceCenter/renku-python/issues/1574>`__)
29+
(`4bb13ef <https://github.com/SwissDataScienceCenter/renku-python/commit/4bb13ef28a2bda2b3227deecb296e1274878752a>`__)
30+
- **core:** fixes git encoding of paths with unicode characters
31+
(`#1538 <https://github.com/SwissDataScienceCenter/renku-python/issues/1538>`__)
32+
(`9790707 <https://github.com/SwissDataScienceCenter/renku-python/commit/979070798968b2c2c624be5eceb4a0162c0faf80>`__)
33+
- **dataset:** fix broken directory hierarchy after renku dataset imports
34+
(`#1576 <https://github.com/SwissDataScienceCenter/renku-python/issues/1576>`__)
35+
(`41e3e72 <https://github.com/SwissDataScienceCenter/renku-python/commit/41e3e72024fe9a1a51521f739f920a63eceb95a8>`__)
36+
- **dataset:** abort importing a dataset when cannot pull LFS objects
37+
(`#1590 <https://github.com/SwissDataScienceCenter/renku-python/issues/1590>`__)
38+
(`9877a98 <https://github.com/SwissDataScienceCenter/renku-python/commit/9877a98c736f3a599ac9d7f0d59ac74af96d3da8>`__)
39+
- **dataset:** fix invalid dataset name after migration
40+
(`#1593 <https://github.com/SwissDataScienceCenter/renku-python/issues/1593>`__)
41+
(`c7ec249 <https://github.com/SwissDataScienceCenter/renku-python/commit/c7ec24936f2dac316cf737eef08ecf5f79d35973>`__)
42+
- **dataset:** update dataset files metadata when adding and overwriting local files
43+
(`#1582 <https://github.com/SwissDataScienceCenter/renku-python/issues/1582>`__)
44+
(`0a23e82 <https://github.com/SwissDataScienceCenter/renku-python/commit/0a23e82a19945b048a986fb679b84c88107ec124>`__)
45+
2146
`0.11.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.11.3...v0.11.4>`__ (2020-10-05)
2247
----------------------------------------------------------------------------------------------------------
2348

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
5-
version: 0.11.4
5+
version: 0.11.5

0 commit comments

Comments
 (0)