Skip to content

Commit

Permalink
chore: release 1.1.2 (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee authored Mar 19, 2022
1 parent 1aecd9f commit fcec413
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
Changes
=======

`1.1.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.1...v1.1.2>`__ (2022-03-18)
-------------------------------------------------------------------------------------------------------

This is a hotfix release fixing an issue with SHACL.

Bug Fixes
~~~~~~~~~

- **core:** fix ParameterMapping in SHACL
(`#2762 <https://github.com/SwissDataScienceCenter/renku-python/issues/2762>`__)

`1.1.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.0...v1.1.1>`__ (2022-03-10)
-------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for Kubernetes
name: renku-core
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
version: 1.1.1
version: 1.1.2
2 changes: 1 addition & 1 deletion helm-chart/renku-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ versions:
fullnameOverride: ""
image:
repository: renku/renku-core
tag: "v1.1.1"
tag: "v1.1.2"
pullPolicy: IfNotPresent
v8:
name: v8
Expand Down
2 changes: 1 addition & 1 deletion renku/data/shacl_shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
},
{
"sh:class": {
"@id": "renku:MappingParameter"
"@id": "renku:ParameterMapping"
},
"path": "renku:hasMappings"
},
Expand Down

0 comments on commit fcec413

Please sign in to comment.