From d40f39bfb2317124319ee708a7e58a1f75f1c376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:48:44 +0000 Subject: [PATCH] chore(v0.1.0-rc.3): release 0.1.0-rc.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1276ce9..2fbc678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.1.0-rc.3](https://github.com/eclipse-tractusx/policy-hub/compare/v0.1.0-rc-2...v0.1.0-rc.3) (2024-02-15) + + +### Features + +* add initial implementation for policy hub ([0b5433a](https://github.com/eclipse-tractusx/policy-hub/commit/0b5433a989e34a4fce9b12ac0f7ef3a09b2a86d4)) +* add purpose trace 3.1 id ([243488a](https://github.com/eclipse-tractusx/policy-hub/commit/243488aece1731481a5aebd67f2b8de961987cbd)) +* **helm-chart:** ensure unique resource names ([#11](https://github.com/eclipse-tractusx/policy-hub/issues/11)) ([cd56676](https://github.com/eclipse-tractusx/policy-hub/commit/cd56676f49073a032d0905d5dcb637898d983ec2)) +* **helm-chart:** use templates for unique resource names ([#14](https://github.com/eclipse-tractusx/policy-hub/issues/14)) ([d412b38](https://github.com/eclipse-tractusx/policy-hub/commit/d412b389fd45e2aec2e8db20dc64d70f41a2d563)) +* make imagePullPolicy configurable, default set to IfNotPresent ([1586de5](https://github.com/eclipse-tractusx/policy-hub/commit/1586de5d6322a92db28dc2f1e3457091087b965c)) +* **nuget:** update framework packages to stable ([#30](https://github.com/eclipse-tractusx/policy-hub/issues/30)) ([c097c90](https://github.com/eclipse-tractusx/policy-hub/commit/c097c905b8280a65065dffa6524d0dd4bda7d0be)) +* **trg-4.07:** enable readOnlyRootFilesystem for containers ([9fcc10e](https://github.com/eclipse-tractusx/policy-hub/commit/9fcc10ec743ea3cbeb5a3026e7161789ceee7339)) + + +### Bug Fixes + +* **helm-chart:** don't change postgres secret at helm upgrade ([#33](https://github.com/eclipse-tractusx/policy-hub/issues/33)) ([b7b4b8f](https://github.com/eclipse-tractusx/policy-hub/commit/b7b4b8fbff2286a4cf12c3783d6f9bff05cf717b)) +* set product name in .tractusx ([#3](https://github.com/eclipse-tractusx/policy-hub/issues/3)) ([04b6689](https://github.com/eclipse-tractusx/policy-hub/commit/04b668933812737a691d118662ccdd349a14909b)), closes [#4](https://github.com/eclipse-tractusx/policy-hub/issues/4) + + +### Miscellaneous Chores + +* release 0.1.0-rc.1 ([d24b8a4](https://github.com/eclipse-tractusx/policy-hub/commit/d24b8a426a151addc31b52806e4e4c8a0270741a)) +* release 0.1.0-rc.2 ([ac5cc45](https://github.com/eclipse-tractusx/policy-hub/commit/ac5cc45df8c73556d636b9a18adbf3cda2d39f27)) +* release 0.1.0-rc.3 ([85a2994](https://github.com/eclipse-tractusx/policy-hub/commit/85a29942cff69f638433a552d85762ec012d1860)) + ## [0.1.0-rc-2](https://github.com/eclipse-tractusx/policy-hub/compare/v0.1.0-rc.1...v0.1.0-rc-2) (2024-02-02)