Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: canonical/chisel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: canonical/chisel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 4, 2024

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    cb31f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c32d94 View commit details
    Browse the repository at this point in the history
  3. feat: integrity checks for Ubuntu Release files (#106)

    This adds the functionalities to add public keys to validate archive InRelease file signatures. Instead of downloading the "Release" files for different suites, download the signed "InRelease" file and validate the signature with the provided key(s).
    
    This also extends the chisel release with public keys definitions. They are stored in ASCII armored format in the top-level public-keys property by name (v1-public-keys during the transition). They are then referenced by name in the public-keys list property in archive definitions.
    letFunny authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b659240 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: add support for chisel release format "v1" (#115)

    This commits adds support for "v1" which changes the "v1-public-keys"
    field into "public-keys". The "chisel-v1" format is still supported.
    letFunny authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a88e105 View commit details
    Browse the repository at this point in the history
Loading