Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Nitrokey Start upgrade process #255

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2022

  1. start update: Require confirmation for SIGINT

    With this patch, we register a custom signal handler for the start
    update subcommand that asks the user for confirmation if they trigger a
    SIGINT signal, for example by pressing Ctrl+C.
    robin-nitrokey committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dab337a View commit details
    Browse the repository at this point in the history
  2. start update: Improve error messages

    This patch improves the error messages for the Nitrokey Start update
    process so that it no longer recommends device reinsertion.  Instead,
    users should try to repeat the update if it fails.  If they remove the
    device after an unsuccessful update, they risk bricking the device.
    robin-nitrokey committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a0aa8de View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. start: Don’t use pre-releases

    With this patch, we replace the /releases API endpoint with
    /releases/latest.  This endpoint only returns proper releases, not
    pre-releases, so users are no longer offered firmware release
    candidates.
    robin-nitrokey committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e4ac7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a489cb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    88bbbf4 View commit details
    Browse the repository at this point in the history