Skip to content

Releases: hhd-dev/rechunk

v0.2.1: More error handling

31 Jul 18:29
dd74a1e
Compare
Choose a tag to compare

Prevents a previous manifest without a layer plan crashing the python code as well.

Full Changelog: v0.2.0...v0.2.1

v0.2.0: Ready for general testing

31 Jul 18:12
b56ab9f
Compare
Choose a tag to compare

This update makes it so if the previous manifest is not found rechunk will retry to download it 3 times and then continue.

This behavior can be overwritten with prev-ref-fail, which will make it exit if the manifest could not be found.

This update also marks the point where rechunk is semi-stable. Even though core features such as customization are still missing.

Full Changelog: v0.1.9...v0.2.0

v0.1.9: Kinoite fixup

31 Jul 15:43
3753005
Compare
Choose a tag to compare

Kinoite adds a .0 at the end of their tags now. If that is used as a base and we use it twice, the generated rechunk tag would be .0.0. In this case, remove suffix before attempting to count up to 10

Also fix crash in case the provided ref does not have a CMD by adding a bash command as a stand-in.

Full Changelog: v0.1.8...v0.1.9

v0.1.8: Permissions fixup

31 Jul 11:47
Compare
Choose a tag to compare

Use chown instead of chmod.

Full Changelog: v0.1.7...v0.1.8

v0.1.7: Location output fixup

31 Jul 11:10
Compare
Choose a tag to compare

Turns out, the location output was missing from the action yml and that is why it did not work.

Removes the output_fs vars and instead use the var location which is now listed as an output of the action.

Full Changelog: v0.1.6...v0.1.7

v0.1.6: add output output var

31 Jul 08:07
Compare
Choose a tag to compare

Adds a normal output var, in case that helps

Full Changelog: v0.1.5...v0.1.6

v0.1.5: switch to output_fs

30 Jul 23:21
Compare
Choose a tag to compare

Let's not risk dashes

Full Changelog: v0.1.4...v0.1.5

v0.1.4: pin release

30 Jul 23:15
Compare
Choose a tag to compare

Let's use this release for the bazzite PR.

Full Changelog: v0.1.3...v0.1.4

v0.1.3: Fix usr/lib warning

30 Jul 20:14
Compare
Choose a tag to compare

The check for usr/lib was wrong, which caused a warning in the prune process log.

Full Changelog: v0.1.2...v0.1.3

v0.1.2: Make steam bootstrap have its own layer

30 Jul 16:46
Compare
Choose a tag to compare

Makes the steam bootstrap file have its own layer.

Full Changelog: v0.1.1...v0.1.2