Releases: fdo-rs/fido-device-onboard-rs
Releases · fdo-rs/fido-device-onboard-rs
v0.5.5
What's Changed
- chore: bump openssl from 0.10.70 to 0.10.72 by @dependabot in #758
- fix: replace default.target with initrd.target by @lbrabec in #762
- ci(mergify): upgrade configuration to current format by @mergify in #766
- chore: bump tokio from 1.36.0 to 1.45.1 by @dependabot in #769
- chore: bump actions/upload-artifact from 3 to 4 by @dependabot in #593
- chore: bump actions/checkout from 3 to 4 by @dependabot in #551
- chore: bump regex from 1.10.3 to 1.11.1 by @dependabot in #752
- chore: bump tss-esapi crate to 7.6 by @nullr0ute in #772
- chore: fix the container deps by @nullr0ute in #775
- chore: bump for 0.5.5 release by @pcdubs in #771
New Contributors
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- packit: drop centos propose downstream and jobs by @runcom in #743
- fix: packit: bring back pkg_tool centpkg by @runcom in #744
- Makefile tarball targets by @mmartinv in #745
- chore: describe how to release a new version by @mmartinv in #746
- chore: allow libcryptsetup-rs >= 0.11.2 by @mmartinv in #739
- chore: bump diesel from 2.2.3 to 2.2.7 by @dependabot in #728
- Update to latest version of aws-nitro-enclaves-cose by @mmartinv in #724
- chore: bump reqwest from 0.12.7 to 0.12.9 by @dependabot in #751
- chore: bump ring from 0.17.8 to 0.17.13 by @dependabot in #754
- chore: bump futures from 0.3.30 to 0.3.31 by @dependabot in #753
- chore: prepare 0.5.4 release by @nullr0ute in #757
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- chore: update CONTRIBUTING with additional deps by @miabbott in #721
- Fix the aws-nitro-enclaves patches and serveral problems reported by clippy by @mmartinv in #722
- New makefile targets by @mmartinv in #725
- Packit changes by @mmartinv in #726
- chore: bump openssl from 0.10.66 to 0.10.70 by @dependabot in #733
- chore: bump for 0.5.3 release by @mmartinv in #738
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- chore(.packit.yaml): propose update when building by @runcom in #694
- fix dependabot issues by @mmartinv in #697
- chore(packit): add pre-sync to fix propose-downstream action by @runcom in #695
- chore: bump serde_bytes from 0.11.14 to 0.11.15 by @dependabot in #696
- dependabot: fix reviewers by @7flying in #699
- chore(.packit.yaml): allow committers to dist-git to trigger koji/bodhi by @runcom in #702
- chore(deps): bump rustls to 0.23.18 by @nullr0ute in #700
- chore: bump serde_repr from 0.1.17 to 0.1.19 by @dependabot in #703
- chore: move from tempdir to tempfile by @decathorpe in #710
- chore: bump libcryptsetup-rs from 0.9.2 to 0.11.2 by @dependabot in #711
- chore: bump log from 0.4.21 to 0.4.22 by @dependabot in #705
- chore: bump for 0.5.2 release by @nullr0ute in #712
- chore: fix up cargo.lock by @nullr0ute in #714
New Contributors
- @decathorpe made their first contribution in #710
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- chore: update patch for new release by @nullr0ute in #625
- chore: fix require error with commitlint by @miabbott in #636
- fix(license): replace space with - in Apache 2.0 by @7flying in #632
- fix(data-formats): use serde_tuple serializer for error messages by @mmartinv in #629
- fix: cargo test for non-root users by @mmartinv in #635
- fix(get_current_user_name): remove trailing whitespaces. by @mmartinv in #638
- chore: bump mio from 0.8.10 to 0.8.11 by @dependabot in #640
- fix: vendored tarfile creation by @mmartinv in #634
- fix: static-mut-refs warning by @7flying in #651
- Enable CentOS 9 builds and add Testing Farm e2e tests by @mmartinv in #650
- Add an OV re-registration window option when using DB storage by @7flying in #643
- chore: bump pem from 2.0.1 to 3.0.3 by @dependabot in #639
- chore: bump h2 from 0.3.25 to 0.3.26 by @dependabot in #659
- feat: verify trusted manufacturers by @mmartinv in #656
- database enhancements by @runcom in #666
- chore: bump openssl to 0.10.66 by @7flying in #664
- chore(store): make the store OVs agnostic by @runcom in #671
- feat(manufacturing-server): implement an export OVs endpoint by @runcom in #673
- fix(systemd-units): run before powering off the system by @mmartinv in #676
- fix(dracut): use isolate on error in the manufacturing-client service by @mmartinv in #678
- fix(systemd-generator): write configuration to '/run' by @mmartinv in #677
- fix(owner-tool): use the new API to export ovs by @runcom in #675
- chore: update diesel to 2.2.3 by @7flying in #669
- chore: bump reqwest from 0.11.27 to 0.12.7 by @dependabot in #683
- fix: use centos-stream-9 target instead of epel-9 by @mmartinv in #687
- enhance onboarding testing by @mmartinv in #681
- ci: add konflux test cases by @yih-redhat in #688
- fix(make-vendored-tarfile.sh): exclude idna tests with unicode points by @runcom in #692
- chore: bump for 0.5.1 by @runcom in #693
New Contributors
- @miabbott made their first contribution in #636
- @yih-redhat made their first contribution in #688
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.13
What's Changed
- fix: drop unused sha-crypt dep by @nullr0ute in #538
- feat: replace shadow and passwd crates with our built-in functions by @7flying in #539
- fix: use J option (xz) instead of j (bzip2) for compression by @7flying in #540
- test: some fdo container test fixes by @henrywang in #530
- fix(spec): add both clients as fdo-admin-cli's Requires by @7flying in #541
- fix: relabel devcreds before onboarding by @runcom in #543
- chore: fixup paths for selinux by @runcom in #547
- docs(howto): fix config file names by @PLangowski in #550
- docs: Update outdated FDO spec links by @mmartinv in #555
- fix: Spelling corrections by @Bert-R in #561
- fix: bump openssl-kdf to 0.4.2 by @7flying in #569
- chore: bump rustix from 0.37.19 to 0.37.26 by @dependabot in #570
- chore: bump warp-sessions from 1.0.18 to 1.0.19 by @dependabot in #473
- docs: update HOWTO.md by @rdotjain in #574
- chore: bump devicemapper from 0.33.5 to 0.34.0 by @dependabot in #573
- fix(docs): Update HOWTO.md by @rdotjain in #576
- fix(admin-tool): call the 'fdo-owner-tool' with the correct arguments by @mmartinv in #564
- fix: integration-tests: remove users crate by @djach7 in #577
- chore: bump openssl from 0.10.55 to 0.10.60 by @dependabot in #581
- fix: cargo test failing in dev container by @djach7 in #590
- tests: add cargo test to dev container ci by @djach7 in #592
- chore: bump github/codeql-action from 2 to 3 by @dependabot in #589
- chore: bump unsafe-libyaml from 0.2.8 to 0.2.10 by @dependabot in #595
- chore: fix clippy warnings after rustc v1.75.0 update by @7flying in #596
- chore: bump tera from 1.18.1 to 1.19.1 by @dependabot in #549
- chore: bump log from 0.4.18 to 0.4.20 by @dependabot in #542
- chore: bump warp requirement explicitly to 0.3.6 by @nullr0ute in #597
- Spec fixes by @nullr0ute in #598
- chore: fix Fedora Packit builds by @7flying in #582
- chore: bump pretty_env_logger from 0.4.0 to 0.5.0 by @dependabot in #511
- chore: bump config from 0.13.3 to 0.13.4 by @dependabot in #602
- Fix hashing of Device Certificate Chain in Ownership Voucher by @ben-krieger in #601
- chore: bump actions/cache from 3 to 4 by @dependabot in #604
- chore: bump shlex from 1.1.0 to 1.3.0 by @dependabot in #607
- chore: bump tss-esapi crate to 7.4 by @nullr0ute in #608
- chore: bump h2 from 0.3.19 to 0.3.24 by @dependabot in #606
- chore: bump for 0.4.13 release by @nullr0ute in #610
New Contributors
- @PLangowski made their first contribution in #550
- @mmartinv made their first contribution in #555
- @Bert-R made their first contribution in #561
- @ben-krieger made their first contribution in #601
Full Changelog: v0.4.12...v0.4.13
v0.4.12
What's Changed
- Dev dependencies by @7flying in #525
- CI: Add FDO container integration test CI by @henrywang in #526
- ci: install jq in "Get Current Job Log URL" step by @henrywang in #527
- test: remove ssh key files and generate them on the fly by @henrywang in #528
- ci: fix working directory issue by @henrywang in #529
- chore: add client-linuxapp container by @rdotjain in #521
- [WIP] chore: Update e2e tests to check flow with multiple ssh keys per user by @rdotjain in #533
- Change TCTI type from
Tabrmd
toDevice
(Kernel RM) by @7flying in #536 - feat(manufacturing-client): use default ipv4 iface route if not provided by @sarmahaj in #491
- Prepare 0.4.12 by @nullr0ute in #537
New Contributors
- @henrywang made their first contribution in #526
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- chore: update libcryptsetup to 0.8.0 and fix API changes by @7flying in #509
- User creation with password by @djach7 in #437
- chore: fix wrong links in container's README by @7flying in #512
- chore: minor updates to make vendored script by @nullr0ute in #513
- chore: bump openssl from 0.10.53 to 0.10.55 by @dependabot in #515
- chore: bump devicemapper from 0.33.4 to 0.33.5 by @dependabot in #517
- fix: explicitly mark LUKS2 for context load by @7flying in #519
- chore: update ssh-key format in tests to match real-world usage by @7flying in #522
- Update rpm spec file and prepare for 0.4.11 release by @nullr0ute in #524
New Contributors
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
- feat: integrate with Packit by @runcom in #456
- feat: integrate Packit with COPR by @runcom in #457
- Allow MAC addresses as mfg_string_type by @7flying in #451
- ci: replace actions-rs/toolchain with dtolnay/rust-toolchain by @7flying in #384
- chore: update README with RMPs and containers information by @runcom in #458
- chore: fix Packit RPM version by @runcom in #459
- chore: remove unused function
get_hash_two_items
by @nak3 in #465 - chore: add serviceinfo API server to crates list by @nak3 in #467
- ci: fix integration test with TPM by @nak3 in #471
- chore: bump pem from 1.1.1 to 2.0.1 by @nak3 in #472
- chore: bump h2 from 0.3.16 to 0.3.17 by @dependabot in #474
- chore: update HOWTO.md by @7flying in #460
- feat(data-formats): Support encoding the large number by cborparser by @nak3 in #464
- chore: bump clap from 4.1.14 to 4.2.4 by @dependabot in #484
- chore: bump serial_test from 1.0.0 to 2.0.0 by @dependabot in #461
- chore: bump tempfile from 3.4.0 to 3.5.0 by @dependabot in #455
- chore: bump enumflags2 from 0.7.5 to 0.7.7 by @dependabot in #488
- feat(serviceinfo_api_server): implement per device Serviceinfo initial user and sshkey by @sarmahaj in #479
- feat(admin-tool): configure X509 certificate's expiration date by @7flying in #480
- test(e2e2): remove accidentally added block of lines by @sarmahaj in #492
- chore: specify supported Fedora releases in CONTRIBUTING by @7flying in #482
- chore: Update libcryptsetup-rs to 0.7 by @nullr0ute in #501
- chore: bump for 0.4.10 release by @nullr0ute in #502
Full Changelog: v0.4.9...v0.4.10