From c4257761481dc720d60ce65f5de1d8cc4c159431 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 27 Nov 2024 17:35:23 +0100 Subject: [PATCH] build(1.2.0): bump version and update docs --- .tractusx | 2 +- charts/policy-hub/Chart.yaml | 4 ++-- charts/policy-hub/README.md | 2 +- docs/api/hub-service.yaml | 2 +- environments/argocd-app-templates/appsetup-int.yaml | 2 +- environments/argocd-app-templates/appsetup-stable.yaml | 2 +- src/Directory.Build.props | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.tractusx b/.tractusx index 12eca71..288956c 100644 --- a/.tractusx +++ b/.tractusx @@ -20,4 +20,4 @@ product: "Policy Hub" leadingRepository: "https://github.com/eclipse-tractusx/policy-hub" openApiSpecs: -- "https://raw.githubusercontent.com/eclipse-tractusx/policy-hub/refs/tags/policy-hub-1.2.0-rc.1/docs/api/hub-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/policy-hub/refs/tags/policy-hub-1.2.0/docs/api/hub-service.yaml" diff --git a/charts/policy-hub/Chart.yaml b/charts/policy-hub/Chart.yaml index cbbb4af..cb29e9f 100644 --- a/charts/policy-hub/Chart.yaml +++ b/charts/policy-hub/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: policy-hub type: application -version: 1.2.0-rc.1 -appVersion: 1.2.0-rc.1 +version: 1.2.0 +appVersion: 1.2.0 description: Helm chart for Policy Hub home: https://github.com/eclipse-tractusx/policy-hub dependencies: diff --git a/charts/policy-hub/README.md b/charts/policy-hub/README.md index 5663cda..7168a6a 100644 --- a/charts/policy-hub/README.md +++ b/charts/policy-hub/README.md @@ -33,7 +33,7 @@ To use the helm chart as a dependency: dependencies: - name: policy-hub repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.2.0-rc.1 + version: 1.2.0 ``` ## Requirements diff --git a/docs/api/hub-service.yaml b/docs/api/hub-service.yaml index 2d50bca..fe4e575 100644 --- a/docs/api/hub-service.yaml +++ b/docs/api/hub-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.PolicyHub.Service - version: v1.2.0-rc.1 + version: v1.2.0 paths: /api/policy-hub/policy-attributes: get: diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index b22ac83..a99767d 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/policy-hub repoURL: 'https://github.com/eclipse-tractusx/policy-hub.git' - targetRevision: policy-hub-1.2.0-rc.1 + targetRevision: policy-hub-1.2.0 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-stable.yaml b/environments/argocd-app-templates/appsetup-stable.yaml index b40f58e..505643d 100644 --- a/environments/argocd-app-templates/appsetup-stable.yaml +++ b/environments/argocd-app-templates/appsetup-stable.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/policy-hub repoURL: 'https://github.com/eclipse-tractusx/policy-hub.git' - targetRevision: policy-hub-1.2.0-rc.1 + targetRevision: policy-hub-1.2.0 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index dfc793e..6247b8e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.2.0 - rc.1 +