Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add initContainers #142

Merged
merged 4 commits into from
Nov 23, 2023
Merged

feat: add initContainers #142

merged 4 commits into from
Nov 23, 2023

Conversation

fty4
Copy link
Member

@fty4 fty4 commented Nov 16, 2023

Description

Adding an option to specify initContainers to the miw Helm chart.

We e.g. have a usecase to add a initContainer for the miw Helm.
This will allow our miw to register itself at the database and the initialising script can be triggered.

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:


Marco Lecheler marco.lecheler@mercedes-benz.com Mercedes-Benz Tech Innovation GmbH (ProviderInformation)

@borisrizov-zf
Copy link
Contributor

Hi Marco, thank you for your contribution. Can you please change the target branch to develop. Also edit the description to add a clear "why" this is needed/beneficial. Thank you.

@fty4 fty4 changed the base branch from main to develop November 16, 2023 13:14
@fty4
Copy link
Member Author

fty4 commented Nov 16, 2023

@borisrizov-zf target branch is changed to develop

rebased to get rid of branch diff main...develop - now only the initially desired commits are contained in the PR again

@pmoscode
Copy link
Contributor

Just fyi:
I found a possible solution to avoid the Bitnami "render" function:

https://apprecode.com/blog/Helm-Reference-and-values
-> Section "Problem with Non-string Types"

As from pmoscode suggested the tpl function can be used with toYaml to avoid the Bitnami common template function.
Copy link

sonarcloud bot commented Nov 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@fty4
Copy link
Member Author

fty4 commented Nov 21, 2023

Just fyi: I found a possible solution to avoid the Bitnami "render" function:

https://apprecode.com/blog/Helm-Reference-and-values -> Section "Problem with Non-string Types"

Thank you for that hint - I just added your suggestion.

@borisrizov-zf borisrizov-zf merged commit 7317800 into eclipse-tractusx:develop Nov 23, 2023
11 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 23, 2023
# [0.2.0-develop.6](v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23)

### Features

* add initContainers ([#142](#142)) ([7317800](7317800))
Copy link

🎉 This PR is included in version 0.2.0-develop.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@fty4 fty4 deleted the feat/chart-initcontainers branch November 24, 2023 14:56
github-actions bot pushed a commit that referenced this pull request Dec 7, 2023
# [0.3.0-develop.1](v0.2.0...v0.3.0-develop.1) (2023-12-07)

### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](6de785b))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](6811a8b))
* **dev:** add important notes to INSTALL.md ([a7c1b71](a7c1b71))
* **dev:** adjust port to request against keycloak ([4a3d317](4a3d317))
* **dev:** small adjustment to INSTALL.md ([59b6df4](59b6df4))
* manually change the Helm chart version ([1ad16ed](1ad16ed))
* method name from the cx-ssi-lib has been renamed ([b46d084](b46d084))
* remove filter for org.eclipse packages ([af9a9e5](af9a9e5))

### Features

* add initContainers ([#142](#142)) ([7317800](7317800))
* add tpl to miw ingress ([#143](#143)) ([c56d133](c56d133))
* **dev:** add pgAdmin to local dev env ([#144](#144)) ([d7f2bbe](d7f2bbe))
* **devel:** make application port dynamic (parameter) ([8816c89](8816c89))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](54b8d4a))
* **helm:** Make liveness & readiness probes configurable ([#99](#99)) ([252eed1](252eed1))
* **readme:** add "usage" section [WIP] ([6919b71](6919b71))
Copy link

github-actions bot commented Dec 7, 2023

🎉 This PR is included in version 0.3.0-develop.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

borisrizov-zf added a commit that referenced this pull request Dec 7, 2023
* chore(helm): add a second maintainer

* fix(ci): separate workflow "Test application (test + coverage)" for PR and repo

Separate the one workflow into two single ones to avoid pipeline failure during report generation because of missing permissions.
At the same time make all necessary/dependent changes to gradle.build and the Taskfile tasks.

* chore(ci): remove doubled comment sign

* chore(ci): adjust/remove step condition

* chore(ci): extend name of step

* chore(ci): rename steps for better understanding

* chore(ci): replace deprecated properties

* fix(dev): add file extension and refactor called method in gradle

* chore(release): 0.2.0-develop.3 [skip ci]

# [0.2.0-develop.3](v0.2.0-develop.2...v0.2.0-develop.3) (2023-11-22)

### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](6de785b))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](6811a8b))

* feat: add tpl to miw ingress (#143)

Co-authored-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>

* chore(release): 0.2.0-develop.4 [skip ci]

# [0.2.0-develop.4](v0.2.0-develop.3...v0.2.0-develop.4) (2023-11-22)

### Features

* add tpl to miw ingress ([#143](#143)) ([c56d133](c56d133))

* feat(helm): Make liveness & readiness probes configurable (#99)

* feat(helm): Make liveness & readiness probes configurable

* Add possibility to disable probes

* Update chart README.md

* add examples to ingress config

* Bump chart version

* Update README.md

* Add workflow step for checking chart readme changed

* Fix readme generation

* Add some names to the worflow steps

* Rename workflow

* Update chart README.md

* chore(release): 0.2.0-develop.5 [skip ci]

# [0.2.0-develop.5](v0.2.0-develop.4...v0.2.0-develop.5) (2023-11-22)

### Features

* **helm:** Make liveness & readiness probes configurable ([#99](#99)) ([252eed1](252eed1))

* feat: add initContainers (#142)

* feat: add initContainers

* chore: add initContainer description

* fix: only template initContainer if present

* chore: use tpl instead common to render initContianers

As from pmoscode suggested the tpl function can be used with toYaml to avoid the Bitnami common template function.

---------

Co-authored-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>

* chore(release): 0.2.0-develop.6 [skip ci]

# [0.2.0-develop.6](v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23)

### Features

* add initContainers ([#142](#142)) ([7317800](7317800))

* feat(dev): add pgAdmin to local dev env (#144)

Additions and Changes:
- add pgAdmin to docker-compose.yaml (incl. mounts)
- preconfigure pgAdmin DB server
- add tem. files to gitignore
- update README.md
- update Taskfile tasks for linux and macos
- update env.* environment files
- Match Postgresql version to the version of the Helm chart (14.5)

* chore(release): 0.2.0-develop.7 [skip ci]

# [0.2.0-develop.7](v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23)

### Features

* **dev:** add pgAdmin to local dev env ([#144](#144)) ([d7f2bbe](d7f2bbe))

* chore: update SECURITY.md (#170)

Make SECURITY.md reflect current example of TRG 7.01 pointing to the GitHub Security Tab instead of Eclipse

* docs: draft for report of security assessment 23.12

* feat(devel): make application port dynamic (parameter)

* feat(readme): add "usage" section [WIP]

* fix(dev): adjust port to request against keycloak

* feat(dev): update README.md and introduce INSTALL.md for usage

* fix(dev): add important notes to INSTALL.md

* fix(dev): small adjustment to INSTALL.md

* chore(release): 0.2.0-develop.8 [skip ci]

# [0.2.0-develop.8](v0.2.0-develop.7...v0.2.0-develop.8) (2023-11-28)

### Bug Fixes

* **dev:** add important notes to INSTALL.md ([a7c1b71](a7c1b71))
* **dev:** adjust port to request against keycloak ([4a3d317](4a3d317))
* **dev:** small adjustment to INSTALL.md ([59b6df4](59b6df4))

### Features

* **devel:** make application port dynamic (parameter) ([8816c89](8816c89))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](54b8d4a))
* **readme:** add "usage" section [WIP] ([6919b71](6919b71))

* fix: method name from the cx-ssi-lib has been renamed

* chore: remove unused maven repo from gradle config

* chore: remove unused GITHUB_USERNAME/TOKEN env variables

* chore: remove cx-ssi-lib from NOTICE

* chore: update DEPENDENCIES scan

* chore(release): 0.2.0-develop.9 [skip ci]

# [0.2.0-develop.9](v0.2.0-develop.8...v0.2.0-develop.9) (2023-11-30)

### Bug Fixes

* method name from the cx-ssi-lib has been renamed ([b46d084](b46d084))

* fix null pointers in CustomAuthenticationConverter (#169)

* fix:seperate api doc from DidDocumentController

* fix:change bpn to identifier

* fix:seperate docs from controller

* fix:change bpn to identifier

* fix:seperate api docs

* fix:seperate api docs

* fix:change bpn to identifier

* fix:seperate half of the docs

* fix:add one more seperation

* fix:seperate docs

* chore: update spring-boot and testcontainers

* chore: add resolutionStrategy for logback and spring devtools

* chore: update cx-ssi-lib to 0.0.18

* chore: update DEPENDENCIES with Dash

* fix: manually change the Helm chart version

The automated pipeline is failing, because the develop.9 version has been
published to the gh-pages branch. A manual change to develop.10 should
fix the issue.

* chore(release): 0.2.0-develop.10 [skip ci]

# [0.2.0-develop.10](v0.2.0-develop.9...v0.2.0-develop.10) (2023-12-05)

### Bug Fixes

* manually change the Helm chart version ([1ad16ed](1ad16ed))

* chore: add legal files to Docker

* chore: update DEPENDENCIES with Dash

* fix: remove filter for org.eclipse packages

This filtering was in violation with TRG 7.01.

* chore: update DEPENDENCIES with Dash

* chore(release): 0.2.0-develop.11 [skip ci]

# [0.2.0-develop.11](v0.2.0-develop.10...v0.2.0-develop.11) (2023-12-06)

### Bug Fixes

* remove filter for org.eclipse packages ([af9a9e5](af9a9e5))

* chore: update Version and AppVersion in chart readme

* chore: supply correct version in chart readme

* chore(release): 0.3.0-develop.1 [skip ci]

# [0.3.0-develop.1](v0.2.0...v0.3.0-develop.1) (2023-12-07)

### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](6de785b))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](6811a8b))
* **dev:** add important notes to INSTALL.md ([a7c1b71](a7c1b71))
* **dev:** adjust port to request against keycloak ([4a3d317](4a3d317))
* **dev:** small adjustment to INSTALL.md ([59b6df4](59b6df4))
* manually change the Helm chart version ([1ad16ed](1ad16ed))
* method name from the cx-ssi-lib has been renamed ([b46d084](b46d084))
* remove filter for org.eclipse packages ([af9a9e5](af9a9e5))

### Features

* add initContainers ([#142](#142)) ([7317800](7317800))
* add tpl to miw ingress ([#143](#143)) ([c56d133](c56d133))
* **dev:** add pgAdmin to local dev env ([#144](#144)) ([d7f2bbe](d7f2bbe))
* **devel:** make application port dynamic (parameter) ([8816c89](8816c89))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](54b8d4a))
* **helm:** Make liveness & readiness probes configurable ([#99](#99)) ([252eed1](252eed1))
* **readme:** add "usage" section [WIP] ([6919b71](6919b71))

---------

Co-authored-by: Peter Motzko <peter.motzko@volkswagen.de>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Marco Lecheler <marco@task.media>
Co-authored-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
Co-authored-by: Florian Rusch (ZF Friedrichshafen AG) <florian.rusch.external@zf.com>
Co-authored-by: Peter Motzko <56410761+pmoscode@users.noreply.github.com>
Co-authored-by: Pablo <103579938+pablosec@users.noreply.github.com>
Co-authored-by: pablosec <pablo.theissen@telekom.de>
Co-authored-by: Marco Gora <blackanthrax666@googlemail.com>
Co-authored-by: Mustafa <mmsalfiti@gmail.com>
github-actions bot pushed a commit that referenced this pull request Dec 7, 2023
# [0.3.0](v0.2.1...v0.3.0) (2023-12-07)

### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](6de785b))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](6811a8b))
* **dev:** add important notes to INSTALL.md ([a7c1b71](a7c1b71))
* **dev:** adjust port to request against keycloak ([4a3d317](4a3d317))
* **dev:** small adjustment to INSTALL.md ([59b6df4](59b6df4))
* manually change the Helm chart version ([1ad16ed](1ad16ed))
* method name from the cx-ssi-lib has been renamed ([b46d084](b46d084))
* remove filter for org.eclipse packages ([af9a9e5](af9a9e5))

### Features

* add initContainers ([#142](#142)) ([7317800](7317800))
* add tpl to miw ingress ([#143](#143)) ([c56d133](c56d133))
* **dev:** add pgAdmin to local dev env ([#144](#144)) ([d7f2bbe](d7f2bbe))
* **devel:** make application port dynamic (parameter) ([8816c89](8816c89))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](54b8d4a))
* **helm:** Make liveness & readiness probes configurable ([#99](#99)) ([252eed1](252eed1))
* **readme:** add "usage" section [WIP] ([6919b71](6919b71))
Copy link

github-actions bot commented Dec 7, 2023

🎉 This PR is included in version 0.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to RoKrish14/managed-identity-wallet that referenced this pull request Jan 9, 2024
# 1.0.0 (2024-01-09)

### Bug Fixes

* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/RoKrish14/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/RoKrish14/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/RoKrish14/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/RoKrish14/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/RoKrish14/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/RoKrish14/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/RoKrish14/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/RoKrish14/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/RoKrish14/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/RoKrish14/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/RoKrish14/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/RoKrish14/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/RoKrish14/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/RoKrish14/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/RoKrish14/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/RoKrish14/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/RoKrish14/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/RoKrish14/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/RoKrish14/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/RoKrish14/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/RoKrish14/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/RoKrish14/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/RoKrish14/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/RoKrish14/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/RoKrish14/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/RoKrish14/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/RoKrish14/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/RoKrish14/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/RoKrish14/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/RoKrish14/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/RoKrish14/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/RoKrish14/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/RoKrish14/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/RoKrish14/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/RoKrish14/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/RoKrish14/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/RoKrish14/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/RoKrish14/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/RoKrish14/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/RoKrish14/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/RoKrish14/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/RoKrish14/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/RoKrish14/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/RoKrish14/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/RoKrish14/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/RoKrish14/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/RoKrish14/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/RoKrish14/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/RoKrish14/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/RoKrish14/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/RoKrish14/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/RoKrish14/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/RoKrish14/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/RoKrish14/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/RoKrish14/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/RoKrish14/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/RoKrish14/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/RoKrish14/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/RoKrish14/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/RoKrish14/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/RoKrish14/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/RoKrish14/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/RoKrish14/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/RoKrish14/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/RoKrish14/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/RoKrish14/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/RoKrish14/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/RoKrish14/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/RoKrish14/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/RoKrish14/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/RoKrish14/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/RoKrish14/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/RoKrish14/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/RoKrish14/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/RoKrish14/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/RoKrish14/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/RoKrish14/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** wrong data type in secret ([c600d16](https://github.com/RoKrish14/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/RoKrish14/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/RoKrish14/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/RoKrish14/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/RoKrish14/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/RoKrish14/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/RoKrish14/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* rate limit during json-ld context loading ([#100](https://github.com/RoKrish14/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/RoKrish14/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* remove all links to remote repos ([06e14c7](https://github.com/RoKrish14/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/RoKrish14/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/RoKrish14/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/RoKrish14/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* test cases ([1a9b51e](https://github.com/RoKrish14/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/RoKrish14/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/RoKrish14/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/RoKrish14/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/RoKrish14/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/RoKrish14/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/RoKrish14/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/RoKrish14/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/RoKrish14/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/RoKrish14/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))

### Features

* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/RoKrish14/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/RoKrish14/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/RoKrish14/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/RoKrish14/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/RoKrish14/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/RoKrish14/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/RoKrish14/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/RoKrish14/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/RoKrish14/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/RoKrish14/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/RoKrish14/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add initContainers ([#142](https://github.com/RoKrish14/managed-identity-wallet/issues/142)) ([7317800](https://github.com/RoKrish14/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add tpl to miw ingress ([#143](https://github.com/RoKrish14/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/RoKrish14/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/RoKrish14/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/RoKrish14/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added end user documentation ([83ae886](https://github.com/RoKrish14/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/RoKrish14/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/RoKrish14/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/RoKrish14/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/RoKrish14/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/RoKrish14/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/RoKrish14/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/RoKrish14/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/RoKrish14/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/RoKrish14/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/RoKrish14/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/RoKrish14/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/RoKrish14/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/RoKrish14/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/RoKrish14/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/RoKrish14/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/RoKrish14/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/RoKrish14/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/RoKrish14/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/RoKrish14/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/RoKrish14/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/RoKrish14/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/RoKrish14/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/RoKrish14/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/RoKrish14/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/RoKrish14/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/RoKrish14/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/RoKrish14/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/RoKrish14/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/RoKrish14/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/RoKrish14/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/RoKrish14/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/RoKrish14/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/RoKrish14/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/RoKrish14/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/RoKrish14/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/RoKrish14/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/RoKrish14/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/RoKrish14/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/RoKrish14/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/RoKrish14/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/RoKrish14/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/RoKrish14/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/RoKrish14/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/RoKrish14/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/RoKrish14/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/RoKrish14/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/RoKrish14/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/RoKrish14/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/RoKrish14/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/RoKrish14/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/RoKrish14/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/RoKrish14/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/RoKrish14/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/RoKrish14/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/RoKrish14/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/RoKrish14/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/RoKrish14/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/RoKrish14/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/RoKrish14/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/RoKrish14/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/RoKrish14/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/RoKrish14/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/RoKrish14/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/RoKrish14/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/RoKrish14/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/RoKrish14/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* credential get api type filter support added ([9d6a49d](https://github.com/RoKrish14/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/RoKrish14/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/RoKrish14/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/RoKrish14/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/RoKrish14/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/RoKrish14/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/RoKrish14/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/RoKrish14/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/RoKrish14/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/RoKrish14/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/RoKrish14/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/RoKrish14/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/RoKrish14/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/RoKrish14/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/RoKrish14/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/RoKrish14/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/RoKrish14/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/RoKrish14/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/RoKrish14/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/RoKrish14/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/RoKrish14/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/RoKrish14/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/RoKrish14/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/RoKrish14/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/RoKrish14/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/RoKrish14/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/RoKrish14/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/RoKrish14/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/RoKrish14/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/RoKrish14/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/RoKrish14/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/RoKrish14/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/RoKrish14/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/RoKrish14/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/RoKrish14/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/RoKrish14/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/RoKrish14/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/RoKrish14/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/RoKrish14/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/RoKrish14/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/RoKrish14/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/RoKrish14/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/RoKrish14/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/RoKrish14/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/RoKrish14/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/RoKrish14/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/RoKrish14/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/RoKrish14/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/RoKrish14/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/RoKrish14/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/RoKrish14/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/RoKrish14/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/RoKrish14/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/RoKrish14/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/RoKrish14/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/RoKrish14/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/RoKrish14/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/RoKrish14/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/RoKrish14/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/RoKrish14/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/RoKrish14/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/RoKrish14/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/RoKrish14/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/RoKrish14/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/RoKrish14/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/RoKrish14/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/RoKrish14/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/RoKrish14/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/RoKrish14/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/RoKrish14/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/RoKrish14/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/RoKrish14/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/RoKrish14/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/RoKrish14/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/RoKrish14/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/RoKrish14/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/RoKrish14/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/RoKrish14/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/RoKrish14/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/RoKrish14/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* framework VC name changes and test case changes ([7952f4b](https://github.com/RoKrish14/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/RoKrish14/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/RoKrish14/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/RoKrish14/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/RoKrish14/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/RoKrish14/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/RoKrish14/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/RoKrish14/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/RoKrish14/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/RoKrish14/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/RoKrish14/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/RoKrish14/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/RoKrish14/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/RoKrish14/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/RoKrish14/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/RoKrish14/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/RoKrish14/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/RoKrish14/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/RoKrish14/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/RoKrish14/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/RoKrish14/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/RoKrish14/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/RoKrish14/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/RoKrish14/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/RoKrish14/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/RoKrish14/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/RoKrish14/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/RoKrish14/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/RoKrish14/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/RoKrish14/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/RoKrish14/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/RoKrish14/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/RoKrish14/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/RoKrish14/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/RoKrish14/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/RoKrish14/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/RoKrish14/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/RoKrish14/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/RoKrish14/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/RoKrish14/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/RoKrish14/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/RoKrish14/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/RoKrish14/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/RoKrish14/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/RoKrish14/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/RoKrish14/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/RoKrish14/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/RoKrish14/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/RoKrish14/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/RoKrish14/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/RoKrish14/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/RoKrish14/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/RoKrish14/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/RoKrish14/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/RoKrish14/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/RoKrish14/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/RoKrish14/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/RoKrish14/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/RoKrish14/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/RoKrish14/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/RoKrish14/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/RoKrish14/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/RoKrish14/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/RoKrish14/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/RoKrish14/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/RoKrish14/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490))
* **helm:** update Helm chart description ([73235a8](https://github.com/RoKrish14/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650))
* **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/RoKrish14/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd))
* **helm:** Update readme ([81e58df](https://github.com/RoKrish14/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04))
* **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/RoKrish14/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f))
* **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/RoKrish14/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b))
* **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/RoKrish14/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea))
* Holder identifier added in framework VC subject ([e65af19](https://github.com/RoKrish14/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf))
* Holder identifier added in framework VC subject ([62cfd2f](https://github.com/RoKrish14/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d))
* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/RoKrish14/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51))
* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/RoKrish14/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035))
* increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/RoKrish14/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f))
* increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/RoKrish14/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03))
* issue credential api test case added ([6edf1e6](https://github.com/RoKrish14/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95))
* issue credential api test case added ([f339ff0](https://github.com/RoKrish14/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6))
* Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/RoKrish14/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33))
* Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/RoKrish14/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217))
* json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/RoKrish14/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4))
* json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/RoKrish14/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02))
* json web signature 2020 support WIP ([62ee442](https://github.com/RoKrish14/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a))
* json web signature 2020 support WIP ([1785e97](https://github.com/RoKrish14/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3))
* json web signature and key generation from lib ([8fda456](https://github.com/RoKrish14/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9))
* json web signature and key generation from lib ([c29040b](https://github.com/RoKrish14/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53))
* membership credentials api added ([45602c8](https://github.com/RoKrish14/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e))
* membership credentials api added ([b1a485a](https://github.com/RoKrish14/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06))
* Paggination support added in list VC API ([f4338fd](https://github.com/RoKrish14/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d))
* Paggination support added in list VC API ([b74c41c](https://github.com/RoKrish14/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d))
* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/RoKrish14/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f))
* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/RoKrish14/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1))
* **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/RoKrish14/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc))
* **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/RoKrish14/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7))
* presenation API WIP, code refactor ([2c1b5d9](https://github.com/RoKrish14/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0))
* presenation API WIP, code refactor ([8cf8e83](https://github.com/RoKrish14/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830))
* read me file chamges, sample reponse added ([88651fa](https://github.com/RoKrish14/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e))
* read me file chamges, sample reponse added ([ff51983](https://github.com/RoKrish14/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb))
* readm changes and gradle fix ([79d5bf0](https://github.com/RoKrish14/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58))
* readm changes and gradle fix ([a51127e](https://github.com/RoKrish14/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15))
* readme added, validate VP wip ([1c4d6af](https://github.com/RoKrish14/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9))
* readme added, validate VP wip ([6325f8a](https://github.com/RoKrish14/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31))
* **readme:** add "usage" section [WIP] ([6919b71](https://github.com/RoKrish14/managed-identity-wallet/commit/6919b71870e9265ae09a66e3354ec43bf7d1d088))
* **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/RoKrish14/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e))
* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/RoKrish14/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2))
* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/RoKrish14/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba))
* remove commit link from changelog template ([bf8106e](https://github.com/RoKrish14/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea))
* removed endpoint from config file ([93612f7](https://github.com/RoKrish14/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c))
* removed endpoint from config file ([b3e9f5f](https://github.com/RoKrish14/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74))
* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/RoKrish14/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5))
* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/RoKrish14/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2))
* Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/RoKrish14/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627))
* Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/RoKrish14/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4))
* revert renaming and postpone that for later. ([3a63399](https://github.com/RoKrish14/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa))
* revert renaming and postpone that for later. ([3a9a209](https://github.com/RoKrish14/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4))
* run Docker release on PR only on specific folders ([186104d](https://github.com/RoKrish14/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008))
* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/RoKrish14/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9))
* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/RoKrish14/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb))
* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/RoKrish14/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530))
* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/RoKrish14/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802))
* ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/RoKrish14/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a))
* ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/RoKrish14/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b))
* ssi-lib version set to 15 ([910aa2a](https://github.com/RoKrish14/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3))
* ssi:lib version updated ([4939ddb](https://github.com/RoKrish14/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005))
* ssi:lib version updated ([404b65b](https://github.com/RoKrish14/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b))
* Store credential API with test case, Validate test case ([4911817](https://github.com/RoKrish14/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2))
* Store credential API with test case, Validate test case ([99307bf](htt…
github-actions bot pushed a commit to smartSenseSolutions/managed-identity-wallet that referenced this pull request Feb 29, 2024
# 1.0.0 (2024-02-29)

### Bug Fixes

* add a comment to the expiryInstant ([21ac648](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* **FrameworkHoldersCredentialTest:** fix failing test and update duplicate credential query ([6ca083f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6ca083f2123912b0ea59a8a48be8afee1fd34e23))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* **IssueCredentialService:** check if requested framework credential already exists ([867133b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/867133b6fd5fd5c15f24401e0b4ed0617d8f465c))
* manually change the Helm chart version ([1ad16ed](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/218) ([afad988](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* rate limit during json-ld context loading ([#100](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* test cases ([1a9b51e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add initContainers ([#142](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/142)) ([7317800](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add outputs to workflow environment ([859b748](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add tpl to miw ingress ([#143](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added end user documentation ([83ae886](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* credential get api type filter support added ([9d6a49d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* framework VC name changes and test case changes ([7952f4b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/209) ([8d18845](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/smartSenseSolutions/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490))
* **helm:** update Helm chart description ([73235a8](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650))
* **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd))
* **helm:** Update readme ([81e58df](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04))
* **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f))
* **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b))
* **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea))
* Holder identifier added in framework VC subject ([e65af19](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf))
* Holder identifier added in framework VC subject ([62cfd2f](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d))
* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51))
* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035))
* increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f))
* increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03))
* issue credential api test case added ([6edf1e6](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95))
* issue credential api test case added ([f339ff0](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6))
* Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/smartSenseSolutions/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33))
* …
github-actions bot pushed a commit to Cofinity-X/upstream-managed-identity-wallet that referenced this pull request Apr 15, 2024
# 1.0.0-develop.1 (2024-04-15)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/257) ([f9acf55](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/177) ([f880d9a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/111)) ([0f99498](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/218) ([afad988](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* test cases ([1a9b51e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/102)) ([3765c68](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/142)) ([7317800](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/143)) ([c56d133](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added end user documentation ([83ae886](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/209) ([8d18845](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/99)) ([252eed1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2d10bcfe7e5159573…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* **docu:** add docusaurus integration ([990d915](https://github.com/DominikPinsel/managed-identity-wallet/commit/990d915c77bc7bd88588b0fea1d48e42559006d1))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f8346…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* **docu:** add docusaurus integration ([02f786f](https://github.com/DominikPinsel/managed-identity-wallet/commit/02f786fb298142f7c7666cd29b8808eca223c8b2))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f8346…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* **docu:** add docusaurus integration ([f1b5a00](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1b5a00514d474badd0ea32cd4979ac9d6b09f33))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f8346…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* **docu:** add docusaurus integration ([f1b5a00](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1b5a00514d474badd0ea32cd4979ac9d6b09f33))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f8346…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request May 16, 2024
# 1.0.0 (2024-05-16)

### Bug Fixes

* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/DominikPinsel/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/DominikPinsel/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/DominikPinsel/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/DominikPinsel/managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/DominikPinsel/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/DominikPinsel/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/DominikPinsel/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/DominikPinsel/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/DominikPinsel/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/DominikPinsel/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/DominikPinsel/managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/DominikPinsel/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/DominikPinsel/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/DominikPinsel/managed-identity-wallet/issues/209) ([8d18845](https://github.com/DominikPinsel/managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/DominikPinsel/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/DominikPinsel/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/DominikPinsel/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/DominikPinsel/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/DominikPinsel/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/DominikPinsel/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/DominikPinsel/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/DominikPinsel/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2))
* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb))
* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb))
* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce))
* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/DominikPinsel/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6))
* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/DominikPinsel/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3))
* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/DominikPinsel/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1))
* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1))
* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b))
* **helm:** update Chart.lock ([571c94a](https://github.com/DominikPinsel/managed-identity-wallet/commit/571c94afc246bd2b1a451f8…
nitin-vavdiya pushed a commit to Cofinity-X/upstream-managed-identity-wallet that referenced this pull request May 28, 2024
* add "y" parameter and remove unused imports ([72b592c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add if statement for creating VC ([0092728](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* Add missing gradle validation PR [#257](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/257) ([f9acf55](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* attempt to deploy recent code ([3b5e5f7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* DAST scan PR [#256](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* fix bug with token re-wrapping ([e047550](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/177) ([f880d9a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* manually change the Helm chart version ([1ad16ed](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/111)) ([0f99498](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/218) ([afad988](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* possible caching vulnerability in action ([eb2e38f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove out-of-date deployment workflow ([3774c74](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* removed recret from code ([d3fe69a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* test cases ([1a9b51e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/102)) ([3765c68](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* wrong helm docs version in ci PR [#219](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

* adapt request and wallet service ([c911d33](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/142)) ([7317800](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/143)) ([c56d133](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added end user documentation ([83ae886](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added test cases for getCredentials api ([56072f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718))
* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1))
* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f))
* **helm:** add init script to setup initial database ([9950690](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112))
* **helm:** add init script to setup initial database ([fb2c770](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741))
* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c))
* **helm:** add networkPolicy for miw ([502b633](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/502b633c0ff4f533f36b96a0f10b2eaa5f9e1954))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252))
* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9))
* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))
* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0))
* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3))
* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6))
* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529))
* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc))
* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6))
* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b))
* **helm:** allow networkPolicy to template values ([acddcff](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/acddcffc73e87b9eb9f7b752ca508b8a50058c5d))
* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d))
* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4))
* **helm:** change active Helm chart ([a5a88b5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b))
* **helm:** change active Helm chart ([4b1ecb5](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026))
* **helm:** comment out default values ([d424086](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d))
* **helm:** comment out default values ([5a12051](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240))
* **helm:** comment out unused config ([248ab4c](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636))
* **helm:** comment out unused config ([9ae62dd](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart ([fc2f211](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fc2f211abfa7ffedc2e66778c05eb10e3a2df366))
* **helm:** configure MIW Helm chart to use pgadmin4 subchart PR [#209](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/209) ([8d18845](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/8d18845ef841b791c13597af0398ee10b752b7e9))
* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c))
* **helm:** extend application name ([5aca6f2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab))
* **helm:** extend application name ([c50a366](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb))
* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d))
* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/Cofinity-X/upstream-managed-identity-wallet/issues/99)) ([252eed1](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a))
* **helm:** remove "dash" from template ([7b5bca9](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce))
* **helm:** remove "dash" from template ([264f1d4](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088))
* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85))
* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94))
* **helm:** remove unused secrets ([fa21e4d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a))
* **helm:** remove unused secrets ([d710e2a](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda))
* **helm:** set default database encryption key to random value ([896f31d](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d))
* **helm:** set default log level ([b2910de](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33))
* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/Cofinity-X/upstream-managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07))
* **helm:** set default values for …
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request Aug 6, 2024
# 1.0.0-develop.1 (2024-08-06)

* feat(identity-trust)!: update IATP protocol ([e3c5450](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3c5450fe2e0084f9deee16dff59e228afa40966))

### Bug Fixes

* .helmdocsignore is not at project root ([a6ceba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6ceba41ac9a456f6016ad16afbf423b17126c4a))
* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add asJwt as query param and fix exceptions ([8cbb756](https://github.com/DominikPinsel/managed-identity-wallet/commit/8cbb756c48f07a90fcdd9e49244e04dae597d03a))
* add asJwt as query param and fix exceptions ([ef961a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ef961a54a24b30b4db18203532c4db8a3916c480))
* add asJwt to controllers and services ([050358e](https://github.com/DominikPinsel/managed-identity-wallet/commit/050358ef1aad0094edadcd678c18ad6a738e4010))
* add asJwt to controllers and services ([b604f3d](https://github.com/DominikPinsel/managed-identity-wallet/commit/b604f3d6f6734ab89df43c1b21bb7221b5b09eb0))
* add copyright to getCredentialsCommand ([2154b7f](https://github.com/DominikPinsel/managed-identity-wallet/commit/2154b7fd6c61324e1895a26522eb3632686c6b28))
* add exceptions and fix naming ([dba48e2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dba48e2c9cda6e86500d12be7511ec4d1a48b5ac))
* add exceptions and fix naming ([531d3f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/531d3f79e046ad9ff04387299bf70c40b0396560))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* add keyId to createPresentation ([069a7d3](https://github.com/DominikPinsel/managed-identity-wallet/commit/069a7d3531f6220239d2a0b42870608a91e55f8d))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add test and validation ([b3db3e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3db3e0ce58e028dd42cad9d2072d794dd735413))
* add test and validation ([842e437](https://github.com/DominikPinsel/managed-identity-wallet/commit/842e4375ac68567fddcfa648d75d1e98eaa0e0d4))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* add wiremock ([4aec527](https://github.com/DominikPinsel/managed-identity-wallet/commit/4aec527b0994be7af5acf6544f74776aa0d9bff7))
* adjust api docs for 'api/token' endpoint ([7190ed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7190ed17880dcd6aeba46a79211c5b6dba1eae08))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* api doc folder structure ([ebd691a](https://github.com/DominikPinsel/managed-identity-wallet/commit/ebd691a8a5c05f26a6aa10b778d4c8be6189a4af))
* api docs ([8e7b796](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e7b7961faeabd274598adfe346fba62f53f98c2))
* api docs ([760ee94](https://github.com/DominikPinsel/managed-identity-wallet/commit/760ee94dbd79fa019a051c9c915fa0a7a8b0968c))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* change context url ([fa9ee4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa9ee4bfd9f0aa43c5275fee177603765b67c38b))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* chart file ([8b16023](https://github.com/DominikPinsel/managed-identity-wallet/commit/8b16023dd1f73a5e8f3f83117ff8b461cbbff4f5))
* chart file ([099fabb](https://github.com/DominikPinsel/managed-identity-wallet/commit/099fabbbfd0f14dfdd93307895440d4c0dd48abd))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* copyright updated ([9ade90e](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ade90e21e2d705a5bedb1bb04a0c8f07169c7c9))
* copyright updated ([956b6af](https://github.com/DominikPinsel/managed-identity-wallet/commit/956b6afb56935e75940cd59d30c8b639c1ec2aa4))
* current tests ([bb0b30c](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb0b30c672982cfc5aab5abb5389f4e40d1a6bca))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* did resolver ([d0522f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/d0522f4dc7160a8617abad26ee47b6d60aeb7644))
* direct access to WalletKeyService while signing VC removed ([e264c0f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e264c0f08de30fa5f3064f9a8d67c121419d75ad))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* exception names ([30a60d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/30a60d5b0b965b1d75586640d0c606ccab82795a))
* exception names ([61832ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/61832ed39414d07a282f1d4c504cbeb262cb0e81))
* exceptions ([fc6c077](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc6c07759d3f5adc4cd9c8be8684915a0a19f038))
* exceptions ([1b260fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/1b260fa4732580d51416f667047fdf036090c07a))
* failing test cases ([bf71a1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/bf71a1dc9d89334bfbbe8c189b331d4841ee37d2))
* ficense header updated ([b2959e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2959e69e26346ff94a8dcbb47d60d41dde1c72f))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* fix openapi_v001.json ([068462b](https://github.com/DominikPinsel/managed-identity-wallet/commit/068462b992136aedeeaace966910bbcefc10aad3))
* fix openapi_v001.json ([c30134e](https://github.com/DominikPinsel/managed-identity-wallet/commit/c30134e10c4d2aa8ec91afc8ba2d1c1de9eca87b))
* fix openapi_v001.json ([1910e88](https://github.com/DominikPinsel/managed-identity-wallet/commit/1910e886dd5aace37e55d00858559c51d5ba7659))
* formatting ([e00620d](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00620d3851853eb846d1578564ec72897b847b3))
* formatting ([697ff85](https://github.com/DominikPinsel/managed-identity-wallet/commit/697ff85f6cd682d5beac7a75288dce43525b5e50))
* formatting issue with api json file ([b10fa38](https://github.com/DominikPinsel/managed-identity-wallet/commit/b10fa38eeae221b48adc6ebdace8ffdf4781bb09))
* get vc as jwt with tests ([4216e0d](https://github.com/DominikPinsel/managed-identity-wallet/commit/4216e0d48f409366bf7fe49111c3a3083e983130))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* javadoc, imports and throws ([af87ecb](https://github.com/DominikPinsel/managed-identity-wallet/commit/af87ecb3a79fa49577af0aa0da31d22366e48791))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* new build location for upload action ([b6a7656](https://github.com/DominikPinsel/managed-identity-wallet/commit/b6a76561af20ee675debe9564bf6e5e203fdb705))
* part of tests ([50ba388](https://github.com/DominikPinsel/managed-identity-wallet/commit/50ba3883ca2e3f54b34ac0cfb7119e2f58f030f2))
* part of tests ([7f01263](https://github.com/DominikPinsel/managed-identity-wallet/commit/7f012635c338cb517231a87c8b91af563a035964))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove new line ([31819c8](https://github.com/DominikPinsel/managed-identity-wallet/commit/31819c861bcc40f9fa0aa32179ebf1b0dd12a2c1))
* remove new line ([0c5f111](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c5f11197919b99c2935af074421fb84261c9f93))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* remove try catch ([874e850](https://github.com/DominikPinsel/managed-identity-wallet/commit/874e85064fd298b0ff6eaaca90f9a28706e894b0))
* remove try catch ([b840c77](https://github.com/DominikPinsel/managed-identity-wallet/commit/b840c771a8f8a94dd83a4d03894d5c5b9d08b058))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* revert IssueDismantlerCredentialReqeust.java ([bac5200](https://github.com/DominikPinsel/managed-identity-wallet/commit/bac5200b5c60577dbeb60c2f359df50a279ec3b9))
* revert IssueDismantlerCredentialReqeust.java ([14f6195](https://github.com/DominikPinsel/managed-identity-wallet/commit/14f6195f980059dade91338e34b638cbdb656142))
* sonar issues ([a7fb417](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7fb417e694c6199618e1e51e62c53b33c173089))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([22e3bb8](https://github.com/DominikPinsel/managed-identity-wallet/commit/22e3bb831e8cc83fd947a6aef6b687f438cc7e5e))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* test cases of get VC api ([1430881](https://github.com/DominikPinsel/managed-identity-wallet/commit/14308815e8e8a5420d02bb73ffca2a5386e8eee6))
* test for jwt ([0a69f1c](https://github.com/DominikPinsel/managed-identity-wallet/commit/0a69f1c6eccfd71ffb16893a4b6c1a91903888db))
* test for jwt ([8b5180a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8b5180a1956e89dc64228b93ebe1d69ed718ab88))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* update code with the new ssi lib main ([9497d3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/9497d3e27c218800c3bbb06118fe992651a6baf2))
* update code with the new ssi lib main ([3da1eff](https://github.com/DominikPinsel/managed-identity-wallet/commit/3da1effc24769751d908762d8edc7d1fa2947ef1))
* update helm-docs test action ([99a1e91](https://github.com/DominikPinsel/managed-identity-wallet/commit/99a1e91f05010b1dbd5d0b5c734ef703d8b1ef7f))
* update ssi agent lib version ([02b1f5a](https://github.com/DominikPinsel/managed-identity-wallet/commit/02b1f5a9e4a1c027d54778272def5c167d1b40e6))
* updated code as per review ([5961854](https://github.com/DominikPinsel/managed-identity-wallet/commit/5961854ad811615453ea2afff15c1e4955ca450d))
* updated spring boot and cloud version ([010ecab](https://github.com/DominikPinsel/managed-identity-wallet/commit/010ecab904a0ba4e85c3e4b885fbefb2ed6057e6))
* updated var name ([44af067](https://github.com/DominikPinsel/managed-identity-wallet/commit/44af0670f1e87b5ebedf88f66adcde89157d08fa))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* VP test cases ([847f123](https://github.com/DominikPinsel/managed-identity-wallet/commit/847f123f0e3dc4679fd0a22ff287d774c894e8f8))
* VP validation tests ([09d337f](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d337f85f70e1c6514dc111757264330dc2a3ac))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added new fields in did document ([8a17aec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8a17aec6ddf330d730df0e9262c88abc2e297e0b))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/ma…
github-actions bot pushed a commit to DominikPinsel/managed-identity-wallet that referenced this pull request Aug 9, 2024
# 1.0.0-develop.1 (2024-08-09)

* feat(identity-trust)!: update IATP protocol ([e3c5450](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3c5450fe2e0084f9deee16dff59e228afa40966))

### Bug Fixes

* .helmdocsignore is not at project root ([a6ceba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6ceba41ac9a456f6016ad16afbf423b17126c4a))
* add "y" parameter and remove unused imports ([72b592c](https://github.com/DominikPinsel/managed-identity-wallet/commit/72b592c0e09d1baef25ffd607a449ce8a9ca6589))
* add a comment to the expiryInstant ([21ac648](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac64813d31d031766cbf3cb6efd8bfc6bcb670))
* add asJwt as query param and fix exceptions ([8cbb756](https://github.com/DominikPinsel/managed-identity-wallet/commit/8cbb756c48f07a90fcdd9e49244e04dae597d03a))
* add asJwt as query param and fix exceptions ([ef961a5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ef961a54a24b30b4db18203532c4db8a3916c480))
* add asJwt to controllers and services ([050358e](https://github.com/DominikPinsel/managed-identity-wallet/commit/050358ef1aad0094edadcd678c18ad6a738e4010))
* add asJwt to controllers and services ([b604f3d](https://github.com/DominikPinsel/managed-identity-wallet/commit/b604f3d6f6734ab89df43c1b21bb7221b5b09eb0))
* add copyright to getCredentialsCommand ([2154b7f](https://github.com/DominikPinsel/managed-identity-wallet/commit/2154b7fd6c61324e1895a26522eb3632686c6b28))
* add exceptions and fix naming ([dba48e2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dba48e2c9cda6e86500d12be7511ec4d1a48b5ac))
* add exceptions and fix naming ([531d3f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/531d3f79e046ad9ff04387299bf70c40b0396560))
* add if statement for creating VC ([0092728](https://github.com/DominikPinsel/managed-identity-wallet/commit/00927284a50041f210bb66896c9688b89cf8ff49))
* add keyId to createPresentation ([069a7d3](https://github.com/DominikPinsel/managed-identity-wallet/commit/069a7d3531f6220239d2a0b42870608a91e55f8d))
* Add missing gradle validation PR [#257](https://github.com/DominikPinsel/managed-identity-wallet/issues/257) ([f9acf55](https://github.com/DominikPinsel/managed-identity-wallet/commit/f9acf55fd7998895f463225eb6a8ed8a621d734b))
* add missing JSON properties ([5330f64](https://github.com/DominikPinsel/managed-identity-wallet/commit/5330f64dd51669d4bfd337a656c6151512ad915a))
* add test and validation ([b3db3e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3db3e0ce58e028dd42cad9d2072d794dd735413))
* add test and validation ([842e437](https://github.com/DominikPinsel/managed-identity-wallet/commit/842e4375ac68567fddcfa648d75d1e98eaa0e0d4))
* add WalletKey for ES256K algorithm to DidDocument ([9eb3294](https://github.com/DominikPinsel/managed-identity-wallet/commit/9eb3294a9016befe7bcc469552a9266829bcba4b))
* add wiremock ([4aec527](https://github.com/DominikPinsel/managed-identity-wallet/commit/4aec527b0994be7af5acf6544f74776aa0d9bff7))
* adjust api docs for 'api/token' endpoint ([7190ed1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7190ed17880dcd6aeba46a79211c5b6dba1eae08))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f))
* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/DominikPinsel/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4))
* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/DominikPinsel/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([f7673a0](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([a5649db](https://github.com/DominikPinsel/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([7c0c7a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc))
* adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. ([8506f3c](https://github.com/DominikPinsel/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09))
* adjust values to enable sync again. ([b856059](https://github.com/DominikPinsel/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447))
* adjust values to enable sync again. ([3839b33](https://github.com/DominikPinsel/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5))
* api doc folder structure ([ebd691a](https://github.com/DominikPinsel/managed-identity-wallet/commit/ebd691a8a5c05f26a6aa10b778d4c8be6189a4af))
* api docs ([8e7b796](https://github.com/DominikPinsel/managed-identity-wallet/commit/8e7b7961faeabd274598adfe346fba62f53f98c2))
* api docs ([760ee94](https://github.com/DominikPinsel/managed-identity-wallet/commit/760ee94dbd79fa019a051c9c915fa0a7a8b0968c))
* attempt to deploy recent code ([3b5e5f7](https://github.com/DominikPinsel/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8))
* attempt to deploy recent code ([89677b9](https://github.com/DominikPinsel/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57))
* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd))
* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/DominikPinsel/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128))
* CGD-288 and code refactor ([f037c16](https://github.com/DominikPinsel/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44))
* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/DominikPinsel/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00))
* change context url ([fa9ee4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/fa9ee4bfd9f0aa43c5275fee177603765b67c38b))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/DominikPinsel/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6))
* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b))
* chart file ([8b16023](https://github.com/DominikPinsel/managed-identity-wallet/commit/8b16023dd1f73a5e8f3f83117ff8b461cbbff4f5))
* chart file ([099fabb](https://github.com/DominikPinsel/managed-identity-wallet/commit/099fabbbfd0f14dfdd93307895440d4c0dd48abd))
* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509))
* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/DominikPinsel/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653))
* **ci:** build miw app ([99603e3](https://github.com/DominikPinsel/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71))
* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20))
* **ci:** helm chart release ([c2bd166](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96))
* **ci:** install java 17 ([6bea3d6](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c))
* **ci:** install Taskfile ([a30492e](https://github.com/DominikPinsel/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676))
* **ci:** quote python version ([e43e1ac](https://github.com/DominikPinsel/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668))
* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **ci:** skip app tests ([654da86](https://github.com/DominikPinsel/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325))
* **ci:** typo ([ed086f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e))
* **ci:** update node version to 20 ([263e88b](https://github.com/DominikPinsel/managed-identity-wallet/commit/263e88b07e6e9bd3846ea8a37e6e8a2c8ede3b04))
* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/DominikPinsel/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4))
* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/DominikPinsel/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0))
* **config:** default port for postgresDB ([6b603c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292))
* **config:** default port for postgresDB ([8646713](https://github.com/DominikPinsel/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee))
* conflict resolved ([a2ce51f](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400))
* copyright updated ([9ade90e](https://github.com/DominikPinsel/managed-identity-wallet/commit/9ade90e21e2d705a5bedb1bb04a0c8f07169c7c9))
* copyright updated ([956b6af](https://github.com/DominikPinsel/managed-identity-wallet/commit/956b6afb56935e75940cd59d30c8b639c1ec2aa4))
* current tests ([bb0b30c](https://github.com/DominikPinsel/managed-identity-wallet/commit/bb0b30c672982cfc5aab5abb5389f4e40d1a6bca))
* DAST scan PR [#256](https://github.com/DominikPinsel/managed-identity-wallet/issues/256) ([1c1f1fb](https://github.com/DominikPinsel/managed-identity-wallet/commit/1c1f1fb3eacf0e34887ec78acdc4f51464c3f4de))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/DominikPinsel/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))
* **dev:** add important notes to INSTALL.md ([a7c1b71](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7c1b711ac402cbead4e10e5c79d6ba318eaacdb))
* **dev:** adjust port to request against keycloak ([4a3d317](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a3d317363690c78897c5db77a60fc716cd91b42))
* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353))
* **devel:** add missing "sudo" ([e912482](https://github.com/DominikPinsel/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271))
* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/DominikPinsel/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38))
* **devel:** split into two lines ([0b2e11f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e))
* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/DominikPinsel/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388))
* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/DominikPinsel/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1))
* **dev:** small adjustment to INSTALL.md ([59b6df4](https://github.com/DominikPinsel/managed-identity-wallet/commit/59b6df484bd31905f43d8bc9c83e44f0992839fb))
* did resolver ([d0522f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/d0522f4dc7160a8617abad26ee47b6d60aeb7644))
* direct access to WalletKeyService while signing VC removed ([e264c0f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e264c0f08de30fa5f3064f9a8d67c121419d75ad))
* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/DominikPinsel/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247))
* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/DominikPinsel/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8))
* exception names ([30a60d5](https://github.com/DominikPinsel/managed-identity-wallet/commit/30a60d5b0b965b1d75586640d0c606ccab82795a))
* exception names ([61832ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/61832ed39414d07a282f1d4c504cbeb262cb0e81))
* exceptions ([fc6c077](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc6c07759d3f5adc4cd9c8be8684915a0a19f038))
* exceptions ([1b260fa](https://github.com/DominikPinsel/managed-identity-wallet/commit/1b260fa4732580d51416f667047fdf036090c07a))
* failing test cases ([bf71a1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/bf71a1dc9d89334bfbbe8c189b331d4841ee37d2))
* ficense header updated ([b2959e6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b2959e69e26346ff94a8dcbb47d60d41dde1c72f))
* fix bug with token re-wrapping ([e047550](https://github.com/DominikPinsel/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))
* fix did creation in did document ([c21f7af](https://github.com/DominikPinsel/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))
* fix ES256K signature ([b33f8a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/b33f8a621e7c6429e1c89285b0eefa942e9e8828))
* fix integration test ([d8084ee](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))
* fix kid parameter ([97437b4](https://github.com/DominikPinsel/managed-identity-wallet/commit/97437b4ef8c1ca07fd16fdf3321e61b1fcab2db0))
* fix object name ([59ccdb2](https://github.com/DominikPinsel/managed-identity-wallet/commit/59ccdb2e1b15633d7de442691d851a6a7d134025))
* fix openapi_v001.json ([068462b](https://github.com/DominikPinsel/managed-identity-wallet/commit/068462b992136aedeeaace966910bbcefc10aad3))
* fix openapi_v001.json ([c30134e](https://github.com/DominikPinsel/managed-identity-wallet/commit/c30134e10c4d2aa8ec91afc8ba2d1c1de9eca87b))
* fix openapi_v001.json ([1910e88](https://github.com/DominikPinsel/managed-identity-wallet/commit/1910e886dd5aace37e55d00858559c51d5ba7659))
* formatting ([e00620d](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00620d3851853eb846d1578564ec72897b847b3))
* formatting ([697ff85](https://github.com/DominikPinsel/managed-identity-wallet/commit/697ff85f6cd682d5beac7a75288dce43525b5e50))
* formatting issue with api json file ([b10fa38](https://github.com/DominikPinsel/managed-identity-wallet/commit/b10fa38eeae221b48adc6ebdace8ffdf4781bb09))
* get vc as jwt with tests ([4216e0d](https://github.com/DominikPinsel/managed-identity-wallet/commit/4216e0d48f409366bf7fe49111c3a3083e983130))
* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/DominikPinsel/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8))
* **helm:** add correct service for postgresql db ([bda0978](https://github.com/DominikPinsel/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0))
* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b))
* **helm:** add empty object ([00a9b08](https://github.com/DominikPinsel/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe))
* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/DominikPinsel/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e))
* **helm:** add random generated encryption_key ([6e89285](https://github.com/DominikPinsel/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2))
* **helm:** add random generated encryption_key ([495f2d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b))
* **helm:** add space (typo) ([392c254](https://github.com/DominikPinsel/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05))
* **helm:** adjust test ([3d90ba4](https://github.com/DominikPinsel/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472))
* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376))
* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/DominikPinsel/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d))
* **helm:** fix suggested issues from PR ([27ae102](https://github.com/DominikPinsel/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60))
* **helm:** minor fixes ([49b5530](https://github.com/DominikPinsel/managed-identity-wallet/commit/49b553096fa621429e0df916f61d0e311c7f840a))
* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/DominikPinsel/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65))
* **helm:** quote numbers ([9a48104](https://github.com/DominikPinsel/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e))
* **helm:** quote numbers ([91b5814](https://github.com/DominikPinsel/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354))
* **helm:** remove double className ([e8e2a43](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502))
* **helm:** remove double className ([3f49be1](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38))
* **helm:** remove duplicate env var ([e8104c3](https://github.com/DominikPinsel/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988))
* **helm:** remove last slash ([dab469f](https://github.com/DominikPinsel/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482))
* **helm:** remove last slash ([cfdeded](https://github.com/DominikPinsel/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1))
* **helm:** remove quotes ([8889455](https://github.com/DominikPinsel/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa))
* **helm:** remove quotes ([8fe20ec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b))
* **helm:** remove token (already revoked) ([835654d](https://github.com/DominikPinsel/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e))
* **helm:** remove token (already revoked) ([acfcac5](https://github.com/DominikPinsel/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff))
* **helm:** remove trailing space ([019f262](https://github.com/DominikPinsel/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb))
* **helm:** set ingress host path  to "/" ([3dcfd46](https://github.com/DominikPinsel/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6))
* **helm:** set ingress host path  to "/" ([dd876c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10))
* **helm:** typo in db_host ([66daf19](https://github.com/DominikPinsel/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21))
* **helm:** typo in db_host ([0f63369](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3))
* **helm:** update image repo ([3084122](https://github.com/DominikPinsel/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5))
* **helm:** use correct value for psql dependency condition ([d8bb09a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d8bb09a97c5a60c902180e4bb1fc54f1801adc72))
* **helm:** use correct value for psql dependency condition PR [#177](https://github.com/DominikPinsel/managed-identity-wallet/issues/177) ([f880d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/f880d9a0536bf7821baa9aa90ac37db614907c0c))
* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/DominikPinsel/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6))
* **helm:** vc expiration date ([e056108](https://github.com/DominikPinsel/managed-identity-wallet/commit/e056108ed84ae016b3ad348580d4d6d5de7b6322))
* **helm:** wrong data type in secret ([c600d16](https://github.com/DominikPinsel/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf))
* **helm:** wrong data type in secret ([a16ba13](https://github.com/DominikPinsel/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf))
* javadoc, imports and throws ([af87ecb](https://github.com/DominikPinsel/managed-identity-wallet/commit/af87ecb3a79fa49577af0aa0da31d22366e48791))
* manually change the Helm chart version ([1ad16ed](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ad16ed064d69214bc87d65f76740c2ecaa6b539))
* method name from the cx-ssi-lib has been renamed ([b46d084](https://github.com/DominikPinsel/managed-identity-wallet/commit/b46d0846f6b9ccc6b439c82ffec783cd8b933e08))
* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2))
* missing env variables in release workflow ([#111](https://github.com/DominikPinsel/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701))
* missing helm docs during semantic release PR [#218](https://github.com/DominikPinsel/managed-identity-wallet/issues/218) ([afad988](https://github.com/DominikPinsel/managed-identity-wallet/commit/afad988253aa4a1bbc59603ce7bf706d0f158fd4))
* new build location for upload action ([b6a7656](https://github.com/DominikPinsel/managed-identity-wallet/commit/b6a76561af20ee675debe9564bf6e5e203fdb705))
* part of tests ([50ba388](https://github.com/DominikPinsel/managed-identity-wallet/commit/50ba3883ca2e3f54b34ac0cfb7119e2f58f030f2))
* part of tests ([7f01263](https://github.com/DominikPinsel/managed-identity-wallet/commit/7f012635c338cb517231a87c8b91af563a035964))
* possible caching vulnerability in action ([eb2e38f](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb2e38f6c6650491fcc81b70d1cf6f6fc5a0886f))
* rate limit during json-ld context loading ([#100](https://github.com/DominikPinsel/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778))
* **release:** add missing author, committer emails ([6d49d27](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** missing helm-docs during semantic release ([8f4d7f4](https://github.com/DominikPinsel/managed-identity-wallet/commit/8f4d7f4cfa2f6d5efb9cc4503c6f3bddf606f691))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/DominikPinsel/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))
* remove all links to remote repos ([06e14c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb))
* remove filter for org.eclipse packages ([af9a9e5](https://github.com/DominikPinsel/managed-identity-wallet/commit/af9a9e50a9c15b16c8346561bc7ccb87a45df39d))
* remove new line ([31819c8](https://github.com/DominikPinsel/managed-identity-wallet/commit/31819c861bcc40f9fa0aa32179ebf1b0dd12a2c1))
* remove new line ([0c5f111](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c5f11197919b99c2935af074421fb84261c9f93))
* remove out-of-date deployment workflow ([3774c74](https://github.com/DominikPinsel/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d))
* remove try catch ([874e850](https://github.com/DominikPinsel/managed-identity-wallet/commit/874e85064fd298b0ff6eaaca90f9a28706e894b0))
* remove try catch ([b840c77](https://github.com/DominikPinsel/managed-identity-wallet/commit/b840c771a8f8a94dd83a4d03894d5c5b9d08b058))
* removed recret from code ([d3fe69a](https://github.com/DominikPinsel/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137))
* revert IssueDismantlerCredentialReqeust.java ([bac5200](https://github.com/DominikPinsel/managed-identity-wallet/commit/bac5200b5c60577dbeb60c2f359df50a279ec3b9))
* revert IssueDismantlerCredentialReqeust.java ([14f6195](https://github.com/DominikPinsel/managed-identity-wallet/commit/14f6195f980059dade91338e34b638cbdb656142))
* sonar issues ([a7fb417](https://github.com/DominikPinsel/managed-identity-wallet/commit/a7fb417e694c6199618e1e51e62c53b33c173089))
* STS Token API Response ([78b7dc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5))
* test cases ([22e3bb8](https://github.com/DominikPinsel/managed-identity-wallet/commit/22e3bb831e8cc83fd947a6aef6b687f438cc7e5e))
* test cases ([1a9b51e](https://github.com/DominikPinsel/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90))
* Test Cases ([8eda499](https://github.com/DominikPinsel/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a))
* test cases of get VC api ([1430881](https://github.com/DominikPinsel/managed-identity-wallet/commit/14308815e8e8a5420d02bb73ffca2a5386e8eee6))
* test for jwt ([0a69f1c](https://github.com/DominikPinsel/managed-identity-wallet/commit/0a69f1c6eccfd71ffb16893a4b6c1a91903888db))
* test for jwt ([8b5180a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8b5180a1956e89dc64228b93ebe1d69ed718ab88))
* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/DominikPinsel/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8))
* typo in Bearer ([754b90a](https://github.com/DominikPinsel/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19))
* Typo in Bearer ([#102](https://github.com/DominikPinsel/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/DominikPinsel/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779))
* update code with the new ssi lib main ([9497d3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/9497d3e27c218800c3bbb06118fe992651a6baf2))
* update code with the new ssi lib main ([3da1eff](https://github.com/DominikPinsel/managed-identity-wallet/commit/3da1effc24769751d908762d8edc7d1fa2947ef1))
* update helm-docs test action ([99a1e91](https://github.com/DominikPinsel/managed-identity-wallet/commit/99a1e91f05010b1dbd5d0b5c734ef703d8b1ef7f))
* update ssi agent lib version ([02b1f5a](https://github.com/DominikPinsel/managed-identity-wallet/commit/02b1f5a9e4a1c027d54778272def5c167d1b40e6))
* updated code as per review ([5961854](https://github.com/DominikPinsel/managed-identity-wallet/commit/5961854ad811615453ea2afff15c1e4955ca450d))
* updated spring boot and cloud version ([010ecab](https://github.com/DominikPinsel/managed-identity-wallet/commit/010ecab904a0ba4e85c3e4b885fbefb2ed6057e6))
* updated var name ([44af067](https://github.com/DominikPinsel/managed-identity-wallet/commit/44af0670f1e87b5ebedf88f66adcde89157d08fa))
* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/DominikPinsel/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900))
* **validation:** credential signer must be equal issuer ([12abe09](https://github.com/DominikPinsel/managed-identity-wallet/commit/12abe0993fab42cc01fa673ea4b01b9773004636))
* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3))
* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6))
* veracode log issue ([69cd4d8](https://github.com/DominikPinsel/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e))
* veracode log realted issue fix ([7908741](https://github.com/DominikPinsel/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2))
* VP test cases ([847f123](https://github.com/DominikPinsel/managed-identity-wallet/commit/847f123f0e3dc4679fd0a22ff287d774c894e8f8))
* VP validation tests ([09d337f](https://github.com/DominikPinsel/managed-identity-wallet/commit/09d337f85f70e1c6514dc111757264330dc2a3ac))
* wrong helm docs version in ci PR [#219](https://github.com/DominikPinsel/managed-identity-wallet/issues/219) ([3f1ed66](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f1ed6628854900a28ab87d54582a037986ed5c2))
* wrong helm-docs version in pipeline ([f5ba466](https://github.com/DominikPinsel/managed-identity-wallet/commit/f5ba466329452a8f21cdbe50821652cc6f7c4408))

### Features

* adapt request and wallet service ([c911d33](https://github.com/DominikPinsel/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/DominikPinsel/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9))
* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/DominikPinsel/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef))
* add "local.dev" to .gitignore ([0c4166d](https://github.com/DominikPinsel/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e))
* add "local.dev" to .gitignore ([6431f77](https://github.com/DominikPinsel/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909))
* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/DominikPinsel/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100))
* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/DominikPinsel/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14))
* add api docs, option asJwt ([9dc628b](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/DominikPinsel/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7))
* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/DominikPinsel/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778))
* add domain objects needed by sts infrastructure ([effb480](https://github.com/DominikPinsel/managed-identity-wallet/commit/effb4801b8788c9221f6a64b4a71c990d05f3a64))
* add dto objects for sts infrastructure ([103e7f2](https://github.com/DominikPinsel/managed-identity-wallet/commit/103e7f2100b2613a5ab82038795c9d8f3bf06d02))
* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7))
* add exceptions for sts infrastructure ([b4bb9b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4bb9b78be41c721e968e1a350bd22920467b8fe))
* add extra transaction ([b694d19](https://github.com/DominikPinsel/managed-identity-wallet/commit/b694d19b591df8b460ba45351e7936ef24b84331))
* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/DominikPinsel/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b))
* add header to changelog template ([45b79d0](https://github.com/DominikPinsel/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0))
* add helm-docs cmd to semantic-release ([ad46396](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad46396f35a51d7f56e62fbe49b3692e0f69cf50))
* add ignoring version ([1785080](https://github.com/DominikPinsel/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add initContainers ([#142](https://github.com/DominikPinsel/managed-identity-wallet/issues/142)) ([7317800](https://github.com/DominikPinsel/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269))
* add JWT verification and extend tests ([d83ce91](https://github.com/DominikPinsel/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/DominikPinsel/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* add logging of auth failures ([ec60117](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec60117e68e7e139afb1f1f24179237bae03762c))
* add logic regarding jti info store and check ([6809578](https://github.com/DominikPinsel/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))
* add missing relationships to entities ([56a48eb](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a48eb6b4eb8a6a451512d772bf4298fce8f4f4))
* add outputs to workflow environment ([859b748](https://github.com/DominikPinsel/managed-identity-wallet/commit/859b7485c973b08039e95407e2372a30774289ff))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/DominikPinsel/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* add sts properties ([018d9c0](https://github.com/DominikPinsel/managed-identity-wallet/commit/018d9c03430ecb15a73e753837a7a838eb7cca81))
* add token endpoint happy-path test ([d6c30bf](https://github.com/DominikPinsel/managed-identity-wallet/commit/d6c30bff5cec4f31498c512ecf06ed8237741d30))
* add tpl to miw ingress ([#143](https://github.com/DominikPinsel/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/DominikPinsel/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd))
* added administrator documentation ([1931fa0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83))
* added administrator documentation ([dd85726](https://github.com/DominikPinsel/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790))
* added body type to /token endpoint ([6a67c92](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a67c9266170d77d5161ea38f6e9a8fc76a213ba))
* added end user documentation ([83ae886](https://github.com/DominikPinsel/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f))
* added end user documentation ([670faca](https://github.com/DominikPinsel/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f))
* added new fields in did document ([8a17aec](https://github.com/DominikPinsel/managed-identity-wallet/commit/8a17aec6ddf330d730df0e9262c88abc2e297e0b))
* added test cases for getCredentials api ([56072f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a))
* added test cases for getCredentials api ([c3e5cd8](https://github.com/DominikPinsel/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129))
* adding draft for integration test, refactoring ([ce75056](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/DominikPinsel/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87))
* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/DominikPinsel/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807))
* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/DominikPinsel/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/DominikPinsel/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470))
* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/DominikPinsel/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/DominikPinsel/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039))
* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/DominikPinsel/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c))
* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/DominikPinsel/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc))
* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8))
* adds VVP Flow to architecture section ([32c5b9c](https://github.com/DominikPinsel/managed-identity-wallet/commit/32c5b9c4ece4a82fc799405e699ecd281c600e14))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/DominikPinsel/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319))
* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/DominikPinsel/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/DominikPinsel/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a))
* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/DominikPinsel/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7))
* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/DominikPinsel/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747))
* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/DominikPinsel/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263))
* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/DominikPinsel/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6))
* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/DominikPinsel/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0))
* authority wallet did in env ([139f9d9](https://github.com/DominikPinsel/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386))
* authority wallet did in env ([32d9587](https://github.com/DominikPinsel/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e))
* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/DominikPinsel/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f))
* bpnCredential added in wallet creation ([67c749f](https://github.com/DominikPinsel/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5))
* bpnCredential added in wallet creation ([8861877](https://github.com/DominikPinsel/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518))
* **build:** change default name of miw-app artifact ([29e65af](https://github.com/DominikPinsel/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a))
* **build:** change default name of miw-app artifact ([6804747](https://github.com/DominikPinsel/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51))
* caller BPN security added and test case modification for the same ([b375317](https://github.com/DominikPinsel/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3))
* caller BPN security added and test case modification for the same ([2e00386](https://github.com/DominikPinsel/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87))
* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/DominikPinsel/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5))
* CGD-347: manage log level at runtime ([1676bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131))
* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/DominikPinsel/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3))
* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/DominikPinsel/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633))
* CGD-444: sql migration added ([f2a1bc3](https://github.com/DominikPinsel/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa))
* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec))
* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a))
* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f))
* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a))
* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/DominikPinsel/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31))
* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/DominikPinsel/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc))
* **ci:** add --wait to helm install ([b4a56b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2))
* **ci:** add docker hub release workflow ([176f580](https://github.com/DominikPinsel/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2))
* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/DominikPinsel/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4))
* **ci:** add trigger on push ([ed85975](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c))
* **ci:** adjust to current setup ([ee92bf5](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79))
* **ci:** adjust to current setup ([9325bee](https://github.com/DominikPinsel/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49))
* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/DominikPinsel/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd))
* **ci:** enable manual trigger ([d800cc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e))
* **ci:** make chart standalone runnable ([be182e9](https://github.com/DominikPinsel/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f))
* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/DominikPinsel/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71))
* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/DominikPinsel/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb))
* **ci:** remove old acapy actions ([27afe80](https://github.com/DominikPinsel/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580))
* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599))
* **ci:** rename miw service GH repo ([e3431bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35))
* **ci:** run Helm unittests ([f11f824](https://github.com/DominikPinsel/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de))
* **ci:** semantic releases from develop branch ([#87](https://github.com/DominikPinsel/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/DominikPinsel/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded))
* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/DominikPinsel/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450))
* **ci:** update deprecated code ([386dcd9](https://github.com/DominikPinsel/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2))
* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df))
* code changes to create DidDocument ([1675ef4](https://github.com/DominikPinsel/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9))
* code changes to create DidDocument ([b7503a8](https://github.com/DominikPinsel/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/DominikPinsel/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0))
* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/DominikPinsel/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660))
* create initial class ([061faa7](https://github.com/DominikPinsel/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* credential get api type filter support added ([9d6a49d](https://github.com/DominikPinsel/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9))
* credential get api type filter support added ([3217576](https://github.com/DominikPinsel/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d))
* credential list api added ([e34cf00](https://github.com/DominikPinsel/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8))
* credential list api added ([bfc15fc](https://github.com/DominikPinsel/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b))
* credentials validation api wip ([0515ef6](https://github.com/DominikPinsel/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165))
* credentials validation api wip ([43454f9](https://github.com/DominikPinsel/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c))
* delete credential api and test cases added ([e56a52e](https://github.com/DominikPinsel/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202))
* delete credential api and test cases added ([3fbf420](https://github.com/DominikPinsel/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351))
* **dev:** add pgAdmin to local dev env ([#144](https://github.com/DominikPinsel/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/DominikPinsel/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c))
* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/DominikPinsel/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f))
* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/DominikPinsel/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49))
* **devel:** add environment type switch ([4a5c128](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8))
* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/DominikPinsel/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e))
* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/DominikPinsel/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92))
* **devel:** add helm values for local deployment ([895c506](https://github.com/DominikPinsel/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5))
* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/DominikPinsel/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069))
* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/DominikPinsel/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201))
* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/DominikPinsel/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785))
* **devel:** add more cleanup commands ([c18b1b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718))
* **devel:** add more cleanup commands ([672a08c](https://github.com/DominikPinsel/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a))
* **devel:** add new dev environment ([0858bf9](https://github.com/DominikPinsel/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39))
* **devel:** add new dev environment ([6a37e10](https://github.com/DominikPinsel/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2))
* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/DominikPinsel/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100))
* **devel:** add realm for local dev config ([56a67b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966))
* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/DominikPinsel/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d))
* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/DominikPinsel/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4))
* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/DominikPinsel/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845))
* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/DominikPinsel/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/DominikPinsel/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf))
* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/DominikPinsel/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954))
* **devel:** env-files move to dev folder ([660cac9](https://github.com/DominikPinsel/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7))
* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/DominikPinsel/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f))
* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/DominikPinsel/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/DominikPinsel/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d))
* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/DominikPinsel/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa))
* **devel:** Introduce Taskfile ([5d4a889](https://github.com/DominikPinsel/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6))
* **devel:** Introduce Taskfile ([a63ac91](https://github.com/DominikPinsel/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167))
* **devel:** make application port dynamic (parameter) ([8816c89](https://github.com/DominikPinsel/managed-identity-wallet/commit/8816c899e8aa2170e753f3250c74552d898520c2))
* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/DominikPinsel/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623))
* **devel:** moved to dev-assets folder ([a70115c](https://github.com/DominikPinsel/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a))
* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/DominikPinsel/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2))
* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/DominikPinsel/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32))
* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/DominikPinsel/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158))
* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/DominikPinsel/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2))
* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/DominikPinsel/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39))
* **devel:** Remove obsolete stuff ([94b075a](https://github.com/DominikPinsel/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167))
* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/DominikPinsel/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97))
* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/DominikPinsel/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027))
* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/DominikPinsel/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4))
* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/DominikPinsel/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea))
* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/DominikPinsel/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4))
* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e))
* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/DominikPinsel/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8))
* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/DominikPinsel/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc))
* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/DominikPinsel/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab))
* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/DominikPinsel/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1))
* **devel:** split tasks to own namespaces ([db0151c](https://github.com/DominikPinsel/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a))
* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/DominikPinsel/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1))
* **devel:** suppress task header in output ([87aff68](https://github.com/DominikPinsel/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/DominikPinsel/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98))
* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579))
* **devel:** update .gitignore ([33b7262](https://github.com/DominikPinsel/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca))
* **devel:** update readme ([74fdb21](https://github.com/DominikPinsel/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834))
* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/DominikPinsel/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af))
* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/DominikPinsel/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089))
* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/DominikPinsel/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922))
* **dev:** update README.md and introduce INSTALL.md for usage ([54b8d4a](https://github.com/DominikPinsel/managed-identity-wallet/commit/54b8d4ae9c859db2216ac3f85cbc56ab3cf6b950))
* did document resolver component changes reverted ([1d72ac0](https://github.com/DominikPinsel/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96))
* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/DominikPinsel/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a))
* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/DominikPinsel/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d))
* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/DominikPinsel/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c))
* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/DominikPinsel/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e))
* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/DominikPinsel/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a))
* **doc:** Extend Mac user information ([403362d](https://github.com/DominikPinsel/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0))
* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0))
* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/DominikPinsel/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb))
* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e))
* **doc:** mark important content in README.md ([43dec2d](https://github.com/DominikPinsel/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f))
* error msg updated ([2b305d2](https://github.com/DominikPinsel/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d))
* extend 'miw.security' properties ([e982919](https://github.com/DominikPinsel/managed-identity-wallet/commit/e9829195245780605a97e1cee5d22439c2f44c64))
* framework VC name changes and test case changes ([7952f4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523))
* framework VC name changes and test case changes ([ce0c230](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/DominikPinsel/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242))
* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/DominikPinsel/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e))
* **helm:** add additional unittests ([fc60d9a](https://github.com/DominikPinsel/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca))
* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/DominikPinsel/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d))
* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/DominikPinsel/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c))
* **helm:** add classname annotation to ingress ([d250497](https://github.com/DominikPinsel/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998))
* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/DominikPinsel/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5))
* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/DominikPinsel/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3))
* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/DominikPinsel/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16))
* **helm:** add container env and DB secrets ([f175786](https://github.com/DominikPinsel/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb))
* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/DominikPinsel/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff))
* **helm:** add default labels to secret ([dfe107d](https://github.com/DominikPinsel/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec))
* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/DominikPinsel/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530))
* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/DominikPinsel/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c))
* **helm:** add external chart repos ([30b04c2](https://github.com/DominikPinsel/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3))
* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/DominikPinsel/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720))
* **helm:** add full release name to ingress secret name ([474d988](https://github.com/DominikPinsel/ma…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants