Skip to content

Commit

Permalink
Merge pull request #440 from catenax-ng/chore/prepare-release-1.4.0
Browse files Browse the repository at this point in the history
Chore/prepare release 1.4.0
  • Loading branch information
ds-jhartmann authored Oct 28, 2022
2 parents 608bca7 + 5a3fe3b commit e2aaa74
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.4.0] - 2022-10-28
### Added
- Added new 'asPlanned' value for bomLifecycle request parameter - now BomAsPlanned can be traversed by the IRS to build relationships

## [1.3.0] - 2022-10-18
### Added
- BPDM URL (*env:BPDM_URL*) is now configurable
Expand Down Expand Up @@ -88,8 +91,9 @@ 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.3.0...HEAD
[1.3.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/v1.2.0...1.3.0
[Unreleased]: https://github.com/catenax-ng/product-item-relationship-service/compare/1.4.0...HEAD
[1.4.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/1.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
4 changes: 2 additions & 2 deletions charts/irs-environments/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: 1.0.0
version: 1.0.1

dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions charts/irs-environments/esr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: 1.0.0
version: 1.0.1

dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions charts/irs-environments/int/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: 1.0.0
version: 1.0.1

dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions charts/irs-environments/pen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: 1.0.0
version: 1.0.1

dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.2.0
4 changes: 4 additions & 0 deletions charts/irs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0]
### Changed
- Update IRS version to 1.4.0

## [2.1.0]
### Added
- BPDM URL is 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.1.0
version: 2.2.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.3.0"
appVersion: "1.4.0"

dependencies:
- name: common
Expand Down

0 comments on commit e2aaa74

Please sign in to comment.