-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: canonical/chisel
base: v0.10.0
head repository: canonical/chisel
compare: v1.0.0
- 11 commits
- 28 files changed
- 2 contributors
Commits on Aug 6, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 73e7a7c - Browse repository at this point
Copy the full SHA 73e7a7cView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6c88b7 - Browse repository at this point
Copy the full SHA b6c88b7View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae52f84 - Browse repository at this point
Copy the full SHA ae52f84View commit details
Commits on Sep 14, 2024
-
feat: internal manifest package (#144)
Add Manifest abstraction on top of the jsonwall format.
Configuration menu - View commit details
-
Copy full SHA for 2cea830 - Browse repository at this point
Copy the full SHA 2cea830View commit details
Commits on Sep 26, 2024
-
chore: publish release checksums (#155)
Rafid Bin Mostofa authoredSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ac90003 - Browse repository at this point
Copy the full SHA ac90003View commit details
Commits on Sep 27, 2024
-
Add new info command which shows detailed information about packages and slices. Co-authored-by: Alberto Carretero
Rafid Bin Mostofa authoredSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 247bdb9 - Browse repository at this point
Copy the full SHA 247bdb9View commit details
Commits on Sep 30, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 33bed22 - Browse repository at this point
Copy the full SHA 33bed22View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 406881b - Browse repository at this point
Copy the full SHA 406881bView commit details -
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 authoredOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 302ec57 - Browse repository at this point
Copy the full SHA 302ec57View commit details -
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 MostofaConfiguration menu - View commit details
-
Copy full SHA for 944ee7c - Browse repository at this point
Copy the full SHA 944ee7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5974449 - Browse repository at this point
Copy the full SHA 5974449View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...v1.0.0