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

offline-update: Add multi-target bundle support #387

Merged
merged 4 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. offline-update: Add multi-target bundle support

    Add a proper support of multi-target bundles with all required checking
    and security. It is achieved by adding an additional signed metadata
    file/json that contains an info about a bundle's targets.
    
    - Send `bundle-targets.json` to the `target/meta` handler if exists.
    - Receive and store the bundle targets meta if the handler returns them.
    
    The `bundle-targets.json` will be used by the offline updater to
    determine targets that can be installed by using a given bundle.
    
    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dc629ff View commit details
    Browse the repository at this point in the history
  2. offline-update: Sign bundle with offline key

    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5e4414b View commit details
    Browse the repository at this point in the history
  3. offline-update: Add command to print info about bundle

    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5a2b250 View commit details
    Browse the repository at this point in the history
  4. offline-update: Check bundle meta in each sub-command

    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    42e2a20 View commit details
    Browse the repository at this point in the history