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

Commit

Permalink
chore: prepare release v7.0.3 (#940)
Browse files Browse the repository at this point in the history
* license: update year in license header

* chore: increase version from v7.0.2 to v7.0.3

* fix: revert changes to contract_negotiation_notify_access.py

* docs: update README.md
  • Loading branch information
juliapampus committed Mar 8, 2022
1 parent 40d3899 commit 73da510
Show file tree
Hide file tree
Showing 1,224 changed files with 1,230 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [X.X.X] - XXXX-XX-XX
## [7.0.3] - 2022-03-08

### Added
- Add title and description to `AppView`.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,9 @@ You are very welcome to contribute to this project when you find a bug, want to
improvement, or have an idea for a useful feature. Please find a set of guidelines at the
[CONTRIBUTING.md](CONTRIBUTING.md) and the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).

## Developers

This is an ongoing project of the [Data Business](https://www.isst.fraunhofer.de/en/business-units/data-economy.html)
department of the [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html).

The core development is driven by
* [Heinrich Pettenpohl](https://github.com/HeinrichPet), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html), Project Manager
* [Julia Pampus](https://github.com/juliapampus), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html), Lead Developer
* [Heinrich Pettenpohl](https://github.com/HeinrichPet), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html), project manager
* [Julia Pampus](https://github.com/juliapampus), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html), lead developer
* [Brian-Frederik Jahnke](https://github.com/brianjahnke), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html)
* [Ronja Quensel](https://github.com/ronjaquensel), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html)

Expand All @@ -140,5 +135,5 @@ with significant contributions, comments, and support by (in alphabetical order)
* [Tim Berthold](https://github.com/tmberthold), [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html)

## License
Copyright © 2020-2022 Fraunhofer ISST.
Copyright © 2020-2022 [Fraunhofer ISST](https://www.isst.fraunhofer.de/en.html).
This project is licensed under the Apache License 2.0 - see [here](LICENSE) for details.
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.3.1
version: 0.3.2

# 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: "7.0.2"
appVersion: "7.0.3"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/dataspace-connector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dataspace-connector

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.2](https://img.shields.io/badge/AppVersion-7.0.2-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.3](https://img.shields.io/badge/AppVersion-7.0.3-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/dataspace-connector/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@ info:
license:
name: "Apache License, Version 2.0"
url: https://www.apache.org/licenses/LICENSE-2.0.txt
version: 7.0.2
version: 7.0.3
servers:
- url: https://localhost:8080
description: Generated server url
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
<name>Dataspace Connector</name>
<description>IDS Connector originally developed by the Fraunhofer ISST</description>
<url>https://www.dataspace-connector.io/</url>
<inceptionYear>2020</inceptionYear>
<inceptionYear>2020-2022</inceptionYear>
<organization>
<name>Fraunhofer Institute for Software and Systems Engineering</name>
<url>https://www.isst.fraunhofer.de/</url>
Expand Down Expand Up @@ -85,7 +85,7 @@

<properties>
<!-- General -->
<revision>7.0.2</revision>
<revision>7.0.3</revision>
<email>info@dataspace-connector.de</email>

<!-- Build info -->
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/docker/Debug.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/e2e/test-provider-consumer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/libraries/dsc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/libraries/git.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/libraries/init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/libraries/libs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/libraries/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/pmd-rules.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.0.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.0.1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.0.2.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.1.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.1.1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.1.2.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.2.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v5.2.1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.0.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.1.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.1.1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.1.2.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.1.3.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.2.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.3.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.3.1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v6.4.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/db-dumps/v7.0.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
-- Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/data_request_after_migration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/route-backend/backend_server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/route-backend/route-backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/runner/runner.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 73da510

Please sign in to comment.