Releases: bcgov/traction
v1.2.2
This release brings in a couple of tweaks and fixes, and restores the full payloads in webhooks after the upgrade to ACA-Py 1.3.2 and the related breaking change.
What's Changed
- [workflow] Update chart releaser workflow by @i5okie in #1739
- Simplify chart-releaser workflow by @i5okie in #1740
- [chart] Set default acapy agent image tag, bump chart version by @i5okie in #1742
- Add ability for tenants to preserve exchange records - off by default by @esune in #1753
Full Changelog: v1.2.1...v1.2.2
traction-0.4.2
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
v1.2.1
This release contains several dependency updates, as well as a bigger refactoring of the Traction Helm Chart to use the ACA-Py chart as a dependency.
Breaking Changes
The Helm Charts were restructured to use the ACA-Py chart published in the OpenWallet Foundation helm-charts repo, removing custom deployment descriptors that were - up until version 0.3.8 - maintained in this repo. For information about the changes in this release and tips to upgrade to the latest chart version, please refer to Traction's chart upgrade guide.
What's Changed
- Fix unique wallet name function by @PatStLouis in #1643
- Traction and Tenant UI dependency updates by @loneil in #1637
- Resolve warnings from running tests by @Gavinok in #1638
- Vite 7 tenent UI update by @loneil in #1644
- Bump ruff from 0.12.0 to 0.12.1 in /plugins/traction_innkeeper by @dependabot[bot] in #1646
- Tenant UI: Update to Node 24 and Express 5 by @loneil in #1647
- ACA-Py version 1.3.1 upgrade by @loneil in #1650
- Tenant UI Backend: Transition to ESM, upgrade to ESLint 9 by @loneil in #1654
- Tenant UI frontend ESLint 9 upgrade by @loneil in #1660
- Dependency updates by @loneil in #1665
- Bump actions/checkout from 4 to 5 in the all-actions group by @dependabot[bot] in #1680
- Builder actions, and PR workflow improvements by @i5okie in #1689
- [helm] Refactor helm-chart to use ACA-Py chart as subchart by @i5okie in #1688
- feat(chart): update acapy chart, refactor helper and deployment to use exstisting secrets by @i5okie in #1712
- feat(chart): Update ACA-Py chart, disable wallet seed by @i5okie in #1721
- feat(chart): bump acapy chart dependency with ingress fixes, cleanup templates by @i5okie in #1722
- ACA-Py 1.3.2 upgrades by @loneil in #1698
- Bump app version in Chart.yaml by @esune in #1737
- Create migration/upgrade docs for helm by @esune in #1738
New Contributors
- @PatStLouis made their first contribution in #1643
Full Changelog: v1.2.0...v1.2.1
traction-0.4.1
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
traction-0.4.0
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
v1.2.0
This release updates the version of ACA-Py used by Traction to 1.3.0: this ACA-Py version is the first to officially remove the deprecated connections protocol, however Traction will continue for the time being to support it by using the connections plugin to maintain backwards compatibility.
A new plugin has also been added to Traction, the WebVH plugin: it adds support for managing DIDs created using WebVH and interacting with controllers/witnesses.
Please note: in order to use WebVH functionality, the tenant will need to be upgraded to use the askar-anoncreds wallet type. This is a irreversible, one-way migration - more information about the AnonCreds wallet type can be found here.
What's Changed
- Bump @typescript-eslint/parser from 8.26.1 to 8.27.0 in /services/tenant-ui by @dependabot in #1542
- Bump ts-jest from 29.2.6 to 29.3.0 in /services/tenant-ui by @dependabot in #1543
- Use public CA instead of specifying for oc-login in actions by @loneil in #1549
- Fix incorrect ref when building images by @esune in #1556
- Remove environment definitions from deployment jobs by @loneil in #1558
- Update Poetry Version by @Gavinok in #1557
- Use did:peer:4 for didexchange by @esune in #1561
- Innkeeper unit tests and unify linters by @Gavinok in #1565
- Trigger PR deployment on PR values change by @esune in #1571
- Innkeeper unit tests for the remaining files by @Gavinok in #1591
- ACA-Py 1.3.0 + WebVH Plugin by @esune in #1578
- Prepare for 1.2.0 release by @esune in #1605
Full Changelog: v1.1.2...v1.2.0
traction-0.3.8
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
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