v1.0.0
This release marks the first major release for Traction. It includes some breaking changes that should be noted, in particular regarding the Helm chart and upgrading from older releases.
Upgrading from releases where chart version is <= 0.3.3
When using the dependent PostgreSQL chart, the <release name>-traction-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.
Breaking Changes:
- Traction chart no longer creates a discrete database secret.
- When using the PostgreSQL chart, Traction chart will rely on the secret that is created by the PostgreSQL helm chart.
- When using any other externally managed database, Traction 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.
What's Changed
- Dependency updates by @loneil in #1334
- Always deploy dev environment from main by @esune in #1341
- chore(deps): Bump marked from 14.0.0 to 14.1.0 in /services/tenant-ui/frontend by @dependabot in #1340
- Don't use endorser service by @loneil in #1344
- Improvements to Tenant Deletion by @esune in #1330
- Disable clean-ghcr job in Uninstall PR Instance workflow by @i5okie in #1351
- Added middleware to prevent suspended tenants from making use of tokens by @Gavinok in #1372
- Tenant UI dependency updates by @loneil in #1373
- Upgrade innkeper plugin for aca-py v1.0.0 by @jamshale in #1260
- Fix broken link to AnonCreds workshop by @weslord in #1386
- Use "sandbox" Tools env bcovrin-test endorser for default helm file by @loneil in #1389
- Manage script including arm virtualisation by @H4LL in #1388
- [Workflows] Add step to install oc cli by @i5okie in #1400
- ACA-Py 1.0.1 update by @loneil in #1398
- Helm Chart Improvements by @i5okie in #1381
- 1.1.0 Upgrade and OWF reference changes by @loneil in #1407
- Prepare 1.0.0 release by @esune in #1422
New Contributors
Full Changelog: v0.5.1...v1.0.0