Skip to content

Releases: hhd-dev/rechunk

v0.5.0: Dedicated info key

01 Aug 19:19
2d78fa0

Choose a tag to compare

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

01 Aug 14:36
ae05276

Choose a tag to compare

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

01 Aug 14:06
d9f7501

Choose a tag to compare

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

01 Aug 13:05
ed992b3

Choose a tag to compare

Pre-release

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

01 Aug 11:50
ed992b3

Choose a tag to compare

Full Changelog: v0.3.5...v0.3.7

v0.3.6: Add release ver handling and re-enable newlines

01 Aug 11:05
ed992b3

Choose a tag to compare

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

v0.3.5: Switch to break tags

01 Aug 09:58
2be0908

Choose a tag to compare

Pre-release

Replaces \n with
to test if github supports html when showing tags.

Full Changelog: v0.3.4...v0.3.5

v0.3.4: Add release to version

01 Aug 09:53
917da94

Choose a tag to compare

adds the fedora release to version information: e.g., 6.9.9-206.fsync.fc40 instead of 6.9.9.

This may be changed again on a later breaking release

Full Changelog: v0.3.3...v0.3.4

v0.3.3: New line hotfix

01 Aug 09:30
d9831f2

Choose a tag to compare

Replaces the new line char with \n and fixes an exception if a version was not provided.

Full Changelog: v0.3.2...v0.3.3

v0.3.2: Missing tag hotfix

01 Aug 09:16
6430396

Choose a tag to compare

Adds support for substituting the current version in descriptions.

Full Changelog: v0.3.1...v0.3.2