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