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

chore(release):[-] Prepare release of version 1.3.0 #413

Merged
merged 2 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
ds-jhartmann marked this conversation as resolved.
Show resolved Hide resolved
### Added
- BPDM URL (*env:BPDM_URL*) is now configurable
- SemanticsHub URL (*env:SEMANTICSHUB_URL*) and default URNs (*env:SEMANTICSHUB_DEFAULT_URNS*) are now configurable
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.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.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.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.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.0
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/product-item-relationship-service
version: 2.0.0
version: 2.1.0
2 changes: 2 additions & 0 deletions charts/irs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down