Skip to content

Releases: hhd-dev/rechunk

v0.3.5: Switch to break tags

01 Aug 09:58
2be0908
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Adds support for substituting the current version in descriptions.

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

v0.3.1: Crash hotfix

01 Aug 09:00
4d6036f
Compare
Choose a tag to compare

Fixes a variety of issues with the new label formatting.

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Better description handling

01 Aug 08:31
b57e7ee
Compare
Choose a tag to compare

Allows entering package versions in the tags of the output container, and includes the new description input, which allows for a multiline description.

Full Changelog: v0.2.1...v0.3.0

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