Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit ac3be61

Browse files
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 <[email protected]> Co-authored-by: Julia Pampus <[email protected]>
1 parent c191f4b commit ac3be61

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [X.X.X] - XXXX-XX-XX
4+
## [6.4.0] - 2021-10-21
55

66
### Added
77
- Add `ids` field to `/actuator/info` endpoint, to monitor the connectors certificate expiration status and DAT infos (if one can be received).

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ should at least include the following information:
3333

3434
The [labels](https://github.com/International-Data-Spaces-Association/DataspaceConnector/labels) are listed at the
3535
[issues](https://github.com/International-Data-Spaces-Association/DataspaceConnector/issues).
36-
There are three types of labels: the `type` describes the content of the issue and should be used
37-
by the developer that creates the issue. The other one, starting with `status`, will be added from
38-
the developer that takes on the issue. New issues should be initially marked with `status: open`.
39-
Furthermore, the issues of type `scope` help to specify the scope of the issue.
36+
There are three types of labels: the `type` describes the content of the issue, `scope` helps to
37+
specify the scope of the issue. The `open for contribution` label can be seen as an invitation to
38+
contribute to the project. Independent functionalities and improvements that will not be implemented
39+
by the core developer team are marked with it.
4040

4141
## Branches
4242

charts/dataspace-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.2.5
19+
version: 0.2.6
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "6.3.1"
25+
appVersion: "6.4.0"
2626

2727
dependencies:
2828
- name: postgresql

openapi.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ info:
2525
license:
2626
name: "Apache License, Version 2.0"
2727
url: https://www.apache.org/licenses/LICENSE-2.0.txt
28-
version: 6.3.1
28+
version: 6.4.0
2929
servers:
3030
- url: https://localhost:8080
3131
description: Generated server url
@@ -6946,6 +6946,9 @@ components:
69466946
ids:unit:
69476947
type: string
69486948
format: uri
6949+
ids:rightOperandReference:
6950+
type: string
6951+
format: uri
69496952
ids:leftOperand:
69506953
type: string
69516954
enum:
@@ -6968,9 +6971,6 @@ components:
69686971
- https://w3id.org/idsa/code/USER
69696972
ids:rightOperand:
69706973
$ref: '#/components/schemas/RdfResource'
6971-
ids:rightOperandReference:
6972-
type: string
6973-
format: uri
69746974
ids:pipEndpoint:
69756975
type: string
69766976
format: uri
@@ -7080,25 +7080,9 @@ components:
70807080
ids:target:
70817081
type: string
70827082
format: uri
7083-
ids:assignee:
7084-
type: array
7085-
items:
7086-
type: string
7087-
format: uri
7088-
ids:assigner:
7089-
type: array
7090-
items:
7091-
type: string
7092-
format: uri
70937083
ids:assetRefinement:
70947084
oneOf:
70957085
- $ref: '#/components/schemas/LogicalConstraint'
7096-
ids:constraint:
7097-
type: array
7098-
items:
7099-
oneOf:
7100-
- $ref: '#/components/schemas/Constraint'
7101-
- $ref: '#/components/schemas/LogicalConstraint'
71027086
ids:action:
71037087
type: array
71047088
items:
@@ -7120,6 +7104,22 @@ components:
71207104
- https://w3id.org/idsa/code/TRACK_PROVENANCE
71217105
- https://w3id.org/idsa/code/USE
71227106
- https://w3id.org/idsa/code/WRITE
7107+
ids:assignee:
7108+
type: array
7109+
items:
7110+
type: string
7111+
format: uri
7112+
ids:assigner:
7113+
type: array
7114+
items:
7115+
type: string
7116+
format: uri
7117+
ids:constraint:
7118+
type: array
7119+
items:
7120+
oneOf:
7121+
- $ref: '#/components/schemas/Constraint'
7122+
- $ref: '#/components/schemas/LogicalConstraint'
71237123
ids:description:
71247124
type: array
71257125
items:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
<properties>
8787
<!-- General -->
88-
<revision>6.3.2-SNAPSHOT</revision>
88+
<revision>6.4.0</revision>
8989
<email>[email protected]</email>
9090

9191
<!-- Build info -->

0 commit comments

Comments
 (0)