From 2a10daaa5727557543ad1ec737173eeab60b2820 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 20 Feb 2025 16:06:40 +0100 Subject: [PATCH 1/3] chore: release 1.3.0-rc.1 Release-As: 1.3.0-rc.1 From f15ad9c28234b717635909d7ee93025cd149ae84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:09:32 +0100 Subject: [PATCH 2/3] chore(changelog/v1.3.0-rc.1): release 1.3.0-rc.1 (#267) * chore(changelog/v1.3.0-rc.1): release 1.3.0-rc.1 * chore: update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Evelyn Gurschler --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bff2e..d3cf879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.3.0-rc.1](https://github.com/eclipse-tractusx/policy-hub/compare/v1.2.0...v1.3.0-rc.1) (2025-02-20) + + +### Features + +* upgrade .NET to v9 ([60bfb13](https://github.com/eclipse-tractusx/policy-hub/commit/60bfb13daa550ef19337e96d628f15c68ccfd533)) + + +### Bug Fixes + +* adjust error handling ([#261](https://github.com/eclipse-tractusx/policy-hub/issues/261)) ([6391eee](https://github.com/eclipse-tractusx/policy-hub/commit/6391eeed236020299b6342f34e9b1ec088759fd5)) +* **errorHandling:** adjust general error handler ([#259](https://github.com/eclipse-tractusx/policy-hub/issues/259)) ([7798d55](https://github.com/eclipse-tractusx/policy-hub/commit/7798d553f920a381188ed5a2ffabfc5a5bdeacb9)) +* Fixed the ODRL policy type to the Set value ([#224](https://github.com/eclipse-tractusx/policy-hub/issues/224)) ([628332d](https://github.com/eclipse-tractusx/policy-hub/commit/628332d331416aa3c88e7c5bee33efaabb75efe0)) +* **json-ld:** adjust namespace and usage of cx-profile ([#263](https://github.com/eclipse-tractusx/policy-hub/issues/263)) ([f57e145](https://github.com/eclipse-tractusx/policy-hub/commit/f57e1455a29b474ee38a44ef25695548c983ee7c)) +* use correct JSON-LD context prefix ([#257](https://github.com/eclipse-tractusx/policy-hub/issues/257)) ([199553d](https://github.com/eclipse-tractusx/policy-hub/commit/199553dc7dd2b0ca429e87514081ebd7e1f8fa8b)) + + +### Miscellaneous Chores + +* release 1.3.0-rc.1 ([2a10daa](https://github.com/eclipse-tractusx/policy-hub/commit/2a10daaa5727557543ad1ec737173eeab60b2820)) + ## [1.2.0-rc.1](https://github.com/eclipse-tractusx/policy-hub/compare/v1.1.0-rc.2...v1.2.0-rc.1) (2024-10-24) From 8ecfa9f1f593f2d02e1fd880367d58bd419aa719 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 20 Feb 2025 16:14:08 +0100 Subject: [PATCH 3/3] build(1.3.0-rc.1): bump version and update docs --- .tractusx | 1 + charts/policy-hub/Chart.yaml | 4 ++-- charts/policy-hub/README.md | 2 +- docs/api/hub-service.yaml | 10 +++++----- environments/argocd-app-templates/appsetup-int.yaml | 2 +- environments/argocd-app-templates/appsetup-stable.yaml | 2 +- src/Directory.Build.props | 4 ++-- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.tractusx b/.tractusx index 288956c..a6e6780 100644 --- a/.tractusx +++ b/.tractusx @@ -20,4 +20,5 @@ 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.3.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 cb29e9f..c410c24 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 -appVersion: 1.2.0 +version: 1.3.0-rc.1 +appVersion: 1.3.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 7168a6a..49c0e4f 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 + version: 1.3.0-rc.1 ``` ## Requirements diff --git a/docs/api/hub-service.yaml b/docs/api/hub-service.yaml index 73f383e..d0f11c5 100644 --- a/docs/api/hub-service.yaml +++ b/docs/api/hub-service.yaml @@ -1,12 +1,12 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.PolicyHub.Service - version: v1.2.0 + version: v1.3.0-rc.1 paths: /api/policy-hub/policy-attributes: get: tags: - - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' + - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' summary: Gets the keys for the attributes description: 'Example: GET: api/policy-hub/policy-attributes' responses: @@ -31,7 +31,7 @@ paths: /api/policy-hub/policy-types: get: tags: - - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' + - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' summary: Provides all current supported policy types incl. a policy description and useCase link. description: 'Example: GET: api/policy-hub/policy-types' parameters: @@ -67,7 +67,7 @@ paths: /api/policy-hub/policy-content: get: tags: - - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' + - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' summary: Receive the policy template 'access' or 'usage' for a single policy rule based on the request parameters submitted by the user. description: 'Example: GET: api/policy-hub/policy-content' parameters: @@ -132,7 +132,7 @@ paths: $ref: '#/components/schemas/ErrorResponse' post: tags: - - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' + - 'Org.Eclipse.TractusX.PolicyHub.Service, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' summary: Receive the policy template 'access' or 'usage' for multiple policy rule template based on the input request body. description: 'Example: POST: api/policy-hub/policy-content' requestBody: diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index a99767d..c313b32 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 + targetRevision: policy-hub-1.3.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-stable.yaml b/environments/argocd-app-templates/appsetup-stable.yaml index 505643d..f45cac1 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 + targetRevision: policy-hub-1.3.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 6247b8e..f4d763c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -19,7 +19,7 @@ - 1.2.0 - + 1.3.0 + rc.1