Releases: hhd-dev/rechunk
v0.2.0: Ready for general testing
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
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
Use chown instead of chmod.
Full Changelog: v0.1.7...v0.1.8
v0.1.7: Location output fixup
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
Adds a normal output var, in case that helps
Full Changelog: v0.1.5...v0.1.6
v0.1.5: switch to output_fs
Let's not risk dashes
Full Changelog: v0.1.4...v0.1.5
v0.1.4: pin release
Let's use this release for the bazzite PR.
Full Changelog: v0.1.3...v0.1.4
v0.1.3: Fix usr/lib warning
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
Makes the steam bootstrap file have its own layer.
Full Changelog: v0.1.1...v0.1.2
v0.1.1: Change Versioning logic
Cleans up versioning logic to look for RepoTags instead and to try all prefixes up to .10
.
Full Changelog: v0.1.0...v0.1.1