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

Commit

Permalink
release: v6.4.0 (#709)
Browse files Browse the repository at this point in the history
* docs: update CHANGELOG.md

* docs: update CONTRIBUTING.md

* chore: increase version from 6.3.1 to 6.4.0

Co-authored-by: Pampus, Julia <julia.pampus@isst.fraunhofer.de>
Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 21, 2021
1 parent c191f4b commit ac3be61
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/dataspace-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
40 changes: 20 additions & 20 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -6946,6 +6946,9 @@ components:
ids:unit:
type: string
format: uri
ids:rightOperandReference:
type: string
format: uri
ids:leftOperand:
type: string
enum:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<properties>
<!-- General -->
<revision>6.3.2-SNAPSHOT</revision>
<revision>6.4.0</revision>
<email>info@dataspace-connector.de</email>

<!-- Build info -->
Expand Down

0 comments on commit ac3be61

Please sign in to comment.