Skip to content

Commit 7512924

Browse files
authored
chore: release v0.12.2 (#1779)
1 parent 3fc29ad commit 7512924

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGES.rst

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

21+
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.12.1...v0.12.2>`__ (2020-12-02)
22+
----------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** correctly generate project id for gitlab (sub)groups
28+
(`#1746 <https://github.com/SwissDataScienceCenter/renku-python/issues/1746>`__)
29+
(`3fc29ad <https://github.com/SwissDataScienceCenter/renku-python/commit/3fc29ad8c754e060cd9b344fa6f11331ad59b23e>`__)
30+
- **core:** fixes renku save to work with already staged changes
31+
(`#1739 <https://github.com/SwissDataScienceCenter/renku-python/issues/1739>`__)
32+
(`1a8b7ad <https://github.com/SwissDataScienceCenter/renku-python/commit/1a8b7adf9d30a44c87f7ef8127df845a9f9f41fd>`__)
33+
- **core:** adds pre-commit hook message for unsupported projects
34+
(`#1730 <https://github.com/SwissDataScienceCenter/renku-python/issues/1730>`__)
35+
(`7f1731d <https://github.com/SwissDataScienceCenter/renku-python/commit/7f1731de7661ee05178fce54606079941fe67dc8>`__)
36+
- **service:** removes chdir calls in service
37+
(`#1767 <https://github.com/SwissDataScienceCenter/renku-python/issues/1767>`__)
38+
(`4da22cb <https://github.com/SwissDataScienceCenter/renku-python/commit/4da22cb8b88621df5087640c8aca68e48a56a0e1>`__)
39+
40+
Features
41+
~~~~~~~~
42+
43+
- **api:** adds user-api parameters support
44+
(`#1723 <https://github.com/SwissDataScienceCenter/renku-python/issues/1723>`__)
45+
(`6ee2862 <https://github.com/SwissDataScienceCenter/renku-python/commit/6ee286241f689d781c67b65e4b45297f5fe2fa59>`__)
46+
- **cli:** adds migrationscheck command
47+
(`#1761 <https://github.com/SwissDataScienceCenter/renku-python/issues/1761>`__)
48+
(`b33ed35 <https://github.com/SwissDataScienceCenter/renku-python/commit/b33ed35ef6bf52c73b1c689e907feffcd80608c3>`__)
49+
- **cli:** automatically track files in git-lfs if necessary
50+
(`#1775 <https://github.com/SwissDataScienceCenter/renku-python/issues/1775>`__)
51+
(`866163a <https://github.com/SwissDataScienceCenter/renku-python/commit/866163a7ff12afae51f9cf3fe0ec7fad9d40d26b>`__)
52+
- **cli:** better error messages for renku clone
53+
(`#1738 <https://github.com/SwissDataScienceCenter/renku-python/issues/1738>`__)
54+
(`78bb2ad <https://github.com/SwissDataScienceCenter/renku-python/commit/78bb2ad5b3f0edb0f030e76e74b5e45cfea8de89>`__)
55+
- **core:** shorten commit messages to 100 characters for readability
56+
(`#1749 <https://github.com/SwissDataScienceCenter/renku-python/issues/1749>`__)
57+
(`af50947 <https://github.com/SwissDataScienceCenter/renku-python/commit/af50947a1e1efaf4dd12a4f589a07c086505e5b1>`__)
58+
- **service:** move user identification to jwt
59+
(`#1520 <https://github.com/SwissDataScienceCenter/renku-python/issues/1520>`__)
60+
(`d45c4c3 <https://github.com/SwissDataScienceCenter/renku-python/commit/d45c4c3062fc36abc650160d48a3bccde38cea84>`__)
61+
2162
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.12.0...v0.12.1>`__ (2020-11-16)
2263
----------------------------------------------------------------------------------------------------
2364

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.12.1
5+
version: 0.12.2

0 commit comments

Comments
 (0)