v0.2.0
What's Changed
- Cargo.toml: tss-esapi bindings by @aplanas in #459
- Use cargo tarpaulin with the --all-features flag by @avery-blanchard in #460
- Increase unit testing by @avery-blanchard in #464
- README: mark Rust agent as the offical one, fix cargo run command by @THS-on in #466
- Cargo: Drop unused dependencies rust-ini and toml by @ansasaki in #471
- systemd: start agent after network is online by @THS-on in #487
- Enabling more e2e tests in Packit CI by @kkaarreell in #476
- main: only read uuid from KeylimeConfig by @THS-on in #486
- Split crates into library and applications by @ueno in #481
- add support for cargo deb by @THS-on in #484
- CI tests: Do not remove Fedora tag repository by @kkaarreell in #488
- Disable dnf-makecache.service to save RAM by @kkaarreell in #475
- build(deps): bump tokio from 1.21.1 to 1.23.0 by @dependabot in #483
- build(deps): bump openssl from 0.10.41 to 0.10.45 by @dependabot in #493
- build(deps): bump tokio from 1.23.0 to 1.24.2 by @dependabot in #503
- keylime-agent: remove const_err deny by @aplanas in #501
- packit-ci: Add hotfix for tpm2-tss Fedora BZ#2158598 by @kkaarreell in #504
- Cargo.toml: tss-esapi bindings by @aplanas in #502
- build(deps): bump futures from 0.3.24 to 0.3.25 by @dependabot in #496
- build(deps): bump bumpalo from 3.11.0 to 3.12.0 by @dependabot in #505
- build(deps): bump libc from 0.2.133 to 0.2.139 by @dependabot in #494
- build(deps): bump serde_json from 1.0.85 to 1.0.91 by @dependabot in #491
- build(deps): bump base64 from 0.13.0 to 0.13.1 by @dependabot in #495
- crypto, mTLS: allow certificate chain for trusted_client_ca by @THS-on in #511
- Remove unused option "openstack" for obtaining uuid by @Koncpa in #498
- Refactor async code synchronization by @ansasaki in #499
- e2e tests: Fix test name by @kkaarreell in #516
- Add missing e2e tests and reordering tests based on alphabetical order by @Koncpa in #518
- config: Fix overriding options with env vars by @ansasaki in #514
- build(deps): bump thiserror from 1.0.36 to 1.0.38 by @dependabot in #492
- cargo deb: include shim.py in packaging by @THS-on in #517
- build(deps): bump tss-esapi from 7.1.0 to 7.2.0 by @dependabot in #519
- Update tokio, uuid, and clap minimum versions by @ansasaki in #520
- Deprecate
with-zmq
andlegacy-python-actions
features by @ansasaki in #521 - packit: Re-enable tests on Fedora Rawhide by @ansasaki in #523
- Update tss-esapi in Cargo.toml by @aplanas in #522
- ima-emulator: Implement graceful shutdown by @ansasaki in #525
- packit: Remove workaround for Fedora BZ#2158598 by @ansasaki in #527
- Bump version to 0.2.0 by @ansasaki in #526
New Contributors
- @dependabot made their first contribution in #483
Full Changelog: v0.1.0...v0.2.0