diff --git a/CHANGELOG.md b/CHANGELOG.md index 319cb3cd1..1d4116cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [8.0.1] - 2022-08-31 + +### Fixed +- Fix route reference check. The DSC now uses the UUID to prove if a remote data is a route or not. + ## [8.0.0] - 2022-08-23 diff --git a/charts/dataspace-connector/Chart.yaml b/charts/dataspace-connector/Chart.yaml index 3c040c732..abee38170 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.4.0 +version: 0.4.1 # 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: "8.0.0" +appVersion: "8.0.1" dependencies: - name: postgresql diff --git a/charts/dataspace-connector/README.md b/charts/dataspace-connector/README.md index df1f07858..fd8d33d47 100644 --- a/charts/dataspace-connector/README.md +++ b/charts/dataspace-connector/README.md @@ -1,6 +1,6 @@ # dataspace-connector -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.0](https://img.shields.io/badge/AppVersion-8.0.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.1](https://img.shields.io/badge/AppVersion-8.0.0-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/charts/dataspace-connector/values.yaml b/charts/dataspace-connector/values.yaml index 3433eac7b..be854893d 100644 --- a/charts/dataspace-connector/values.yaml +++ b/charts/dataspace-connector/values.yaml @@ -37,7 +37,7 @@ env: flyway: SPRING_FLYWAY_ENABLED: "false" SPRING_FLYWAY_BASELINE-ON-MIGRATE: "false" - SPRING_FLYWAY_BASELINE-VERSION: "8.0.0" + SPRING_FLYWAY_BASELINE-VERSION: "8.0.1" SPRING_JPA_HIBERNATE_DDL-AUTO: "update" # -- Persistent database properties diff --git a/openapi.yaml b/openapi.yaml index fec6e1832..7936b6cd3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -29,7 +29,7 @@ info: license: name: "Apache License, Version 2.0" url: https://www.apache.org/licenses/LICENSE-2.0.txt - version: 8.0.0 + version: 8.0.1 servers: - url: https://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index e6b802426..e6fa92645 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ - 8.0.0 + 8.0.1 support@sovity.de