Skip to content

Commit

Permalink
Prepare release 8.0.2 (#490)
Browse files Browse the repository at this point in the history
* chore: prepare release 8.0.2

* chore: update changelog with date
  • Loading branch information
omarsilva1 authored Oct 11, 2022
1 parent 3196823 commit cbcda1c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/dataspace-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dataspace-connector/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/dataspace-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<properties>
<!-- General -->
<revision>8.0.1</revision>
<revision>8.0.2</revision>
<email>[email protected]</email>

<!-- Build info -->
Expand Down

0 comments on commit cbcda1c

Please sign in to comment.