v2.2.2
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 topostgres-password
- The
database-password
key must be renamed topassword
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
- Migrate vc-authn to use poetry for dependancy managment by @Gavinok in #635
- add helm chart entry for managing the ttl index by @Gavinok in #640
- Add missing auth-session-ttl volume mount by @esune in #642
- Fix session timeout volume mount type by @esune in #643
- Temporarily disable session timeout config file by @esune in #644
- Documentation for variable subs by @loneil in #641
- Fix proof request explorer popup target by @loneil in #652
- [helm] Fix typo in _helpers by @i5okie in #653
- Add back handshake protocols by @loneil in #650
- extended probe timing by @Gavinok in #655
- Bump winston from 3.14.2 to 3.15.0 in /demo/vue/app by @dependabot in #654
- Append @pres_req_conf_id to sub by @Gavinok in #656
- Python version upgrade and remove deprecated functions by @Gavinok in #658
- [Workflows] Add step to install oc cli by @i5okie in #664
- Chore/oct15 dep updates by @loneil in #665
- Helm Chart Improvements by @i5okie in #657
- Release/2.2.2 by @esune in #671
Full Changelog: v2.2.1...v2.2.2