Skip to content

Commit

Permalink
Merge pull request #879 from catenax-ng/chore/release-chart-7.0.1
Browse files Browse the repository at this point in the history
fix(charts): [#xxx] prepare chart release 7.0.1
  • Loading branch information
ds-jhartmann authored Apr 17, 2024
2 parents e48a296 + 2d48c2d commit a18d0d8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions charts/item-relationship-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [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
Expand Down
2 changes: 1 addition & 1 deletion charts/item-relationship-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a18d0d8

Please sign in to comment.