Releases: bcgov/traction
v1.1.2
traction-0.3.7
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
v1.1.1
What's Changed
- Fix: Correctly generate invitation URLs for peer DIDs in /connections… by @MonolithicMonk in #1510
- ACA-Py Update to 1.2.3 by @loneil in #1528
- feat(connections): Add alias field to invitation response schema by @MonolithicMonk in #1511
- Mar 9 lib updates by @loneil in #1533
- Prepare 1.1.1 release by @esune in #1534
New Contributors
- @MonolithicMonk made their first contribution in #1510
Full Changelog: v1.1.0...v1.1.1
traction-0.3.6
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
v1.1.0
This release focuses on general usability improvements, bugfixes and dependency updates.
A notable change is the removal of default resource limits in the Helm chart: this will allow deployers to specify their own limits or not specify limits at all, depending on their setup and deployment scenario. Removing resource limits (with the appropaiate k8s setup) should reduce significantly throttling issues experienced by the services.
Breaking Changes:
- PostgreSQL version has been updated to 16.4. Updating existing deployments will require manual intervention to upgrade the database using an
init container
or other method invoking pg_upgrade
What's Changed
- Readonly ledger support by @Gavinok in #1412
- Tenant UI dependency updates by @loneil in #1425
- Helm chart update - Do not pre-create a custom database by @i5okie in #1428
- Update argfiles for PRs for DB name and tails by @loneil in #1426
- Tenant UI library updates by @loneil in #1432
- Remove unused dependencies, general tweaks by @esune in #1433
- Use config for IDIR button on innkeeper by @loneil in #1448
- Remove unused endorser settings/parameters by @esune in #1459
- feat: Loki Log Streaming by @amanji in #1385
- Sass fixes and library updates by @loneil in #1483
- ACA-Py 1.2.1 updates by @loneil in #1477
- Helm: remove default resource limits, update chart dependencies by @esune in #1479
- ACA-Py 1.2.2 (and askar version) update by @loneil in #1503
- [Breaking change] Update chart to use PostgreSQL 16.4 by @i5okie in #1489
- Use 1.1.0 as Traction app version by @loneil in #1504
Full Changelog: v1.0.0...v1.1.0
traction-0.3.5
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
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
traction-0.3.4
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
v0.5.1
What's Changed
- Workflow does not detect changes to the helm chart files by @i5okie in #1297
- Support fully delete/drop tenant and associated wallet by @Gavinok in #1294
- Use ACA-Py 0.12.2 proper by @loneil in #1308
- Node version update by @loneil in #1309
- Delete closed PR images by @esune in #1292
- Fixes for Presentations table expand, axios vuln update by @loneil in #1321
- Disable image pruning by @esune in #1322
- Cleanup workflows and values by @i5okie in #1331
- Use 0.12.2 tag for plugin by @loneil in #1332
- Prepare 0.5.1 release by @esune in #1333
Full Changelog: v0.5.0...v0.5.1
traction-0.3.3
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.