Skip to content

v0.3.0

Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 25 Mar 14:20
· 14 commits to main since this release
v0.3.0
c34359e
  • Bump minimum Python version from 3.9 to 3.9.2.
  • nitrokey.nk3.updates:
    • Remove UpdatePath, get_extra_information and get_finalization_wait_retries from public API.
    • Remove obsolete UpdateUi.request_repeated_update method.
    • Show warning when updating from bootloader mode and if the status command is not available.
    • Reboot devices in firmware mode before the update to make sure that the status is up to date.
    • Add Warning enum, show_warning and raise_warning methods to UpdateUi and ignore_warnings argument to UpdateUi.__init__.
  • Add support for updates to Nitrokey 3 firmware v1.8.2.
  • Add support for setting a minimum SDK version in firmware update containers.
    • Add an sdk field to nitrokey.trussed.FirmwareContainer.
    • Check SDK version in nitrokey.nk3.updates.Updater.update.
    • Add nitrokey.nk3.updates.Warning.SDK_VERSION variant.

All Changes