Skip to content

Commit

Permalink
Merge pull request #413 from catenax-ng/release/prepare-1.3.0
Browse files Browse the repository at this point in the history
chore(release):[-] Prepare release of version 1.3.0
  • Loading branch information
ds-jkreutzfeld committed Oct 18, 2022
2 parents 27c1b0e + 2b92ca2 commit 6127706
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.0] - 2022-10-18
### Added
- BPDM URL (*env:BPDM_URL*) is now configurable
- SemanticsHub URL (*env:SEMANTICSHUB_URL*) and default URNs (*env:SEMANTICSHUB_DEFAULT_URNS*) are now configurable
Expand Down Expand Up @@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Unresolved
- **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.

[Unreleased]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.2.0...1.3.0
[1.2.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.1.0...1.2.0
[1.1.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/v0.9.1...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ version: 1.0.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.0
2 changes: 1 addition & 1 deletion charts/irs-environments/esr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ version: 1.0.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.0
2 changes: 1 addition & 1 deletion charts/irs-environments/int/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ version: 1.0.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.0
2 changes: 2 additions & 0 deletions charts/irs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0]
### Added
- BPDM URL is now configurable
- SemanticsHub URL and default URNs are now configurable
Expand Down
4 changes: 2 additions & 2 deletions charts/irs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,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: 2.0.0
version: 2.1.0

# 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: "1.2.0"
appVersion: "1.3.0"

dependencies:
- name: common
Expand Down

0 comments on commit 6127706

Please sign in to comment.