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 1818Changes
1919=======
2020
21+ `1.1.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.1...v1.1.2 >`__ (2022-03-18)
22+ -------------------------------------------------------------------------------------------------------
23+
24+ This is a hotfix release fixing an issue with SHACL.
25+
26+ Bug Fixes
27+ ~~~~~~~~~
28+
29+ - **core: ** fix ParameterMapping in SHACL
30+ (`#2762 <https://github.com/SwissDataScienceCenter/renku-python/issues/2762 >`__)
31+
2132`1.1.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.0...v1.1.1 >`__ (2022-03-10)
2233-------------------------------------------------------------------------------------------------------
2334
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 : 1.1.1
6+ version : 1.1.2
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ versions:
109109 fullnameOverride : " "
110110 image :
111111 repository : renku/renku-core
112- tag : " v1.1.1 "
112+ tag : " v1.1.2 "
113113 pullPolicy : IfNotPresent
114114 v8 :
115115 name : v8
Original file line number Diff line number Diff line change 13671367 },
13681368 {
13691369 "sh:class" : {
1370- "@id" : " renku:MappingParameter "
1370+ "@id" : " renku:ParameterMapping "
13711371 },
13721372 "path" : " renku:hasMappings"
13731373 },
You can’t perform that action at this time.
0 commit comments