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.5.4
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.5.5
Choose a head ref
  • 14 commits
  • 175 files changed
  • 6 contributors

Commits on Jul 16, 2021

  1. Try next mirror in case of non-404 errors, too

    Signed-off-by: Sebastian Hasler <[email protected]>
    (cherry picked from commit c0e2f4b)
    Signed-off-by: Wei Fu <[email protected]>
    haslersn authored and fuweid committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    d9b284b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. update runc binary to v1.0.1

    Signed-off-by: Akihiro Suda <[email protected]>
    (cherry picked from commit 43e0594)
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    6807d07 View commit details
    Browse the repository at this point in the history
  2. go.mod: runc v1.0.1

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d2cb994 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5752 from AkihiroSuda/runc-v1.0.1-15

    [release/1.5] update runc to v1.0.1
    estesp authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c355601 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5747 from fuweid/cp-15-5275

    [release/1.5] Try next mirror in case of non-404 errors, too
    estesp authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    47d0f52 View commit details
    Browse the repository at this point in the history
  5. snapshot/devmapper: log exported methods correctly

    - View was somehow logging itself as "prepare"
    - Cleanup should have its debug log as like other exported methods
    
    Signed-off-by: Kazuyoshi Kato <[email protected]>
    (cherry picked from commit 03ee450)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    Kazuyoshi Kato authored and thaJeztah committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    166a81f View commit details
    Browse the repository at this point in the history
  6. Update docker resolver to authorize redirects

    Allows redirects to be authorized if authorization is provided
    for the redirected to host. The authorization will always go
    to the redirect and never to the referrer.
    
    Signed-off-by: Derek McGowan <[email protected]>
    (cherry picked from commit b1d4140)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    dmcgowan authored and thaJeztah committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4c1722e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5766 from thaJeztah/1.5_backport_fix_authorizatio…

    …n_on_redirect
    
    [release/1.5 backport] Update docker resolver to authorize redirects
    dmcgowan authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    bc12da7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. remotes/docker/fetcher.go: Fix missing Close()

    Signed-off-by: Shiming Zhang <[email protected]>
    (cherry picked from commit 67d07fe)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    wzshiming authored and thaJeztah committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2f11d58 View commit details
    Browse the repository at this point in the history
  2. remotes/docker/pusher.go: Fix missing Close()

    Signed-off-by: Shiming Zhang <[email protected]>
    (cherry picked from commit 53ec1ab)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    wzshiming authored and thaJeztah committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7b17268 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5772 from thaJeztah/1.5_backport_fix_missing_body…

    …_close
    
    [release/1.5 backport] add missing body.Close() in docker/fetcher and docker/pusher
    dmcgowan authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8837501 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5764 from thaJeztah/1.5_backport_dm_log

    [release/1.5 backport] snapshot/devmapper: log exported methods correctly
    dmcgowan authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1c13c54 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Prepare release notes for v1.5.5

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    677fade View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5805 from dmcgowan/prepare-1.5.5

    [release/1.5] Prepare release notes for v1.5.5
    dmcgowan authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    72cec4b View commit details
    Browse the repository at this point in the history
Loading