Skip to content

Commit

Permalink
Merge pull request #268 from eclipse-tractusx/release/v1.3.0-rc.1
Browse files Browse the repository at this point in the history
build(1.3.0-rc.1): merge release into main
  • Loading branch information
evegufy authored Feb 21, 2025
2 parents f57e145 + 8ecfa9f commit 6a82141
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 12 deletions.
1 change: 1 addition & 0 deletions .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/policy-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/api/hub-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<Project>
<PropertyGroup>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 6a82141

Please # to comment.