Skip to content

Commit

Permalink
chore: release 1.2.2 (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Apr 13, 2022
1 parent 1519512 commit 8095f52
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
Changes
=======

`1.2.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.2.1...v1.2.2>`__ (2022-04-13)
-------------------------------------------------------------------------------------------------------

This is a hotfix release.

Bug Fixes
~~~~~~~~~

- **core:** fix SHACL shape to properly validate imported ``Dataset.datePublished`` for Zenodo

`1.2.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.2.0...v1.2.1>`__ (2022-04-11)
-------------------------------------------------------------------------------------------------------

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.2.1
version: 1.2.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.2.1"
tag: "v1.2.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 @@ -408,7 +408,7 @@
"@id": "xsd:string"
},
"maxCount": 1,
"sh:pattern": "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\+\\d{2}:\\d{2}"
"sh:pattern": "^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}:\\d{2}\\+\\d{2}:\\d{2})?$"
},
{
"nodeKind": "sh:Literal",
Expand Down

0 comments on commit 8095f52

Please sign in to comment.