diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2dcd514..c162afd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0-develop.17](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.16...v0.4.0-develop.17) (2024-01-30) + + +### Features + +* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d)) + # [0.4.0-develop.16](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.15...v0.4.0-develop.16) (2024-01-26) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 056d0115b..53b2a51f0 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.4.0-develop.16 -appVersion: 0.4.0-develop.16 +version: 0.4.0-develop.17 +appVersion: 0.4.0-develop.17 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 0fdff4f02..ff6d4cc6d 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -2,7 +2,7 @@ # managed-identity-wallet -![Version: 0.4.0-develop.16](https://img.shields.io/badge/Version-0.4.0--develop.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.16](https://img.shields.io/badge/AppVersion-0.4.0--develop.16-informational?style=flat-square) +![Version: 0.4.0-develop.17](https://img.shields.io/badge/Version-0.4.0--develop.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.17](https://img.shields.io/badge/AppVersion-0.4.0--develop.17-informational?style=flat-square) Managed Identity Wallet is supposed to supply a secure data source and data sink for Digital Identity Documents (DID), in order to enable Self-Sovereign Identity founding on those DIDs. And at the same it shall support an uninterrupted tracking and tracing and documenting the usage of those DIDs, e.g. within logistical supply chains. diff --git a/gradle.properties b/gradle.properties index 507469f46..98e01b7b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ jacocoVersion=0.8.9 springBootVersion=3.1.6 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.4.0-develop.16 +applicationVersion=0.4.0-develop.17 openApiVersion=2.1.0