Skip to content

Commit

Permalink
chore(release): 0.4.0-develop.9 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0-develop.9](v0.4.0-develop.8...v0.4.0-develop.9) (2024-03-08)

### Bug Fixes

* add a comment to the expiryInstant ([21ac648](21ac648))
* add if statement for creating VC ([0092728](0092728))
* Add missing gradle validation PR [eclipse-tractusx#257](https://github.com/borisrizov-zf/managed-identity-wallet/issues/257) ([f9acf55](f9acf55))
* add missing JSON properties ([5330f64](5330f64))
* **ci:** update node version to 20 ([263e88b](263e88b))
* DAST scan PR [eclipse-tractusx#256](https://github.com/borisrizov-zf/managed-identity-wallet/issues/256) ([1c1f1fb](1c1f1fb))
* fix bug with token re-wrapping ([e047550](e047550))
* fix integration test ([d8084ee](d8084ee))
* **helm:** minor fixes ([49b5530](49b5530))
* **helm:** vc expiration date ([e056108](e056108))
* possible caching vulnerability in action ([eb2e38f](eb2e38f))
* **release:** add missing author, committer emails ([6d49d27](6d49d27))
* **release:** use correct syntax for github actor ([86976a6](86976a6))
* **validation:** credential signer must be equal issuer ([12abe09](12abe09))

### Features

* add api docs, option asJwt ([9dc628b](9dc628b))
* add domain objects needed by sts infrastructure ([effb480](effb480))
* add dto objects for sts infrastructure ([103e7f2](103e7f2))
* add exceptions for sts infrastructure ([b4bb9b7](b4bb9b7))
* add ignoring version ([1785080](1785080))
* add JWT verification and extend tests ([d83ce91](d83ce91))
* add JWT verification and extend tests ([5ae223d](5ae223d))
* add logging of auth failures ([ec60117](ec60117))
* add logic regarding jti info store and check ([6809578](6809578))
* add missing relationships to entities ([56a48eb](56a48eb))
* add service method, controller, config for scope matching ([4feebd4](4feebd4))
* add sts properties ([018d9c0](018d9c0))
* add token endpoint happy-path test ([d6c30bf](d6c30bf))
* adding draft for integration test, refactoring ([ce75056](ce75056))
* **chart:** add extra volume/-mounts ([0f6252f](0f6252f))
* create initial class ([061faa7](061faa7))
* create initial classes with validation ([fc5db81](fc5db81))
* extend 'miw.security' properties ([e982919](e982919))
* **helm:** add networkPolicy for miw ([502b633](502b633))
* **helm:** allow networkPolicy to template values ([acddcff](acddcff))
* implement token endpoint ([4227f3e](4227f3e))
* improve filter, add exception handling ([579a5ec](579a5ec))
* Merge PR [eclipse-tractusx#252](https://github.com/borisrizov-zf/managed-identity-wallet/issues/252) ([8cb132b](8cb132b))
* Merge PR [eclipse-tractusx#255](https://github.com/borisrizov-zf/managed-identity-wallet/issues/255) ([a0d9bdf](a0d9bdf))
* upload miw jar to gh release ([a7d6aa6](a7d6aa6))
* use a spring validator for SecureTokenRequest ([accc0d2](accc0d2))
  • Loading branch information
borisrizov-zf committed Mar 8, 2024
1 parent b4e7525 commit 75927c9
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# [0.4.0-develop.9](https://github.com/borisrizov-zf/managed-identity-wallet/compare/v0.4.0-develop.8...v0.4.0-develop.9) (2024-03-08)


### Bug Fixes

* add a comment to the expiryInstant ([21ac648](https://github.com/borisrizov-zf/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/borisrizov-zf/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/borisrizov-zf/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/borisrizov-zf/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/borisrizov-zf/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* **ci:** update node version to 20 ([263e88b](https://github.com/borisrizov-zf/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* DAST scan PR [#256](https://github.com/borisrizov-zf/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/borisrizov-zf/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* fix bug with token re-wrapping ([e047550](https://github.com/borisrizov-zf/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix integration test ([d8084ee](https://github.com/borisrizov-zf/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* **helm:** minor fixes ([49b5530](https://github.com/borisrizov-zf/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** vc expiration date ([e056108](https://github.com/borisrizov-zf/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* possible caching vulnerability in action ([eb2e38f](https://github.com/borisrizov-zf/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/borisrizov-zf/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/borisrizov-zf/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/borisrizov-zf/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))


### Features

* add api docs, option asJwt ([9dc628b](https://github.com/borisrizov-zf/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/borisrizov-zf/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/borisrizov-zf/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/borisrizov-zf/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add ignoring version ([1785080](https://github.com/borisrizov-zf/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add JWT verification and extend tests ([d83ce91](https://github.com/borisrizov-zf/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/borisrizov-zf/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/borisrizov-zf/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/borisrizov-zf/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/borisrizov-zf/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/borisrizov-zf/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/borisrizov-zf/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/borisrizov-zf/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* adding draft for integration test, refactoring ([ce75056](https://github.com/borisrizov-zf/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/borisrizov-zf/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* create initial class ([061faa7](https://github.com/borisrizov-zf/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/borisrizov-zf/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* extend 'miw.security' properties ([e982919](https://github.com/borisrizov-zf/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/borisrizov-zf/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/borisrizov-zf/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* implement token endpoint ([4227f3e](https://github.com/borisrizov-zf/managed-identity-wallet/commit/4227f3e2d147f71de84e4db6c0540e1e60849078))
* improve filter, add exception handling ([579a5ec](https://github.com/borisrizov-zf/managed-identity-wallet/commit/579a5ec547d486f04fca4336545cd9f5bb0dc216))
* Merge PR [#252](https://github.com/borisrizov-zf/managed-identity-wallet/issues/252) ([8cb132b](https://github.com/borisrizov-zf/managed-identity-wallet/commit/8cb132b035a60e7137e536a3a451ce314253ff7b))
* Merge PR [#255](https://github.com/borisrizov-zf/managed-identity-wallet/issues/255) ([a0d9bdf](https://github.com/borisrizov-zf/managed-identity-wallet/commit/a0d9bdfd1246c684156795523d64210fd828925f))
* upload miw jar to gh release ([a7d6aa6](https://github.com/borisrizov-zf/managed-identity-wallet/commit/a7d6aa66b3468e4975711c72f1cfdbf3055dcd20))
* use a spring validator for SecureTokenRequest ([accc0d2](https://github.com/borisrizov-zf/managed-identity-wallet/commit/accc0d20404852035876cb7cb4ce5ce7b5da6e64))

# [0.5.0-develop.9](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.8...v0.5.0-develop.9) (2024-03-08)


Expand Down
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ description: |
type: application

version: 0.5.0-develop.9
appVersion: 0.5.0-develop.9
version: 0.4.0-develop.9
appVersion: 0.4.0-develop.9

home: https://github.com/eclipse-tractusx/managed-identity-wallet
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# managed-identity-wallet

![Version: 0.5.0-develop.9](https://img.shields.io/badge/Version-0.5.0--develop.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.9](https://img.shields.io/badge/AppVersion-0.5.0--develop.9-informational?style=flat-square)
![Version: 0.4.0-develop.9](https://img.shields.io/badge/Version-0.4.0--develop.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.9](https://img.shields.io/badge/AppVersion-0.4.0--develop.9-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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jacocoVersion=0.8.9
springBootVersion=3.1.6
springDependencyVersion=1.1.0
groupName=org.eclipse.tractusx
applicationVersion=0.5.0-develop.9
applicationVersion=0.4.0-develop.9
openApiVersion=2.1.0

0 comments on commit 75927c9

Please sign in to comment.