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/containerd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.19
Choose a base ref
...
head repository: containerd/containerd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.20
Choose a head ref
  • 16 commits
  • 78 files changed
  • 10 contributors

Commits on Jul 2, 2024

  1. deps: Update otelgrpc

    Signed-off-by: Bryant Biggs <bryantbiggs@gmail.com>
    (cherry picked from commit 7842161)
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    bryantbiggs authored and austinvazquez committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3a02c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. errdefs: denote deprecation as a godoc comment

    golangci-lint can now raise an error when the deprecated errdefs package is used:
    
    > SA1019: "github.com/containerd/containerd/errdefs" is deprecated:
    > use [github.com/containerd/errdefs]. (staticcheck)
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c7d5e43 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. update to go1.21.12 / go1.22.5

    Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
    akhilerm committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e61c793 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10424 from AkihiroSuda/errdefs-deprecation

    [release/1.7] errdefs: denote deprecation as a godoc comment
    AkihiroSuda authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    57c4d9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10426 from akhilerm/update-go-1.22.5_1.7

    [release/1.7] update to go1.21.12 / go1.22.5
    AkihiroSuda authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6e67345 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Fix for [cri] ttrpc: closed during ListPodSandboxStats

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    610498d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #10423 from dims/cri-ttrpc-closed-during-ListPodSa…

    …ndboxStats
    
    Fix for `[cri] ttrpc: closed` during ListPodSandboxStats
    dmcgowan authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    923bb1f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes

    Currently if you're using the shim-mode sandbox server support, if your
    shim that's hosting the Sandbox API dies for any reason that wasn't
    intentional (segfault, oom etc.) PodSandboxStatus is kind of wedged.
    We can use the fact that if we didn't go through the usual k8s flow
    of Stop->Remove and we still have an entry in our sandbox store,
    us not having a shim mapping anymore means this was likely unintentional.
    
    Signed-off-by: Danny Canter <danny@dcantah.dev>
    dcantah authored and dims committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    df86bdd View commit details
    Browse the repository at this point in the history
  2. Support for dropping inheritable capabilities

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan authored and dims committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ce65228 View commit details
    Browse the repository at this point in the history
  3. CRI: An empty DNSConfig != unspecified

    If we find that DNSConfig is provided and empty (not nil), we should not
    replace it with the host's resolv.conf.
    
    Also adds tests.
    
    Signed-off-by: Tim Hockin <thockin@google.com>
    thockin authored and dims committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    209ee4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10469 from dims/automated-cherry-pick-of-#8356-up…

    …stream-release-1.7
    
    [release/1.7] Support for dropping inheritable capabilities
    mikebrow authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b06e353 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10462 from dims/automated-cherry-pick-of-#9730-up…

    …stream-release-1.7
    
    [release/1.7] CRI: An empty DNSConfig != unspecified
    estesp authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    87c908e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10461 from dims/automated-cherry-pick-of-#8367-up…

    …stream-release-1.7
    
    [release/1.7] CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes
    estesp authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    34ea461 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request #10413 from austinvazquez/cherry-pick-78421616e0a6…

    …ba76ac25c94f0e7b5930d9b27d1a-to-release-1.7
    
    [release/1.7] deps: Update otelgrpc
    samuelkarp authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7eb0501 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Prepare release notes for v1.7.20

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7f2d4cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10481 from dmcgowan/prepare-v1.7.20

    Prepare release notes for v1.7.20
    dmcgowan authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8fc6bcf View commit details
    Browse the repository at this point in the history
Loading