File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `1.1.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.2...v1.1.3 >`__ (2022-03-25)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ This is a bugfix release fixing an issue with template update check.
25
+
26
+ Bug Fixes
27
+ ~~~~~~~~~
28
+
29
+ - **core: ** use consistent template versioning for embedded and remote templates
30
+ (`#2763 <https://github.com/SwissDataScienceCenter/renku-python/pull/2763 >`__)
31
+
21
32
`1.1.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.1...v1.1.2 >`__ (2022-03-18)
22
33
-------------------------------------------------------------------------------------------------------
23
34
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 : 1.1.2
6
+ version : 1.1.3
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ versions:
109
109
fullnameOverride : " "
110
110
image :
111
111
repository : renku/renku-core
112
- tag : " v1.1.2 "
112
+ tag : " v1.1.3 "
113
113
pullPolicy : IfNotPresent
114
114
v8 :
115
115
name : v8
Original file line number Diff line number Diff line change 25
25
from importlib_metadata import distribution
26
26
27
27
__version__ = "0.0.0"
28
- __template_version__ = "0.3.0 "
28
+ __template_version__ = "0.3.1 "
29
29
30
30
31
31
def is_release ():
You can’t perform that action at this time.
0 commit comments