Releases: cloudfoundry/archiver
Releases · cloudfoundry/archiver
0.65.0
0.64.0
Update go.mod dependencies -------- index ca6f8b0..b7f279b 100644 github.com/cyphar/filepath-securejoin v0.6.1 github.com/onsi/ginkgo/v2 v2.28.1 github.com/onsi/gomega v1.39.1 - golang.org/x/sys v0.41.0 + golang.org/x/sys v0.42.0
0.63.0
Update go.mod dependencies -------- index 1692bce..ca6f8b0 100644 @@ -1,6 +1,6 @@ module code.cloudfoundry.org/archiver -go 1.24.9 +go 1.25.0 github.com/cyphar/filepath-securejoin v0.6.1
0.62.0
Update go.mod dependencies -------- index 5cf5781..1692bce 100644 github.com/cyphar/filepath-securejoin v0.6.1 github.com/onsi/ginkgo/v2 v2.28.1 github.com/onsi/gomega v1.39.1 - golang.org/x/sys v0.40.0 + golang.org/x/sys v0.41.0
0.61.0
Update go.mod dependencies -------- index 9c8e7b9..5cf5781 100644 @@ -4,8 +4,8 @@ go 1.24.9 github.com/cyphar/filepath-securejoin v0.6.1 - github.com/onsi/ginkgo/v2 v2.27.5 - github.com/onsi/gomega v1.39.0 + github.com/onsi/ginkgo/v2 v2.28.1 + github.com/onsi/gomega v1.39.1 golang.org/x/sys v0.40.0
0.60.0
Update go.mod dependencies -------- index dde18b0..9c8e7b9 100644
0.59.0
Update go.mod dependencies -------- index 70e8701..dde18b0 100644 @@ -4,8 +4,9 @@ go 1.24.9 github.com/cyphar/filepath-securejoin v0.6.1 - github.com/onsi/ginkgo/v2 v2.27.3 - github.com/onsi/gomega v1.38.3 + github.com/onsi/ginkgo/v2 v2.27.5 + github.com/onsi/gomega v1.39.0 + golang.org/x/sys v0.40.0
0.58.0
Add support for extracting xattrs on unix (#74) When extended file attributes are set on a file in the archive, try to preserve them on extraction but do not fail when the user does not have permission to set them or if they are not supported. This should prevent existing usages from breaking while also enabling users to preserve extended file attributes.
0.57.0
Update go.mod dependencies -------- index e241fb6..70e8701 100644
0.56.0
Update go.mod dependencies -------- index 5eb26fa..e241fb6 100644 @@ -1,11 +1,11 @@ module code.cloudfoundry.org/archiver -go 1.24.0 +go 1.24.9 github.com/cyphar/filepath-securejoin v0.6.1 - github.com/onsi/ginkgo/v2 v2.27.2 - github.com/onsi/gomega v1.38.2 + github.com/onsi/ginkgo/v2 v2.27.3 + github.com/onsi/gomega v1.38.3