From 071432e06fbded2d51cc42ca69ebd3c919f2b9f2 Mon Sep 17 00:00:00 2001 From: ds-mwesener <124587888+ds-mwesener@users.noreply.github.com> Date: Wed, 29 May 2024 08:54:20 +0000 Subject: [PATCH] chore(release): Prepare release for Helm version 1.3.39 --- charts/traceability-foss/Chart.yaml | 8 ++++---- charts/traceability-foss/charts/backend/Chart.yaml | 4 ++-- charts/traceability-foss/charts/frontend/Chart.yaml | 4 ++-- frontend/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/traceability-foss/Chart.yaml b/charts/traceability-foss/Chart.yaml index f836c15377..aa77cb1181 100644 --- a/charts/traceability-foss/Chart.yaml +++ b/charts/traceability-foss/Chart.yaml @@ -23,15 +23,15 @@ home: https://eclipse-tractusx.github.io/ sources: - https://github.com/eclipse-tractusx/traceability-foss type: application -version: 1.3.38 -appVersion: "11.0.1" +version: 1.3.39 +appVersion: "11.0.2" dependencies: - name: frontend repository: "file://charts/frontend" - version: 1.3.38 + version: 1.3.39 - name: backend repository: "file://charts/backend" - version: 1.3.38 + version: 1.3.39 - name: postgresql repository: https://charts.bitnami.com/bitnami version: 12.12.10 diff --git a/charts/traceability-foss/charts/backend/Chart.yaml b/charts/traceability-foss/charts/backend/Chart.yaml index 83de3be4f4..2f2449d55f 100644 --- a/charts/traceability-foss/charts/backend/Chart.yaml +++ b/charts/traceability-foss/charts/backend/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: backend description: A Helm chart for Traceability backend application. type: application -version: 1.3.38 -appVersion: "11.0.1" +version: 1.3.39 +appVersion: "11.0.2" dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami diff --git a/charts/traceability-foss/charts/frontend/Chart.yaml b/charts/traceability-foss/charts/frontend/Chart.yaml index d11dec7e4e..91cdcd20ef 100644 --- a/charts/traceability-foss/charts/frontend/Chart.yaml +++ b/charts/traceability-foss/charts/frontend/Chart.yaml @@ -20,5 +20,5 @@ apiVersion: v2 name: frontend description: A Helm chart for Traceability frontend application. type: application -version: 1.3.38 -appVersion: "11.0.1" +version: 1.3.39 +appVersion: "11.0.2" diff --git a/frontend/package.json b/frontend/package.json index bc4820c47e..7ede5274d7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "trace-x", - "version": "11.0.1", + "version": "11.0.2", "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}/ ",