From 1f34de09228415c39698ea4675fb74e8cb45aaf5 Mon Sep 17 00:00:00 2001 From: Jan Kreutzfeld Date: Tue, 18 Oct 2022 11:09:07 +0200 Subject: [PATCH 1/2] chore(release):[-] Prepare release of version 1.3.0 --- CHANGELOG.md | 2 ++ charts/irs-environments/dev/Chart.yaml | 2 +- charts/irs-environments/esr/Chart.yaml | 2 +- charts/irs-environments/int/Chart.yaml | 2 +- charts/irs/CHANGELOG.md | 2 ++ charts/irs/Chart.yaml | 4 ++-- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95f0556be..c99c9cdaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] ### Added - BPDM URL (*env:BPDM_URL*) is now configurable - SemanticsHub URL (*env:SEMANTICSHUB_URL*) and default URNs (*env:SEMANTICSHUB_DEFAULT_URNS*) are now configurable diff --git a/charts/irs-environments/dev/Chart.yaml b/charts/irs-environments/dev/Chart.yaml index fdf908fce2..b450b579a6 100644 --- a/charts/irs-environments/dev/Chart.yaml +++ b/charts/irs-environments/dev/Chart.yaml @@ -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 \ No newline at end of file + version: 2.1.0 \ No newline at end of file diff --git a/charts/irs-environments/esr/Chart.yaml b/charts/irs-environments/esr/Chart.yaml index 9642dfd431..721e807fbb 100644 --- a/charts/irs-environments/esr/Chart.yaml +++ b/charts/irs-environments/esr/Chart.yaml @@ -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 \ No newline at end of file + version: 2.1.0 \ No newline at end of file diff --git a/charts/irs-environments/int/Chart.yaml b/charts/irs-environments/int/Chart.yaml index cc490dd45e..280d02ee84 100644 --- a/charts/irs-environments/int/Chart.yaml +++ b/charts/irs-environments/int/Chart.yaml @@ -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 \ No newline at end of file + version: 2.1.0 \ No newline at end of file diff --git a/charts/irs/CHANGELOG.md b/charts/irs/CHANGELOG.md index 609931e337..9dc31ae8f4 100644 --- a/charts/irs/CHANGELOG.md +++ b/charts/irs/CHANGELOG.md @@ -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 diff --git a/charts/irs/Chart.yaml b/charts/irs/Chart.yaml index 6a4a3d4acc..6558b05ae0 100644 --- a/charts/irs/Chart.yaml +++ b/charts/irs/Chart.yaml @@ -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 From 2b92ca2666de7a46e4dcad896de50d05db1a8444 Mon Sep 17 00:00:00 2001 From: Jan Kreutzfeld Date: Tue, 18 Oct 2022 12:20:04 +0200 Subject: [PATCH 2/2] chore(release):[-] Add missing link and date --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99c9cdaf7..b5037456d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.3.0] +## [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 @@ -87,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