File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ ` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.12.0...v0.12.1 >`__ (2020-11-16)
22+ ----------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **core: ** re-raise renku handled exception on network failure
28+ (`#1623 <https://github.com/SwissDataScienceCenter/renku-python/issues/1623 >`__)
29+ (`4856a05 <https://github.com/SwissDataScienceCenter/renku-python/commit/4856a05fa15fa10f402fc95289a641c1f52617bc >`__)
30+ - **dataset: ** no commit if nothing is edited
31+ (`#1706 <https://github.com/SwissDataScienceCenter/renku-python/issues/1706 >`__)
32+ (`a68edf6 <https://github.com/SwissDataScienceCenter/renku-python/commit/a68edf6c9d654e3fcf9203c530e9c7fdae256f76 >`__)
33+ - **service: ** correctly determine resource age
34+ (`#1695 <https://github.com/SwissDataScienceCenter/renku-python/issues/1695 >`__)
35+ (`40153f0 <https://github.com/SwissDataScienceCenter/renku-python/commit/40153f099ce684e96ffaf2502771c185921d0a96 >`__)
36+ - **service: ** correctly set project_name slug on project create
37+ (`#1691 <https://github.com/SwissDataScienceCenter/renku-python/issues/1691 >`__)
38+ (`234e1b3 <https://github.com/SwissDataScienceCenter/renku-python/commit/234e1b376727bffaad1ea8dc2a06e607bdebeb5c >`__)
39+ - **service: ** set template version and metadata correctly
40+ (`#1708 <https://github.com/SwissDataScienceCenter/renku-python/issues/1708 >`__)
41+ (`ed98be3 <https://github.com/SwissDataScienceCenter/renku-python/commit/ed98be377d7ff405768ec2fbb44cd3d60949b9aa >`__)
42+
43+ Features
44+ ~~~~~~~~
45+
46+ - renku API
47+ (`#1665 <https://github.com/SwissDataScienceCenter/renku-python/issues/1665 >`__)
48+ (`949a4aa <https://github.com/SwissDataScienceCenter/renku-python/commit/949a4aa46ef8b5a3c331ae34a6250e8d5cb433d2 >`__)
49+
2150` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.11.6...v0.12.0 >`__ (2020-11-03)
2251----------------------------------------------------------------------------------------------------
2352
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " 1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
5- version : 0.12.0
5+ version : 0.12.1
You can’t perform that action at this time.
0 commit comments