Skip to content

Releases: openwallet-foundation/acapy-vc-authn-oidc

v.2.3.1

29 Aug 17:21
b241eb2
Compare
Choose a tag to compare

This is a patch release with bugfixes and small improvements.

What's Changed

  • [chart] Add annotation to controller pods to force rollout on deploy by @i5okie in #839
  • [workflow] Add owf helm repo, and perform repo update by @i5okie in #838
  • [chart] hot-fix: deployment annotation by @i5okie in #840

Full Changelog: v2.3.0...v2.3.1

vc-authn-oidc-0.4.1

29 Aug 17:21
b241eb2
Compare
Choose a tag to compare

A Helm chart to deploy ACAPy VC-AuthN on OpenShift

vc-authn-oidc-0.4.0

29 Aug 00:23
03025bc
Compare
Choose a tag to compare

A Helm chart to deploy ACAPy VC-AuthN on OpenShift

v2.3.0

28 Aug 23:15
a20dd51
Compare
Choose a tag to compare

This release of VC-AuthN updates dependencies - including ACA-Py - and introduces a couple of new features for deploying the service as well as performing verifications.

New Features

  • The Helm chart was refactored to use the official ACA-Py chart as a dependency, rather than defining custom deployment templates.
  • VC-AuthN now supports the use of ephemeral short-lived connections. Connection-less presentations are still supported.

What's Changed

  • Update chart values, docs by @esune in #745
  • Support masking QR in darkmode browser extensions by @Gavinok in #744
  • Enable PKCE for KC IdP integration by @esune in #749
  • Basic browser detection and setting as query param in deeplink by @Gavinok in #746
  • Dependency updates by @loneil in #753
  • Remove legacy configuration options by @loneil in #752
  • Use ACA-Py 1.3.0 by @loneil in #763
  • Corrected dependabot path to pyproject.toml by @Gavinok in #774
  • Upgrade VCAuthN to ACA-Py 1.3.1 by @loneil in #795
  • Use BC showcase person credential for demo by @esune in #800
  • build(vue.js): Update Keycloak proof id and configuration by @Gavinok in #801
  • Connection based verification by @Gavinok in #802
  • Chart for USE_CONNECTION_BASED_VERIFICATION variable by @loneil in #810
  • Jul 25 Dependency updates by @loneil in #811
  • Implement socket ID management in AuthSession for High Availability by @Gavinok in #813
  • Refactor the helm chart to use Acapy helm chart as a dependency by @i5okie in #814
  • Handle restarted controller during authentication by @Gavinok in #816
  • Bump actions/checkout from 4 to 5 in the all-actions group by @dependabot[bot] in #822
  • Small tweaks to pyproject.toml by @esune in #826
  • [chart] Update helm chart, fix resource reference naming by @i5okie in #835
  • Make all created and expired timestamps rather than strings by @Gavinok in #828
  • Bump app version to 2.3.0 by @esune in #837

Full Changelog: v2.2.3...v2.3.0

v2.2.3

15 Mar 00:09
42717d6
Compare
Choose a tag to compare

This release of VC-AuthN is the first release from the new home of the project at the OpenWallet Foundation.

Changes focused on updating dependencies, improving the configuration capabilities of the service and modernizing dependency management by using Poetry.

It is now possible to define custom variable substitution functions to be used when templating proof-request configurations.
Additional metadata can now be added to proof-request configurations: it will be displayed on the QR code page, providing users with human-readable information about what is being requested, before scanning the QR code.

Upgrading from releases where chart version is <= 0.3.1

The chart dependencies have been updated:

  • PostgreSQL was updated to version 16, when upgrading from a previous version of the chart, manual intervention to upgrade the instance from an older version may be required. See the documentation.
  • MongoDB was updated to version 8, when upgrading from a previous version of the chart, manual intervention to upgrade the instance from an older version may be required. See the documentation.

Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: v2.2.2...v2.2.3

vc-authn-oidc-0.3.1

15 Mar 00:09
42717d6
Compare
Choose a tag to compare

A Helm chart to deploy ACAPy VC-AuthN on OpenShift

v2.2.2

29 Oct 21:26
4bc8e1b
Compare
Choose a tag to compare

Breaking Changes:

  • vc-authn-oidc chart no longer creates a discrete database secret.
  • When using the PostgreSQL chart, vc-authn-oidc chart will rely on the secret that is created by the PostgreSQL helm chart.
  • When using any other externally managed database, vc-authn-oidc chart requires specifying the name of the existing secret, along with the key names.
  • With the above changes, the secret keys have been updated to reflect default key names used by the PostgreSQL chart.
  • When including the vc-authn-oidc helm chart as a dependency of another chart, fullnameOverride is required.

Upgrading from releases where chart version is <= 0.2.4

When using the dependent PostgreSQL chart, the <release name>-vc-authn-oidc-postgresql secret must be modified:

  • The admin-password key must be renamed to postgres-password
  • The database-password key must be renamed to password

Additionally, the default database name has been changed from traction to askar-wallet to match what is actually being used by the agent.

What's Changed

Full Changelog: v2.2.1...v2.2.2

vc-authn-oidc-0.2.5

29 Oct 21:26
4bc8e1b
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift

v2.2.1

28 Sep 19:58
Compare
Choose a tag to compare

Version bumps to fix released chart

Full Changelog: v2.2.0...v2.2.1

vc-authn-oidc-0.2.4

28 Sep 19:58
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift