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: d71fcd7
Choose a base ref
...
head repository: containerd/containerd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3194fb4
Choose a head ref
  • 17 commits
  • 503 files changed
  • 9 contributors

Commits on Jun 4, 2021

  1. Change Wrapf of non-error to an actual error

    Signed-off-by: Phil Estes <estesp@amazon.com>
    (cherry picked from commit edfd8d5)
    estesp committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    e6729fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5568 from estesp/cp-5560-1.4

    [release/1.4] cherry-pick: Change Wrapf of non-error to an actual error
    fuweid authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3c43937 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. fix invalid validation error checking

    Signed-off-by: Mike Brown <brownwm@us.ibm.com>
    (cherry picked from commit 014748b)
    mikebrow committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    208a2f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Merge pull request #5582 from mikebrow/cherrypick-#5565-release-1.4

    [release/1.4] cherry pick #5565 to release 1.4 - fix invalid validation error checking
    estesp authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ae76fad View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. vendor: update cri plugin with 3b02bec1603179debe2cde54509b2bfc45fc27d3

    Diff: containerd/cri@1360416...3b02bec
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f965874 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5637 from fuweid/update-cri-vendor

    [release/1.4] vendor: update cri plugin with 3b02bec1603179debe2cde54509b2bfc45fc27d3
    crosbymichael authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f9542c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. update runc binary to v1.0.0 GA

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    (cherry picked from commit 28bb59c)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    AkihiroSuda authored and thaJeztah committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0ad0f50 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. [release/1.4] Update Go to 1.15.13

    go1.15.13 (released 2021-06-03) includes security fixes to the archive/zip, math/big,
    net, and net/http/httputil packages, as well as bug fixes to the linker, the go
    command, and the math/big and net/http packages. See the Go 1.15.13 milestone on
    the issue tracker for details:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.15.13+label%3ACherryPickApproved
    
    go1.15.12 (released 2021-05-06) includes a security fix to the net/http package,
    as well as bug fixes to the runtime, the compiler, and the archive/zip, time,
    and syscall packages. See the Go 1.15.12 milestone on the issue tracker for details:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.15.12+label%3ACherryPickApproved
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d02ed46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5664 from thaJeztah/1.4_update_golang

    [release/1.4] Update Go to 1.15.13
    mikebrow authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    86f0c47 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Merge pull request #5649 from thaJeztah/1.4_backport_bump_runc

    [release/1.4] update runc binary to v1.0.0 GA
    fuweid authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    32c84bf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. [release/1.4] Fix missing Body.Close() calls on push to docker remote

    > note: This is a slightly modified version of the commit in main, because
    > pusher.Commit() uses a regular http.Response, not a wrapped one.
    
    Discovered this while using HTTP tracing via OpenTelemetry inside of
    buildkitd, where the trace spans were not being reported for the
    registry PUT http requests.  The spans are only reported on the Close
    for the Body, after adding these Close calls, the spans are reported as
    expected.
    
    Signed-off-by: coryb <cbennett@netflix.com>
    (cherry picked from commit 894b6ae)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    coryb authored and thaJeztah committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    591744a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5717 from thaJeztah/1.4_backport_docker_push_clos…

    …e_body
    
    [release/1.4 backport] Fix missing Body.Close() calls on push to docker remote
    estesp authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e6d4da0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Update Go to 1.15.14

    Release note: Release notes: https://golang.org/doc/devel/release#go1.15
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    287fd67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5724 from AkihiroSuda/go1.15.14

    [release/1.4] Update Go to 1.15.14
    estesp authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    77e22ba View commit details
    Browse the repository at this point in the history
  3. Update mailmap

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    48073fc View commit details
    Browse the repository at this point in the history
  4. Prepare release notes for 1.4.7

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0baf362 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5720 from dmcgowan/prepare-1.4.7

    [release/1.4] prepare release notes for 1.4.7
    dmcgowan authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3194fb4 View commit details
    Browse the repository at this point in the history
Loading