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.10.0
Choose a base ref
...
head repository: canonical/chisel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 2 contributors

Commits on Aug 6, 2024

  1. chore: update spread test to latest release changes (#147)

    * also change slice to base-passwd_data
    
    Simpler slice with mutation scripts that is consistent across versions
    of Chisel and we do not foresee changes to it in the near future.
    letFunny authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    73e7a7c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 14, 2024

  1. feat: internal manifest package (#144)

    Add Manifest abstraction on top of the jsonwall format.
    letFunny authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2cea830 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. chore: publish release checksums (#155)

    Rafid Bin Mostofa authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ac90003 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. feat: add info command (#101)

    Add new info command which shows detailed information about packages and slices.
    
    Co-authored-by: Alberto Carretero
    Rafid Bin Mostofa authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    247bdb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. feat: create manifest.wall (#142)

    This commit adds support for the creation of the manifest.wall file. The manifest file(s) are generated at the specified paths, marked with the "generate: manifest" keyword. The files are ZSTD compressed and have the basename "manifest.wall". The format of the Chisel DB follows the RK009 spec.
    letFunny authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    33bed22 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    406881b View commit details
    Browse the repository at this point in the history
  2. fix: info supports "generate" paths (#163)

    Currently the info command does not support the "generate" keyword in
    paths. This is a bug.
    
        $ chisel info --release ubuntu-24.04 base-files_chisel
        2024/10/07 08:47:57 Consulting release repository...
        2024/10/07 08:47:57 Cached ubuntu-24.04 release is still up-to-date.
        2024/10/07 08:47:57 Processing ubuntu-24.04 release...
        error: internal error: unrecognised PathInfo type: generate
    
    This commit fixes the said bug and adds support for "generate"-kind
    paths in the info command.
    Rafid Bin Mostofa authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    302ec57 View commit details
    Browse the repository at this point in the history
  3. fix: deprecate "chisel-v1" format (#150)

    This commit deprecates support for the "chisel-v1" format in chisel.
    Notably the following fields/values are no longer supported:
    
        - The "chisel-v1" value for top-level field "format". Use "v1"
          instead.
        - The "<archive>.v1-public-keys" field. Use "<archive>.public-keys"
          instead.
        - The top-level "v1-public-keys" field. Use "public-keys" instead.
    
    BREAKING CHANGE: New versions of chisel which includes this commit will
        no longer support the "chisel-v1" format in chisel-releases. Either
        update the "chisel.yaml" file in chisel-releases or use a lower
        version which does not have this commit.
    
    Co-authored-by: Rafid Bin Mostofa
    letFunny authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    944ee7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5974449 View commit details
    Browse the repository at this point in the history
Loading