File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `2.2.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.1.0...v2.2.0 >`__ (2023-02-10)
22+ -------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **cli: ** fix a bug in access token prompt for dataset export
28+ (`#3256 <https://github.com/SwissDataScienceCenter/renku-python/issues/3256 >`__)
29+ (`d0701f5 <https://github.com/SwissDataScienceCenter/renku-python/commit/d0701f58b1946808d68938db23274864891733af >`__)
30+ - **core: ** bump minimum required version so that old projects properly fail
31+ (`#3307 <https://github.com/SwissDataScienceCenter/renku-python/issues/3307 >`__)
32+ (`6667779 <https://github.com/SwissDataScienceCenter/renku-python/commit/66677798ce769a3c3ddc69fd8d0753d2de9a6468 >`__)
33+ - **core: ** various metadata v10 migration fixes
34+ (`#3304 <https://github.com/SwissDataScienceCenter/renku-python/issues/3304 >`__)
35+ (`f4c37dd <https://github.com/SwissDataScienceCenter/renku-python/commit/f4c37dda4116df95695b2865b329874e993d8784 >`__)
36+
37+ Features
38+ ~~~~~~~~
39+
40+ - **cli: ** ``renku login `` by default logs into remote gitlab
41+ (`#3287 <https://github.com/SwissDataScienceCenter/renku-python/issues/3287 >`__)
42+ (`58bd96c <https://github.com/SwissDataScienceCenter/renku-python/commit/58bd96cbd82d4ea4caabb643d0e594943caabb44 >`__)
43+ - **cli: ** various ``renku session `` improvements and fixes
44+ (`#3292 <https://github.com/SwissDataScienceCenter/renku-python/issues/3292 >`__)
45+ (`7b05493 <https://github.com/SwissDataScienceCenter/renku-python/commit/7b05493e4e55c89ccbe6ba378ea705e5ee53a09b >`__)
46+
2147`2.1.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.1...v2.1.0 >`__ (2023-01-18)
2248-------------------------------------------------------------------------------------------------------
2349
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
55icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6- version : 2.1 .0
6+ version : 2.2 .0
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ versions:
9797 fullnameOverride : " "
9898 image :
9999 repository : renku/renku-core
100- tag : " v2.1 .0"
100+ tag : " v2.2 .0"
101101 pullPolicy : IfNotPresent
102102 v9 :
103103 name : v9
@@ -106,7 +106,7 @@ versions:
106106 fullnameOverride : " "
107107 image :
108108 repository : renku/renku-core
109- tag : " v1.10.0 "
109+ tag : " v1.11.2 "
110110 pullPolicy : IfNotPresent
111111podSecurityContext :
112112 runAsUser : 1000
You can’t perform that action at this time.
0 commit comments