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/nydus-snapshotter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 331a09a
Choose a base ref
...
head repository: containerd/nydus-snapshotter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8e72f94
Choose a head ref
  • 11 commits
  • 32 files changed
  • 3 contributors

Commits on Jul 31, 2024

  1. go.mod: github.com/containerd/containerd v1.7.18

    full diff: containerd/containerd@v1.7.7...v1.7.18
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    60c19b3 View commit details
    Browse the repository at this point in the history
  2. switch to github.com/containerd/errdefs module

    containerd 1.7.18 and up alias the errdefs package to the new module,
    and deprecate the package.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cd5233c View commit details
    Browse the repository at this point in the history
  3. go.mod: dario.cat/mergo v1.0.0

    The module was renamed to dario.cat/mergo. The old dependency isn't fully
    gone yet, because kubernetes still uses the old location, but that may go
    away eventually; https://github.com/kubernetes/client-go/blob/v0.26.2/go.mod#L18
    
    full diff: darccio/mergo@v0.3.13...v1.0.0
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d5701f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #599 from thaJeztah/c8d_errdefs

    go.mod: github.com/containerd/containerd v1.7.18, switch to github.com/containerd/errdefs module
    imeoer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    08b8d7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #608 from thaJeztah/migrate_mergo

    go.mod: dario.cat/mergo v1.0.0
    imeoer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    483b1af View commit details
    Browse the repository at this point in the history
  3. go.mod: github.com/containerd/containerd v1.7.20

    - switches to separate github.com/containerd/containerd/api module
    - switches to separate github.com/containerd/platforms module
    
    full diff: containerd/containerd@v1.7.18...v1.7.20
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b823d33 View commit details
    Browse the repository at this point in the history
  4. switch to github.com/containerd/platforms module

    containerd 1.7.19 and up alias the platforms package to the new module,
    and deprecate the package.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5447c5d View commit details
    Browse the repository at this point in the history
  5. switch to github.com/distribution/reference module

    containerd 1.7.19 and up alias the reference/docker package to the new module,
    and deprecate the package.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    261dd69 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #610 from thaJeztah/containerd_1.7.20

    go.mod: github.com/containerd/containerd v1.7.20, switch to github.com/containerd/platforms, github.com/distribution/reference module
    imeoer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    15fe071 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f46b631 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #611 from thaJeztah/remove_cri_alpha

    pkg/auth: remove CRI Alpha API
    imeoer authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8e72f94 View commit details
    Browse the repository at this point in the history
Loading