Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit cbcda1c

Browse files
authored
Prepare release 8.0.2 (#490)
* chore: prepare release 8.0.2 * chore: update changelog with date
1 parent 3196823 commit cbcda1c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Changelog
33
All notable changes to this project will be documented in this file.
44

5-
## [8.0.2] - XXXX-XX-XX
5+
## [8.0.2] - 2022-10-11
66

77
### Added
88
- Migration file for version 8.0.2.

charts/dataspace-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.4.1
19+
version: 0.4.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "8.0.1"
25+
appVersion: "8.0.2"
2626

2727
dependencies:
2828
- name: postgresql

charts/dataspace-connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dataspace-connector
22

3-
![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)
3+
![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)
44

55
A Helm chart for Kubernetes
66

charts/dataspace-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
flyway:
3838
SPRING_FLYWAY_ENABLED: "false"
3939
SPRING_FLYWAY_BASELINE-ON-MIGRATE: "false"
40-
SPRING_FLYWAY_BASELINE-VERSION: "8.0.1"
40+
SPRING_FLYWAY_BASELINE-VERSION: "8.0.2"
4141
SPRING_JPA_HIBERNATE_DDL-AUTO: "update"
4242

4343
# -- Persistent database properties

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ info:
2929
license:
3030
name: "Apache License, Version 2.0"
3131
url: https://www.apache.org/licenses/LICENSE-2.0.txt
32-
version: 8.0.1
32+
version: 8.0.2
3333
servers:
3434
- url: https://localhost:8080
3535
description: Generated server url

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<properties>
5959
<!-- General -->
60-
<revision>8.0.1</revision>
60+
<revision>8.0.2</revision>
6161
<email>support@sovity.de</email>
6262

6363
<!-- Build info -->

0 commit comments

Comments
 (0)