Skip to content

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

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

v2.2.0

28 Sep 19:07
f1f9cd9
Compare
Choose a tag to compare

What's Changed

  • Add CANdy prod ledger to local Docker environment by @esune in #590
  • Migrate GHA deployment workflow to ArgoCD triggering by @i5okie in #564
  • Present proof 2 by @Gavinok in #560
  • [hotfix] Fix typo in helm-testing step by @i5okie in #591
  • [Workflow FIx] Trigger e79518-dev-vc-authn-oidc instead of test by @i5okie in #592
  • Dependency updates by @loneil in #593
  • Bump ACA-Py to 1.0.0rc5 in chart values by @esune in #595
  • [workflow] Set fetch-depth to 0 to fetch all history by @i5okie in #596
  • [Helm] Remove reference to postgresql-ha by @i5okie in #597
  • Workflow does not detect changes to the helm chart files by @i5okie in #598
  • Update ACA-Py 1.0.0 RC and other libraries by @loneil in #606
  • Bump winston from 3.13.1 to 3.14.1 in /demo/vue/app by @dependabot in #607
  • Add name from config to proof request by @loneil in #609
  • Prepare for 2.2.0 release by @esune in #610
  • Dependency updates by @loneil in #614
  • Always deploy dev environment from main by @esune in #617
  • Bump fastapi from 0.112.1 to 0.112.2 in /oidc-controller by @dependabot in #616
  • Minor dependency updates by @loneil in #619
  • Add variable substitution for proof configs by @loneil in #626
  • Configure invitation label for proofs by @loneil in #627
  • Use Int representations for YYYYMMDD replacement values by @loneil in #629
  • [helm] Remove not function, cleanup definitions by @i5okie in #620
  • [FIX] Helm chart templates not picking up values as expected by @i5okie in #633

Full Changelog: v2.1.0...v2.2.0

vc-authn-oidc-0.2.3

28 Sep 19:08
f1f9cd9
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift

v2.1.0

24 Jul 19:30
a6a4936
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

vc-authn-oidc-0.2.2

24 Jul 19:30
a6a4936
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift