Skip to content

Commit f71176b

Browse files
committed
chore: release 1.2.0
1 parent a0aa0bb commit f71176b

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

CHANGES.rst

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

21+
`1.2.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.4...v1.2.0>`__ (2022-04-08)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
This release contains an internal refactoring moving some renku-python
25+
namespaces around, namely:
26+
27+
- ``renku.api`` -> ``renku.ui.api``
28+
- ``renku.cli`` -> ``renku.ui.cli``
29+
- ``renku.service`` -> ``renku.ui.service``
30+
- ``renku.core.commands`` -> ``renku.command``
31+
- ``renku.core.models`` -> ``renku.domain_model``
32+
- ``renku.core.metadata`` -> ``renku.infrastructure``
33+
- ``renku.core.plugins`` -> ``renku.core.plugin``
34+
- some ``renku.core.management.*`` submodules to ``renku.core.*``
35+
36+
All except the last point have redirects from the old to the new namespace,
37+
so existing could continues to work, but importing the old namespace will print
38+
a ``DeprecationWarning``. The code itself hasn't change, so replacing the old
39+
imports with the new ones is all that needs to be done.
40+
41+
Bug Fixes
42+
~~~~~~~~~
43+
44+
- **core:** fix error when using external file in plan
45+
(`#2815 <https://github.com/SwissDataScienceCenter/renku-python/issues/2815>`__)
46+
(`101209c <https://github.com/SwissDataScienceCenter/renku-python/commit/101209c7569aea37e31029b92c55110fe828213a>`__)
47+
- **core:** fix SHACL shape for MappingParameter and add SHACL checks
48+
to more tests
49+
(`#2811 <https://github.com/SwissDataScienceCenter/renku-python/issues/2811>`__)
50+
(`ce9850f <https://github.com/SwissDataScienceCenter/renku-python/commit/ce9850f94e08a137fde7238e247250b4bf8b3976>`__)
51+
- **core:** Fix workflow outputs not staging parent directory o execution
52+
(`#2798 <https://github.com/SwissDataScienceCenter/renku-python/issues/2798>`__)
53+
(`330a3b8 <https://github.com/SwissDataScienceCenter/renku-python/commit/330a3b8df8347552db8ea3697e7fff5bcf807bec>`__)
54+
- **core:** optimize imports to improve startup time
55+
(`#2799 <https://github.com/SwissDataScienceCenter/renku-python/issues/2799>`__)
56+
(`918fc30 <https://github.com/SwissDataScienceCenter/renku-python/commit/918fc303f83c4f5b7b66db001f9002df335a4af2>`__)
57+
- **service:** clean cache after trying to fetch projects from non-existing repos
58+
(`#2789 <https://github.com/SwissDataScienceCenter/renku-python/issues/2789>`__)
59+
(`c62b75b <https://github.com/SwissDataScienceCenter/renku-python/commit/c62b75bce7da710c6f06802e61942837feb4a105>`__),
60+
closes
61+
`#2787 <https://github.com/SwissDataScienceCenter/renku-python/issues/2787>`__
62+
63+
Features
64+
~~~~~~~~
65+
- **workflow:** docker container support for toil provider
66+
(`#2795 <https://github.com/SwissDataScienceCenter/renku-python/issues/2795>`__)
67+
(`3b3a896 <https://github.com/SwissDataScienceCenter/renku-python/commit/3b3a896f801102cd61d7dc320dc5d999cb403c48>`__)
68+
2169
`1.1.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.3...v1.1.4>`__ (2022-03-28)
2270
-------------------------------------------------------------------------------------------------------
2371

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.1.4
6+
version: 1.2.0

helm-chart/renku-core/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ versions:
109109
fullnameOverride: ""
110110
image:
111111
repository: renku/renku-core
112-
tag: "v1.1.4"
112+
tag: "v1.2.0"
113113
pullPolicy: IfNotPresent
114114
v8:
115115
name: v8
@@ -118,5 +118,5 @@ versions:
118118
fullnameOverride: ""
119119
image:
120120
repository: renku/renku-core
121-
tag: "v0.16.6"
121+
tag: "v0.16.7"
122122
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)