Skip to content

Releases: containers/tar-diff

v0.4.0

06 Apr 16:14
b5873fb

Choose a tag to compare

0.4.0 (2026-04-06)

Bug Fixes

  • remove '@semantic-release/exec plugin' (avoids extra npm install) (d77abb3)
  • rollback create-github-app-token to v3 (11a6773)

Features

  • Add CI optimizations and README badges (#71) (4085a78), closes #30
  • Add GitHub Actions workflow for automated releases (c68f52e), closes #28

Changelog

  • 89a14ac Handle hardlinks in tarfiles
  • a5bb176 Merge pull request #60 from djach7/release-workflow
  • 0f8dcdf Merge pull request #66 from containers/handle-bootc-layers3
  • 3ed3eb6 Merge pull request #73 from djach7/rollback-github-app-token
  • b5873fb Merge pull request #74 from rmiki-dev/semantic-rel
  • 7a58e55 Support multiple "old" tar files
  • 8573771 analysis: Fix the detection of compressed files
  • 79952b6 analysis: Move code into findFuzzyDeltaSource() helper
  • 4085a78 feat: Add CI optimizations and README badges (#71)
  • c68f52e feat: Add GitHub Actions workflow for automated releases
  • d77abb3 fix: remove '@semantic-release/exec plugin' (avoids extra npm install)
  • 11a6773 fix: rollback create-github-app-token to v3
  • 1f24da5 main: Fix lint errors about not checking the return value of Close
  • 8b60f3f main: Fix up defer vs os.Exit warnings
  • 8a178b8 tar-diff: Add --source-prefix

v0.3.1

27 Mar 13:33
fc4674c

Choose a tag to compare

0.3.1 (2026-03-27)

Bug Fixes

  • removes whitespace causing file not found error (e0f7929)

v0.3.0

17 Mar 11:27
a9c71c7

Choose a tag to compare

0.3.0 (2026-03-17)

Features

  • add comprehensive golangci-lint configuration for enhanced code quality (d2aed71), closes #24

v0.2.0

17 Mar 10:54
654b18a

Choose a tag to compare

0.2.0 (2026-03-17)

Bug Fixes

  • adds a github app installation token and passes it into GITHUB_TOKEN in order to fix 'Invalid GitHub token' authentication error (7bf9c19)
  • migrate to action 'create-github-app-token' for version-release job (previous action deprecated) (83aa379)
  • reconfigure GOBIN and GOPATH (3c28c33)
  • replace deprecated API for analysis and diff files (0406064)
  • separate PREFIX and DESTDIR paths (c73dfde)
  • update Makefile (616d7cb)

Features

  • add comprehensive security workflow and enhance Dependabot configuration (484332a)
  • add hardlink support and test cases to ensure hardlinks are not (e50e655)
  • add make dist target for source tarball creation (2b9dd89)
  • add release configuration file to override default behavior (92f3eec)
  • test: migrate to create-github-app-token action (previous action deprecated) (fc0d555)

Release 0.1.2

26 May 10:51
v0.1.2

Choose a tag to compare

Changes in this release:

  • tar-patch supports - argument for stdout output
  • New CoC and security policy
  • Added a file format description document.

Release 0.1.1

05 May 12:38
v0.1.1

Choose a tag to compare

New in this release:

  • Be more careful about pathnames when applying patches