Skip to content

Releases: hhd-dev/rechunk

v0.7.1: New line fix

04 Aug 14:44
ddf0c6c
Compare
Choose a tag to compare

Fixes character escapes such as \n when used in the action.

Full Changelog: v0.7.0...v0.7.1

v0.7.0: Formatter Overrides

04 Aug 14:14
b88b34c
Compare
Choose a tag to compare
Pre-release

Adds formatter overrides to the action so that i18n can be used for changelogs and customizing them for markdown.

Full Changelog: v0.6.5...v0.7.0

v0.6.5: Clear-plan + hotfix

04 Aug 12:14
51f8bb6
Compare
Choose a tag to compare
Pre-release

Adds the clear plan action parameter that can be used to flush the plan while generating correct changelogs and adds git to the dockerfile to fix the <commits> tag.

Full Changelog: v0.6.4...v0.6.5

v0.6.4: Commits hotfix

04 Aug 11:25
d0e0616
Compare
Choose a tag to compare

Fixes a typo that prevented the commits generation from working.

Full Changelog: v0.6.3...v0.6.4

v0.6.3: DX and cosmic mappings

04 Aug 11:11
1cea45e
Compare
Choose a tag to compare

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

04 Aug 03:53
1317860
Compare
Choose a tag to compare

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

03 Aug 18:44
fa4cf9d
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0: Changelog support

03 Aug 18:16
7737191
Compare
Choose a tag to compare
Pre-release

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

01 Aug 19:19
2d78fa0
Compare
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
Compare
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