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: containerd/zfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.0
Choose a base ref
...
head repository: containerd/zfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 5, 2025

  1. gha: test against go1.23

    current v2.0 versions of containerd require go1.23 as minimum, so
    update CI to test with that version.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    65bc451 View commit details
    Browse the repository at this point in the history
  2. gha: update containerd/[email protected]

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    bb45f6e View commit details
    Browse the repository at this point in the history
  3. gha: update actions/setup-go@v6

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    d23ec04 View commit details
    Browse the repository at this point in the history
  4. gha: update actions/checkout@v6

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    c8545c3 View commit details
    Browse the repository at this point in the history
  5. fix inconsistent receiver name

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    24ce1b9 View commit details
    Browse the repository at this point in the history
  6. fix error capitalization

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    7c4274b View commit details
    Browse the repository at this point in the history
  7. remove nolint comments

    There only were a few, and most could be addressed by suppressing the
    unhandled errors.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b0b2584 View commit details
    Browse the repository at this point in the history
  8. gha: update golangci/golangci-lint-action@v9, golangci-lint v2.7

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    662ad3c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #88 from thaJeztah/bump_ci

    ci: update actions, test against go1.23, fix linting, and update golangci-lint
    AkihiroSuda authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    7dad056 View commit details
    Browse the repository at this point in the history
  10. go.mod: update to stable containerd v2.0

    Updating to the v2.0.7 patch release as minimum, which includes
    [c8d@3d53430] to reduce some (indirect) dependencies, and [c8d@f341477]
    to downgrade some unreleased versions of dependencies. The v2.0.4
    release included a security fix for [CVE-2024-40635], so updating to
    that version to avoid potential security alerts.
    
    - v2.0.5 has fixes for [CVE-2025-47291]
    - v2.0.7 has fixes for [CVE-2024-25621] and [CVE-2025-64329]
    
    [c8d@3d53430]: containerd/containerd@3d53430
    [c8d@f341477]: containerd/containerd@f341477
    [CVE-2024-40635]: GHSA-265r-hfxg-fhmg
    [CVE-2025-47291]: GHSA-cxfp-7pvr-95ff
    [CVE-2024-25621]: GHSA-pwhc-rpq9-4c8w
    [CVE-2025-64329]: GHSA-m6hq-p25p-ffr2
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    f11f891 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Merge pull request #89 from thaJeztah/stable_containerd

    go.mod: update to stable containerd v2.0
    AkihiroSuda authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a3e9bec View commit details
    Browse the repository at this point in the history
Loading