Releases: hhd-dev/rechunk
v0.6.3: DX and cosmic mappings
Adds cosmic and developer apps to the meta yaml file.
Full Changelog: v0.6.2...v0.6.3
v0.6.2: Fix a variety of issues
Fixes a variety of bugs in the previous release, such as crashing when git
is not provided, and images containing files with uuid != 0
Full Changelog: v0.6.1...v0.6.2
v0.6.1: Fix invalid command causing crash
Full Changelog: v0.6.0...v0.6.1
v0.6.0: Changelog support
Adds changelog support with package changes with and commit history with
Full Changelog: v0.5.0...v0.6.0
v0.5.0: Dedicated info key
This release adds the dedicated annotation dev.hhd.rechunk.info
as it was found podman will discard layer annotations and moves the info data to it. It also adds layer information that can be read by rechunk to avoid layer shifts.
The annotation <imginfo>
can still be used to copy that data into a separate key. However, as that key is around 100kb-200kb it should be avoided.
Full Changelog: v0.4.1...v0.5.0
v0.4.1: Image Export tag
Adds a json formatted <imginfo>
tag that exports information about the package versions in the image. Can be expanded in the future.
Full Changelog: v0.4.0...v0.4.1
v0.4.0: Second release candidate
Allows for empty lines in the label field and standardizes version handling
Full Changelog: v0.3.6...v0.4.0
v0.3.8: Fix newline chars properly
Fixes serializing newlines in annotations by changing the ostree-rs-ext json serializer by a "canonical" one that's not canonical to normal serde_json.
Full Changelog: v0.3.5...v0.3.8
v0.3.7: Patch ostree-rs-ext for accepting \n
Full Changelog: v0.3.5...v0.3.7
v0.3.6: Add release ver handling and re-enable newlines
Adds the <relver:pkg>
tag to show the release version of a package (important for the kernel) and makes <version:pkg>
only include the normal version again.
Re-enables new lines and stops skopeo from dumping the manifest to test it out.
Full Changelog: v0.3.5...v0.3.6