Skip to content

Releases: vbatts/tar-split

v0.12.3

Choose a tag to compare

@vbatts vbatts released this 27 Apr 13:54
v0.12.3
f42090b
image

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

Choose a tag to compare

@vbatts vbatts released this 14 Oct 18:33
v0.12.2
e93e901
image

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

Choose a tag to compare

@vbatts vbatts released this 30 Jan 23:04
v0.12.1
ced2b07

image

Apologies for the disruptions! 😽
This release reverts the (breaking) change of making our carried version of archive/tar private. (that was apparently a scream test of sorts 😬 )
And patches the other side of the CVE-2022-2879 for the tar.Writer.

Thanks @mtrmac for the quick iteration.

v0.12.0

Choose a tag to compare

@vbatts vbatts released this 29 Jan 15:21
v0.12.0
bca84be

image

Notably this release only makes the carried version of archive/tar now an internal library so that it's not importable outside of this project.

Reference: #79 , #80

v0.11.7

Choose a tag to compare

@vbatts vbatts released this 20 Jan 15:34
v0.11.7
42a2f59

image

This release addresses CVE-2022-2879

Thanks to @tojoos and @bainsy88 for the report

v0.11.6

Choose a tag to compare

@vbatts vbatts released this 27 Sep 00:18
v0.11.6
1f44cc4

image

This release notably drops go1.17 (due to dependencies that no longer support 1.17), and adds testing for go1.21 and go1.22.

Additionally adds a new function for iterating over only the headers of a the metadata. Previously this would have required assembling the full tar stream with is expensive for such an operation. Thanks @mtrmac

and thanks @testwill for the typo fix.

v0.11.4

Choose a tag to compare

@vbatts vbatts released this 21 Jul 13:28
v0.11.4
9982e47

image

v0.11.3

v0.11.3 Pre-release
Pre-release

Choose a tag to compare

@vbatts vbatts released this 26 Mar 02:32
v0.11.3
3cdf99b

This is a bit of bringing tar-split up-to-date, but also this will be the last release to support up to go1.16. Some of the deps to be updated now only support go1.18 (kindof go1.17) and above. Here's looking at you golang.org/x/sys/unix ... 🙄

image