Skip to content

Releases: fdo-rs/fido-device-onboard-rs

v0.5.1

25 Nov 12:33
5e89799
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Feb 16:33
6e0906a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.13...v0.5.0

v0.4.13

25 Jan 16:01
3d2dd62
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

27 Jul 09:13
9768cb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.4.12

v0.4.11

03 Jul 15:31
9250791
Compare
Choose a tag to compare

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

30 May 16:30
9386ea8
Compare
Choose a tag to compare

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

v0.4.9

28 Mar 13:30
fb54215
Compare
Choose a tag to compare

What's Changed

  • chore: bump time from 0.3.17 to 0.3.19 by @dependabot in #423
  • chore: bump clap from 4.1.4 to 4.1.6 by @dependabot in #419
  • fix: do not start two servers with the same unit by @7flying in #425
  • chore: don't require an explicit minor release of reqwest by @nullr0ute in #427
  • chore: bump http from 0.2.8 to 0.2.9 by @dependabot in #426
  • chore: bump libcryptsetup-rs from 0.6.0 to 0.6.1 by @dependabot in #420
  • fix(ci): missing dependencies due to the new Fedora release by @7flying in #428
  • Reboot option by @7flying in #410
  • chore: bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #430
  • chore(admin-tool): don't specify an explicit minor version for time by @7flying in #431
  • Extend support for device identification other than serial number by @sarmahaj in #396
  • chore: bump clap from 4.1.6 to 4.1.8 by @dependabot in #434
  • chore: add 'marshalling' to spellcheck-ignore by @7flying in #444
  • fix(serviceinfo): no authentication is needed when omitting service_info_auth_token by @nak3 in #441
  • fix: format in TESTING.md by @nak3 in #442
  • chore: bump openssl from 0.10.45 to 0.10.48 by @dependabot in #450
  • chore: bump devicemapper from 0.32.3 to 0.33.2 by @dependabot in #448
  • chore: bump for 0.4.9 release by @nullr0ute in #452

New Contributors

  • @nak3 made their first contribution in #441

Full Changelog: v0.4.8...v0.4.9

v0.4.8

17 Feb 07:52
cdf481b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

30 Nov 14:05
c7cfed7
Compare
Choose a tag to compare
  • Various minor updates and fixes
  • Container fixes
  • Dependency bumps and cleanups
  • Bug and documentation fixes

Release 0.4.5

29 Mar 19:48
v0.4.5
61145c3
Compare
Choose a tag to compare
Release 0.4.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.4.5