Skip to content

Commit

Permalink
chore(release): Prepare release for Helm version 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener authored Sep 18, 2023
1 parent 6075f20 commit c039d61
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sources:
- https://github.com/eclipse-tractusx/traceability-foss
type: application
version: 1.3.12
appVersion: "6.0.0"
appVersion: "7.0.0"
dependencies:
- name: frontend
repository: "file://charts/frontend"
Expand Down
3 changes: 1 addition & 2 deletions charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: backend
description: A Helm chart for Traceability backend application
type: application
version: 1.3.12
appVersion: "6.0.0"
appVersion: "7.0.0"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -39,4 +39,3 @@ dependencies:
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 1.1.2
condition: irs-edc-consumer.enabled

2 changes: 1 addition & 1 deletion charts/traceability-foss/charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: frontend
description: A Helm chart for Traceability frontend application
type: application
version: 1.3.12
appVersion: "6.0.0"
appVersion: "7.0.0"
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name" : "trace-x",
"version" : "6.0.0",
"scripts" : {
"analyze" : "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json",
"build:prod" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"build:prodDebug" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"format" : "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"",
"lint" : "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app",
"ng" : "ng",
"ng-cdk" : "ng update --force @angular/cdk",
"ng-cli" : "ng update --force @angular/cli",
"ng-core" : "ng update --force @angular/core",
"ng-material" : "ng update --force @angular/material",
"prepare" : "cd .. && husky install frontend/.husky",
"start" : "ng serve",
"start:auth" : "ng serve --configuration=dev,auth",
"name": "trace-x",
"version": "7.0.0",
"scripts": {
"analyze": "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json",
"build:prod": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"build:prodDebug": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"format": "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"",
"lint": "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app",
"ng": "ng",
"ng-cdk": "ng update --force @angular/cdk",
"ng-cli": "ng update --force @angular/cli",
"ng-core": "ng update --force @angular/core",
"ng-material": "ng update --force @angular/material",
"prepare": "cd .. && husky install frontend/.husky",
"start": "ng serve",
"start:auth": "ng serve --configuration=dev,auth",
"start:auth:dev": "ng serve --configuration=dev,authDev",
"start:auth:test": "ng serve --configuration=dev,authTest",
"start:auth:e2ea": "ng serve --configuration=dev,authE2eA",
"start:auth:mock" : "ng serve --configuration=authMock",
"start:auth:local" : "ng serve --configuration=authLocal",
"start:auth:localBe" : "ng serve --configuration=localBackend",
"start:noAuth:localBe" : "ng serve --configuration=localBackendNoAuth",
"env:mock" : "docker-compose up",
"test" : "ng test",
"start:auth:mock": "ng serve --configuration=authMock",
"start:auth:local": "ng serve --configuration=authLocal",
"start:auth:localBe": "ng serve --configuration=localBackend",
"start:noAuth:localBe": "ng serve --configuration=localBackendNoAuth",
"env:mock": "docker-compose up",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"add-license-header": "node ./scripts/add-license-header.js --src=src",
"dependencies:download-tool": "mkdir -p ./scripts/download && curl -L --output ./scripts/download/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar 'https://repo.eclipse.org/service/local/artifact/maven/redirect?r=dash-licenses&g=org.eclipse.dash&a=org.eclipse.dash.licenses&v=0.0.1-SNAPSHOT'",
Expand Down

0 comments on commit c039d61

Please sign in to comment.