From 54a0f6e0e55ffd1252e4c82ac1c2dab7ca6ce545 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 17 Apr 2024 16:05:51 +0200 Subject: [PATCH 1/2] fix(charts): [#xxx] prepare chart release 7.0.1 --- charts/item-relationship-service/CHANGELOG.md | 7 +++++++ charts/item-relationship-service/Chart.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/item-relationship-service/CHANGELOG.md b/charts/item-relationship-service/CHANGELOG.md index 9e0b67d74a..cbd1d465f8 100644 --- a/charts/item-relationship-service/CHANGELOG.md +++ b/charts/item-relationship-service/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.1] - 2024-04-17 + +### Fixed + +- Renamed item relationship service Helm chart from "irs-helm" to "item-relationship-service" (Fix). #489 + + ## [7.0.0] - 2024-04-16 ### Changed diff --git a/charts/item-relationship-service/Chart.yaml b/charts/item-relationship-service/Chart.yaml index 0ef5f98bef..4741a6a94d 100644 --- a/charts/item-relationship-service/Chart.yaml +++ b/charts/item-relationship-service/Chart.yaml @@ -35,7 +35,7 @@ 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: 7.0.0 +version: 7.0.1 # 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. From 2d48c2dba4ad9b84309f0f3aae109ded80dee362 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 17 Apr 2024 16:09:47 +0200 Subject: [PATCH 2/2] fix(charts): [#xxx] update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d1692a3fa..86bb6fd8d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,6 +168,8 @@ https://github.com/google/google-java-format/blob/master/README.md#intellij-jre- ### Create a Release +#### Full release + 1. Choose a release version using [semantic versioning](https://semver.org/spec/v2.0.0.html) and create a corresponding branch according to the template: `chore/prepare-release-x.x.x`. 2. Add release notes for new version in [CHANGELOG.md](CHANGELOG.md) @@ -196,6 +198,16 @@ https://github.com/google/google-java-format/blob/master/README.md#intellij-jre- _(replace x.x.x with IRS version to release, y.y.y with IRS helm version to release and w.w.w with previous IRS version)_ +#### Release chart only + +1. Choose a release version using [semantic versioning](https://semver.org/spec/v2.0.0.html) + and create a corresponding branch according to the template: `chore/release-chart-x.x.x`. +2. Add new version to [charts/item-relationship-service/CHANGELOG.md](charts/item-relationship-service/CHANGELOG.md) +3. Change chart version in [Chart.yaml](charts/item-relationship-service/Chart.yaml) +4. Create pull request from [release preparation branch to main](https://github.com/eclipse-tractusx/item-relationship-service/compare/chore/release-chart-x.x.x) +5. Merge this pull request to main. +6. Wait for release workflow to complete. + ## Contact