Skip to content

Commit

Permalink
Merge pull request #172 from eclipse-tractusx/release/v1.1.0-rc.1
Browse files Browse the repository at this point in the history
build(1.1.0-rc1): merge main into main
  • Loading branch information
evegufy authored Jul 17, 2024
2 parents 081d71b + 3eb88a8 commit ccad3cf
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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:
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.0.0
version: 1.1.0-rc.1
```
## Requirements
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: chore/349-deploy-to-eV
targetRevision: policy-hub-1.1.0-rc.1
plugin:
env:
- name: AVP_SECRET
Expand Down
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.0.0
targetRevision: policy-hub-1.1.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.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit ccad3cf

Please sign in to comment.