From 3de79c93c2520639a8cc4cd506cadb3e4d7310c0 Mon Sep 17 00:00:00 2001 From: Julia Pampus <72392527+juliapampus@users.noreply.github.com> Date: Tue, 9 Nov 2021 14:36:18 +0100 Subject: [PATCH] release: v6.5.1 (#723) * chore: increase version from v6.6.0-SNAPSHOT to v6.6.0 * chore: change version from 6.6.0 to 6.5.1 --- CHANGELOG.md | 2 +- charts/dataspace-connector/Chart.yaml | 4 ++-- openapi.yaml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cc8a098..4e35c3b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [X.X.X] - XXXX-XX-XX +## [6.5.1] - 2021-11-09 ### Changed - Change base image from debian 10 to 11. diff --git a/charts/dataspace-connector/Chart.yaml b/charts/dataspace-connector/Chart.yaml index 7bf99f9ff..ba68523a2 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.2.7 +version: 0.2.8 # 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.5.0" +appVersion: "6.5.1" dependencies: - name: postgresql diff --git a/openapi.yaml b/openapi.yaml index e43840403..077e8a5b1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -25,7 +25,7 @@ info: license: name: "Apache License, Version 2.0" url: https://www.apache.org/licenses/LICENSE-2.0.txt - version: 6.6.0-SNAPSHOT + version: 6.5.1 servers: - url: https://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index dd825fe3e..4f66f871a 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ - 6.6.0-SNAPSHOT + 6.5.1 info@dataspace-connector.de