From ac3be619e5f1645a762db7dc9dc8abb007cec5b7 Mon Sep 17 00:00:00 2001 From: Ronja Quensel <72978761+ronjaquensel@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:21:59 +0200 Subject: [PATCH] release: v6.4.0 (#709) * docs: update CHANGELOG.md * docs: update CONTRIBUTING.md * chore: increase version from 6.3.1 to 6.4.0 Co-authored-by: Pampus, Julia Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com> --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 8 +++--- charts/dataspace-connector/Chart.yaml | 4 +-- openapi.yaml | 40 +++++++++++++-------------- pom.xml | 2 +- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71ca0ae8..0aaaa4a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [X.X.X] - XXXX-XX-XX +## [6.4.0] - 2021-10-21 ### Added - Add `ids` field to `/actuator/info` endpoint, to monitor the connectors certificate expiration status and DAT infos (if one can be received). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fc2e2bb4..20d2b1ebf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,10 +33,10 @@ should at least include the following information: The [labels](https://github.com/International-Data-Spaces-Association/DataspaceConnector/labels) are listed at the [issues](https://github.com/International-Data-Spaces-Association/DataspaceConnector/issues). -There are three types of labels: the `type` describes the content of the issue and should be used -by the developer that creates the issue. The other one, starting with `status`, will be added from -the developer that takes on the issue. New issues should be initially marked with `status: open`. -Furthermore, the issues of type `scope` help to specify the scope of the issue. +There are three types of labels: the `type` describes the content of the issue, `scope` helps to +specify the scope of the issue. The `open for contribution` label can be seen as an invitation to +contribute to the project. Independent functionalities and improvements that will not be implemented +by the core developer team are marked with it. ## Branches diff --git a/charts/dataspace-connector/Chart.yaml b/charts/dataspace-connector/Chart.yaml index 957da0c38..57803c338 100644 --- a/charts/dataspace-connector/Chart.yaml +++ b/charts/dataspace-connector/Chart.yaml @@ -16,13 +16,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.5 +version: 0.2.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "6.3.1" +appVersion: "6.4.0" dependencies: - name: postgresql diff --git a/openapi.yaml b/openapi.yaml index 6dfa681b3..ee52fc49a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -25,7 +25,7 @@ info: license: name: "Apache License, Version 2.0" url: https://www.apache.org/licenses/LICENSE-2.0.txt - version: 6.3.1 + version: 6.4.0 servers: - url: https://localhost:8080 description: Generated server url @@ -6946,6 +6946,9 @@ components: ids:unit: type: string format: uri + ids:rightOperandReference: + type: string + format: uri ids:leftOperand: type: string enum: @@ -6968,9 +6971,6 @@ components: - https://w3id.org/idsa/code/USER ids:rightOperand: $ref: '#/components/schemas/RdfResource' - ids:rightOperandReference: - type: string - format: uri ids:pipEndpoint: type: string format: uri @@ -7080,25 +7080,9 @@ components: ids:target: type: string format: uri - ids:assignee: - type: array - items: - type: string - format: uri - ids:assigner: - type: array - items: - type: string - format: uri ids:assetRefinement: oneOf: - $ref: '#/components/schemas/LogicalConstraint' - ids:constraint: - type: array - items: - oneOf: - - $ref: '#/components/schemas/Constraint' - - $ref: '#/components/schemas/LogicalConstraint' ids:action: type: array items: @@ -7120,6 +7104,22 @@ components: - https://w3id.org/idsa/code/TRACK_PROVENANCE - https://w3id.org/idsa/code/USE - https://w3id.org/idsa/code/WRITE + ids:assignee: + type: array + items: + type: string + format: uri + ids:assigner: + type: array + items: + type: string + format: uri + ids:constraint: + type: array + items: + oneOf: + - $ref: '#/components/schemas/Constraint' + - $ref: '#/components/schemas/LogicalConstraint' ids:description: type: array items: diff --git a/pom.xml b/pom.xml index 009a10a03..2df2d68e1 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ - 6.3.2-SNAPSHOT + 6.4.0 info@dataspace-connector.de