Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions charts/vc-authn-oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.1.0](https://github.com/openwallet-foundation/helm-charts/compare/vc-authn-oidc-1.0.0...vc-authn-oidc-1.1.0) (2026-04-13)

### Features

* **vc-authn-oidc:** 2.4.0 release; Upgrade Acapy chart to 1.0.0; Requires data migration ([#114](https://github.com/openwallet-foundation/helm-charts/issues/114)) ([1a3f8a3](https://github.com/openwallet-foundation/helm-charts/commit/1a3f8a34e478f4e0d1b44c2e7623cb9936455035))
* **vc-authn-oidc:** add WebVH plugin support ([#103](https://github.com/openwallet-foundation/helm-charts/issues/103)) ([27d04b3](https://github.com/openwallet-foundation/helm-charts/commit/27d04b3a1dc84d0fc4444cfce42a7b35c12bac86))
* **vc-authn-oidc:** add WebVH plugin support ([#97](https://github.com/openwallet-foundation/helm-charts/issues/97)) ([985bf33](https://github.com/openwallet-foundation/helm-charts/commit/985bf332c4fe2b6b7160227e0abf016d49eb154e))

### Bug Fixes

* **vc-authn-oidc:** Add session affinity configuration to service ([#99](https://github.com/openwallet-foundation/helm-charts/issues/99)) ([fa78f39](https://github.com/openwallet-foundation/helm-charts/commit/fa78f39870f620c1eed04a85cda56cab1fcab0de))
* **vc-authn-oidc:** enable debug-webhooks in acapy agent ([#112](https://github.com/openwallet-foundation/helm-charts/issues/112)) ([b1d8adc](https://github.com/openwallet-foundation/helm-charts/commit/b1d8adc9563cdf68131ba708cb202d960b2da928))
## [1.0.0](https://github.com/openwallet-foundation/helm-charts/compare/vc-authn-oidc-0.6.1...vc-authn-oidc-1.0.0) (2026-02-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart to deploy ACAPy VC-AuthN on OpenShift
type: application

appVersion: "2.4.0"
version: 1.0.0
version: 1.1.0

maintainers:
- email: emiliano.sune@quartech.com
Expand Down