Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudfoundry/archiver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.55.0
Choose a base ref
...
head repository: cloudfoundry/archiver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.60.0
Choose a head ref
  • 5 commits
  • 58 files changed
  • 2 contributors

Commits on Dec 16, 2025

  1. 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
    tas-runtime-bot committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    251b4b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Update go.mod dependencies

    --------
    
    index e241fb6..70e8701 100644
    tas-runtime-bot committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    a1359ba View commit details
    Browse the repository at this point in the history
  2. 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.
    maxmoehl authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    f297303 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. 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
    tas-runtime-bot committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    e02dc78 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Update go.mod dependencies

    --------
    
    index dde18b0..9c8e7b9 100644
    tas-runtime-bot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    fa77652 View commit details
    Browse the repository at this point in the history
Loading