Skip to content

Commit

Permalink
chore: prepare release v7.1.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Apr 6, 2022
1 parent c689650 commit be6f70f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.

## [Unreleased]
## [7.1.0] - 2022-04-06

### Added
- Add additional field to `GenericEndpointView`.
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.3.2
version: 0.3.3

# 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: "7.0.3"
appVersion: "7.1.0"

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.3.2](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.3](https://img.shields.io/badge/AppVersion-7.0.3-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.0](https://img.shields.io/badge/AppVersion-7.1.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info:
license:
name: "Apache License, Version 2.0"
url: https://www.apache.org/licenses/LICENSE-2.0.txt
version: 7.0.3
version: 7.1.0
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 @@ -54,7 +54,7 @@

<properties>
<!-- General -->
<revision>7.0.3</revision>
<revision>7.1.0</revision>
<email>support@sovity.de</email>

<!-- Build info -->
Expand Down

0 comments on commit be6f70f

Please sign in to comment.