This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
charts/dataspace-connector Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22# Changelog
33All 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.
Original file line number Diff line number Diff 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
2727dependencies :
2828 - name : postgresql
Original file line number Diff line number Diff line change 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
55A Helm chart for Kubernetes
66
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
3333servers :
3434 - url : https://localhost:8080
3535 description : Generated server url
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments