Skip to content

v2.2.2

Compare
Choose a tag to compare
@esune esune released this 29 Oct 21:26
· 37 commits to main since this release
4bc8e1b

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