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.3.1
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.3.2
Choose a head ref
  • 12 commits
  • 15 files changed
  • 5 contributors

Commits on Oct 14, 2019

  1. Use cached state instead of runc state.

    Signed-off-by: Lantao Liu <lantaol@google.com>
    (cherry picked from commit 18be6e3)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    Random-Liu authored and thaJeztah committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    9abfc70 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Add --log-file flag for windows service.

    Signed-off-by: Lantao Liu <lantaol@google.com>
    (cherry picked from commit 0bb48ae)
    Signed-off-by: Ameya Gawde <ameya.gawde@docker.com>
    Random-Liu authored and ameyag committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    3336793 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Merge pull request #3840 from ameyag/1.3_backport_log_file_win

    [release/1.3]  Add `--log-file` flag for windows service.
    estesp authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    be24f39 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Fix cleanup error on content client test

    A race occurs today where the cleanup runs after the lease
    has been deleted, making all the content and statuses
    eligible for collection during the cleanup. There is a case
    where a status could be listed but removed before the
    abort is called. In this case, abort will return a not found
    and the test cleanup should ignore it.
    
    Signed-off-by: Derek McGowan <derek@mcgstyle.net>
    (cherry picked from commit 8da4346)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    dmcgowan authored and fuweid committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    04fbb97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3855 from fuweid/cp-3853

    [release 1.3] Fix cleanup error on content client test
    estesp authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e3d2b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge pull request #3753 from thaJeztah/1.3_backport_avoid_unnecessar…

    …y_runc_state
    
    [release/1.3 backport] Use cached state instead of `runc state`.
    crosbymichael authored Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5028701 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Fix container pid.

    Signed-off-by: Lantao Liu <lantaol@google.com>
    Random-Liu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    306d6d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3863 from Random-Liu/cherrypick-#3857-release-1.3

    [release/1.3] Fix container pid.
    crosbymichael authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    070c272 View commit details
    Browse the repository at this point in the history
  3. Update cri to b1bef15fbeb6c6f0569b67322acfa74ca3597755.

    Signed-off-by: Lantao Liu <lantaol@google.com>
    Random-Liu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8bbd71e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3864 from Random-Liu/update-cri-release-1.3

    [release/1.3] Update cri to b1bef15fbeb6c6f0569b67322acfa74ca3597755.
    mxpv authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e987ea3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Add release notes for v1.3.2

    Signed-off-by: Derek McGowan <derek@mcgstyle.net>
    dmcgowan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    99005c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3866 from dmcgowan/prepare-1.3.2

    [release/1.3] Prepare v1.3.2 release
    dmcgowan authored Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ff48f57 View commit details
    Browse the repository at this point in the history
Loading