File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
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
+
21
47
`2.1.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.1...v2.1.0 >`__ (2023-01-18)
22
48
-------------------------------------------------------------------------------------------------------
23
49
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
3
3
description : A Helm chart for Kubernetes
4
4
name : renku-core
5
5
icon : 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:
97
97
fullnameOverride : " "
98
98
image :
99
99
repository : renku/renku-core
100
- tag : " v2.1 .0"
100
+ tag : " v2.2 .0"
101
101
pullPolicy : IfNotPresent
102
102
v9 :
103
103
name : v9
@@ -106,7 +106,7 @@ versions:
106
106
fullnameOverride : " "
107
107
image :
108
108
repository : renku/renku-core
109
- tag : " v1.10.0 "
109
+ tag : " v1.11.2 "
110
110
pullPolicy : IfNotPresent
111
111
podSecurityContext :
112
112
runAsUser : 1000
You can’t perform that action at this time.
0 commit comments