Releases: canonical/chisel
v1.0.0
Highlights: this major release introduces the Chisel "manifest" - a Zstandard-compressed "jsonwall" file generated by Chisel, to record information about the installed slices in the chiselled root filesystem. The new Chisel command info
is also introduced in this release. Finally, the Chisel format chisel-v1
is now deprecated.
What's Changed
- chore: update spread test to latest release changes by @letFunny in #147
- chore: update goyaml to latest version by @letFunny in #153
- feat: parse generate property in sdf by @letFunny in #143
- feat: internal manifest package by @letFunny in #144
- chore: publish release checksums by @rebornplusplus in #155
- feat: add info command by @rebornplusplus in #101
- feat: create manifest.wall by @letFunny in #142
- refactor: tune error message for invalid generate value by @letFunny in #162
- fix: info supports "generate" paths by @rebornplusplus in #163
- fix: deprecate "chisel-v1" format by @letFunny in #150
- feat: validate manifest before writing by @letFunny in #159
Full Changelog: v0.10.0...v1.0.0
v0.10.0
Highlights: this release adds support for a new top-level essential
field in the slice definitions file. It also introduces a new Chisel command - find
- for looking up slices in any given release, by package and/or slice name.
What's Changed
- refactor: filter created entries for report by @letFunny in #124
- chore: bump golang.org/x/crypto to v0.21.0 by @rebornplusplus in #130
- fix: parent directory permissions by @letFunny in #128
- chore: add noble as separate github action by @letFunny in #132
- feat: essential field for packages by @letFunny in #127
- feat: support for several slices of the same package by @letFunny in #134
- refactor: split slicer into steps and remove unnecessary state by @letFunny in #136
- feat: report mutated files by @letFunny in #131
- feat: add find command by @rebornplusplus in #99
- chore: enable noble spread tests by @letFunny in #141
- hotfix: use strings.TrimPrefix() for relative paths by @rebornplusplus in #145
Full Changelog: v0.9.1...v0.10.0
v0.9.1
Highlights: this release fixes the constraint on the length of package names, now accepting packages with less than three characters in length.
What's Changed
- feat: creating files logs information for use in chisel.db by @letFunny in #105
- fix(ci): adjust libc6 spread test for noble by @cjdcordeiro in #121
- feat: add file and directory report skeleton by @letFunny in #116
- remove deb package blob used for testing by @letFunny in #113
- fix: package names can be of length two by @rebornplusplus in #120
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Highlights: this release introduces verification of GPG signatures for the Ubuntu archives' InRelease
files. This is also associated with an incoming change of format for the chisel-releases
- this release now supports both chisel-v1
and v1
formats, noting that the former will soon be removed, in favour of v1
.
What's Changed
- feat: integrity checks for Ubuntu Release files by @letFunny and @rebornplusplus in #106
- feat: add support for chisel release format "v1" by @letFunny and @rebornplusplus in #115
Other minor changes
- fix starlark link by @shyim in #110
- make Spread tests run for multiple chisel-releases by @cjdcordeiro in #114
New Contributors
Full Changelog: v0.8.1...v0.9.0
v0.8.1
Highlights: apart from testing and documentation improvements, this release uses a more appropriate HTTP client for fetching larger files. It also makes the expected chisel-releases
schema more permissive, ignoring unknown fileds instead of raising an error.
What's Changed
- fix: use proper HTTP clients to fetch files by @rebornplusplus in #66
- bugfix: ignore extra fields in yaml by @letFunny in #107
Other minor changes
- chore: promote "riscv64" snap to candidate on release by @rebornplusplus in #95
- slicer/test: Define all release archives by @woky in #81
- testutil/pkgdata: Handle empty names in MakeDeb() by @woky in #85
- testutil/pkgdata: Add MakeTestDeb() by @woky in #87
- fsutil: Explicit parent directory creation by @woky in #76
- slicer/test: Set archive options from release by @woky in #82
- Switch from kinetic to focal in spread tests by @woky in #97
- CI: Add CLA check, Linting and security scanning by @rebornplusplus in #31
- testutil/pkgdata: Add TarEntry shorthand constructors by @woky in #86
- Support OpenPGP keyrings in release by @woky in #100
- docs: add snap and CI badges to README by @cjdcordeiro in #104
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0
We're proud to announce the first versioned release of Chisel!
Work has been ongoing for the last few months, and this release represents the first of many upcoming releases.
Chisel is a software tool for carving and cutting Debian packages!
It is built on the idea of package slices - minimal, complimentary and loosely coupled sets of files, based on the package’s metadata and content. Slices are basically subsets of the Debian packages, with their own content and set of dependencies to other internal and external slices.
To install the latest version of Chisel, run the following command:
go install github.com/canonical/chisel/cmd/[email protected]
Chisel is invoked using chisel . To get more information:
To see a help summary, type chisel -h
.
To see a short description of all commands, type chisel help --all
.
To see details for one command, type chisel help <command>
or chisel <command> -h
.
Full Changelog: https://github.com/canonical/chisel/commits/v0.8.0