From cbe1227107745d716a06559bf37c5d972dd7fc83 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jul 2024 23:04:07 +0200 Subject: [PATCH 1/4] chore(deployment): move argo cd templates --- .../consortia/{environments => helm-values}/values-dev.yaml | 0 .../consortia/{environments => helm-values}/values-int.yaml | 0 .../consortia/{environments => helm-values}/values-rc.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename environments/consortia/{environments => helm-values}/values-dev.yaml (100%) rename environments/consortia/{environments => helm-values}/values-int.yaml (100%) rename environments/consortia/{environments => helm-values}/values-rc.yaml (100%) diff --git a/environments/consortia/environments/values-dev.yaml b/environments/consortia/helm-values/values-dev.yaml similarity index 100% rename from environments/consortia/environments/values-dev.yaml rename to environments/consortia/helm-values/values-dev.yaml diff --git a/environments/consortia/environments/values-int.yaml b/environments/consortia/helm-values/values-int.yaml similarity index 100% rename from environments/consortia/environments/values-int.yaml rename to environments/consortia/helm-values/values-int.yaml diff --git a/environments/consortia/environments/values-rc.yaml b/environments/consortia/helm-values/values-rc.yaml similarity index 100% rename from environments/consortia/environments/values-rc.yaml rename to environments/consortia/helm-values/values-rc.yaml From 4f66d8e602e50553fb46bb5bfb0f544daa324f59 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jul 2024 23:04:54 +0200 Subject: [PATCH 2/4] chore: release 1.1.0-rc.1 Release-As: 1.1.0-rc.1 From 0b389f70a5d2a005b67226856c449b95810b639b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:08:20 +0200 Subject: [PATCH 3/4] chore(changelog/v1.1.0-rc.1): release 1.1.0-rc.1 (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2f419..7dad8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0-rc.1](https://github.com/eclipse-tractusx/policy-hub/compare/v1.0.0...v1.1.0-rc.1) (2024-07-16) + + +### Features + +* **attributes:** align seeding for DateExchangeGovernance ([#166](https://github.com/eclipse-tractusx/policy-hub/issues/166)) ([5b04040](https://github.com/eclipse-tractusx/policy-hub/commit/5b04040da08671344a98ce3d37d086f3874055b1)), closes [#165](https://github.com/eclipse-tractusx/policy-hub/issues/165) +* **helm:** consolidate structure in values.yaml ([#156](https://github.com/eclipse-tractusx/policy-hub/issues/156)) ([79559ef](https://github.com/eclipse-tractusx/policy-hub/commit/79559efa0f4ba13c50e51ac427a54abbbfcdd271)) + + +### Bug Fixes + +* **image-build:** change from emulation to cross-compile ([#162](https://github.com/eclipse-tractusx/policy-hub/issues/162)) ([075316a](https://github.com/eclipse-tractusx/policy-hub/commit/075316ab0ac4337982273ce50d9a44382e40b496)) +* **policy:** adjust attributeKey for purpose ([#161](https://github.com/eclipse-tractusx/policy-hub/issues/161)) ([6df52f6](https://github.com/eclipse-tractusx/policy-hub/commit/6df52f6f7a78b7378801aa95c6b46655e94832da)) + + +### Miscellaneous Chores + +* release 1.1.0-rc.1 ([4f66d8e](https://github.com/eclipse-tractusx/policy-hub/commit/4f66d8e602e50553fb46bb5bfb0f544daa324f59)) + ## [1.0.0](https://github.com/eclipse-tractusx/policy-hub/compare/v1.0.0-rc.2...v1.0.0) (2024-05-23) From 3eb88a84d333205229058484efc79d80cadf68fe Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jul 2024 23:13:40 +0200 Subject: [PATCH 4/4] build(1.1.0-rc.1): bump version and update docs --- charts/policy-hub/Chart.yaml | 4 ++-- charts/policy-hub/README.md | 2 +- environments/argocd-app-templates/appsetup-int.yaml | 2 +- environments/consortia/argocd-app-templates/appsetup-int.yaml | 2 +- src/Directory.Build.props | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/policy-hub/Chart.yaml b/charts/policy-hub/Chart.yaml index 394ff3c..54eef23 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.0.0 -appVersion: 1.0.0 +version: 1.1.0-rc.1 +appVersion: 1.1.0-rc.1 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 92eaf90..200c963 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.0.0 + version: 1.1.0-rc.1 ``` ## Requirements diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index e077f58..cea6cef 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: chore/349-deploy-to-eV + targetRevision: policy-hub-1.1.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/environments/consortia/argocd-app-templates/appsetup-int.yaml b/environments/consortia/argocd-app-templates/appsetup-int.yaml index 8a1a290..79108aa 100644 --- a/environments/consortia/argocd-app-templates/appsetup-int.yaml +++ b/environments/consortia/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.0.0 + targetRevision: policy-hub-1.1.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e1ebec3..69d4b41 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -19,7 +19,7 @@ - 1.0.0 - + 1.1.0 + rc.1