Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #489 from catenax-ng/chore/prepare-release
Browse files Browse the repository at this point in the history
chore(release):[-] Prepare release 1.5.0
  • Loading branch information
ds-jhartmann authored Nov 11, 2022
2 parents 3c1b94d + eeca7e3 commit 80afb6d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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]
### Known knowns
- PLACEHOLDER REMOVE IF EMPTY: risks that were introduced or discovered in the release and are known but not resolved

## [1.5.0] - 2022-11-11
### Added
- Added new parameters 'startedOn' and 'jobCompleted' to Job status response

Expand All @@ -13,9 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed parameter from 'status' to 'jobState' in Job status response
- Time to live for finished jobs is now configurable

### Known knowns
- PLACEHOLDER REMOVE IF EMPTY: risks that were introduced or discovered in the release and are known but not resolved

## [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
Expand Down Expand Up @@ -104,7 +105,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/1.4.0...HEAD
[Unreleased]: https://github.com/catenax-ng/product-item-relationship-service/compare/1.5.0...HEAD
[1.5.0]: https://github.com/catenax-ng/product-item-relationship-service/compare/1.4.0...1.5.0
[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
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.1
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.2.0
version: 2.3.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.1
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.2.0
version: 2.3.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.1
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.2.0
version: 2.3.0
2 changes: 1 addition & 1 deletion charts/irs-environments/local/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.2.0
version: 2.3.0
2 changes: 1 addition & 1 deletion charts/irs-environments/pen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ version: 1.0.1
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.2.0
version: 2.3.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.3.0]
### Changed
- Update IRS version to 1.5.0

## [2.2.0]
### Changed
- Update IRS version to 1.4.0
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.2.0
version: 2.3.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.4.0"
appVersion: "1.5.0"

dependencies:
- name: common
Expand Down

0 comments on commit 80afb6d

Please sign in to comment.