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 2
2
# Changelog
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 8.0.2] - XXXX-XX-XX
5
+ ## [ 8.0.2] - 2022-10-11
6
6
7
7
### Added
8
8
- Migration file for version 8.0.2.
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.4.1
19
+ version : 0.4.2
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : " 8.0.1 "
25
+ appVersion : " 8.0.2 "
26
26
27
27
dependencies :
28
28
- name : postgresql
Original file line number Diff line number Diff line change 1
1
# dataspace-connector
2
2
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 )
4
4
5
5
A Helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change 37
37
flyway :
38
38
SPRING_FLYWAY_ENABLED : " false"
39
39
SPRING_FLYWAY_BASELINE-ON-MIGRATE : " false"
40
- SPRING_FLYWAY_BASELINE-VERSION : " 8.0.1 "
40
+ SPRING_FLYWAY_BASELINE-VERSION : " 8.0.2 "
41
41
SPRING_JPA_HIBERNATE_DDL-AUTO : " update"
42
42
43
43
# -- Persistent database properties
Original file line number Diff line number Diff line change 29
29
license :
30
30
name : " Apache License, Version 2.0"
31
31
url : https://www.apache.org/licenses/LICENSE-2.0.txt
32
- version : 8.0.1
32
+ version : 8.0.2
33
33
servers :
34
34
- url : https://localhost:8080
35
35
description : Generated server url
Original file line number Diff line number Diff line change 57
57
58
58
<properties >
59
59
<!-- General -->
60
- <revision >8.0.1 </revision >
60
+ <revision >8.0.2 </revision >
61
61
<email >support@sovity.de</email >
62
62
63
63
<!-- Build info -->
You can’t perform that action at this time.
0 commit comments