From cbcda1c06177e275e66ffd72b9e31702ca334837 Mon Sep 17 00:00:00 2001 From: Omar Silva <77329033+omarsilva1@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:33:03 +0200 Subject: [PATCH] Prepare release 8.0.2 (#490) * chore: prepare release 8.0.2 * chore: update changelog with date --- CHANGELOG.md | 2 +- charts/dataspace-connector/Chart.yaml | 4 ++-- charts/dataspace-connector/README.md | 2 +- charts/dataspace-connector/values.yaml | 2 +- openapi.yaml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11dfd2e4..8783fdd2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [8.0.2] - XXXX-XX-XX +## [8.0.2] - 2022-10-11 ### Added - Migration file for version 8.0.2. diff --git a/charts/dataspace-connector/Chart.yaml b/charts/dataspace-connector/Chart.yaml index abee38170..0d6116b34 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.1 +version: 0.4.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: "8.0.1" +appVersion: "8.0.2" dependencies: - name: postgresql diff --git a/charts/dataspace-connector/README.md b/charts/dataspace-connector/README.md index fd8d33d47..c27f24fa6 100644 --- a/charts/dataspace-connector/README.md +++ b/charts/dataspace-connector/README.md @@ -1,6 +1,6 @@ # dataspace-connector -![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) +![Version: 0.4.2](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.2](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 be854893d..1abeb7566 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.1" + SPRING_FLYWAY_BASELINE-VERSION: "8.0.2" SPRING_JPA_HIBERNATE_DDL-AUTO: "update" # -- Persistent database properties diff --git a/openapi.yaml b/openapi.yaml index 7936b6cd3..cbc6aac49 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.1 + version: 8.0.2 servers: - url: https://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index 4053204e5..ad36985ff 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ - 8.0.1 + 8.0.2 support@sovity.de