Skip to content

Commit

Permalink
Merge pull request #532 from catenax-ng/main
Browse files Browse the repository at this point in the history
10.1.0 SYNC
  • Loading branch information
ds-mmaul authored Dec 22, 2023
2 parents 62f9fef + aebe9bb commit 9d49d92
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.

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 - DD.MM.YYYY]
### Added
### Changed
### Removed

## [10.1.0 - 22.12.2023]
### Added
- Added an option for testdata upload in Argo Workflow
- GitHub action that ensures an up-to-date CHANGELOG.md

Expand Down
8 changes: 4 additions & 4 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/traceability-foss
type: application
version: 1.3.24
appVersion: "10.0.0"
version: 1.3.25
appVersion: "10.1.0"
dependencies:
- name: frontend
repository: "file://charts/frontend"
version: 1.3.24
version: 1.3.25
- name: backend
repository: "file://charts/backend"
version: 1.3.24
version: 1.3.25
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.6
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ apiVersion: v2
name: backend
description: A Helm chart for Traceability backend application.
type: application
version: 1.3.24
appVersion: "10.0.0"
version: 1.3.25
appVersion: "10.1.0"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apiVersion: v2
name: frontend
description: A Helm chart for Traceability frontend application.
type: application
version: 1.3.24
appVersion: "10.0.0"
version: 1.3.25
appVersion: "10.1.0"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "trace-x",
"version" : "10.0.0",
"version" : "10.1.0",
"scripts" : {
"analyze" : "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json",
"build:prod" : "ng build --output-hashing=all --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/ ",
Expand Down

0 comments on commit 9d49d92

Please sign in to comment.