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.17
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.18
Choose a head ref
  • 16 commits
  • 341 files changed
  • 6 contributors

Commits on May 25, 2024

  1. core/image: fix usage of "unknown" platform

    "unknown" should not be returned as a valid platform
    supported by the image
    
    Signed-off-by: Akhil Mohan <[email protected]>
    akhilerm authored and k8s-infra-cherrypick-robot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f4d1191 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump softprops/action-gh-release from 1 to 2

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 21d3fed)
    Signed-off-by: Austin Vazquez <[email protected]>
    dependabot[bot] authored and austinvazquez committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d669b10 View commit details
    Browse the repository at this point in the history
  3. Explicitly set release latest to true

    This change explicitly sets release/1.7 releases as latest.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    (cherry picked from commit 2d73340)
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5b04800 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. migrate errdefs package to github.com/containerd/errdefs module

    This updates the errdefs package to be an alias for the new errdefs module.
    This helps transitioning consumers to the new module, and makes sure that
    containerd v2 and v1 use the same definitions.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed May 26, 2024
    Configuration menu
    Copy the full SHA
    47ff8cf View commit details
    Browse the repository at this point in the history
  2. replace uses of github.com/containerd/containerd/errdefs

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed May 26, 2024
    Configuration menu
    Copy the full SHA
    308341a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10265 from austinvazquez/enable-make-latest

    [release/1.7] Explicitly set release latest to true
    dmcgowan authored May 26, 2024
    Configuration menu
    Copy the full SHA
    d054b87 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10261 from k8s-infra-cherrypick-robot/cherry-pick…

    …-10257-to-release/1.7
    
    [release/1.7] core/image: fix usage of "unknown" platform
    dmcgowan authored May 26, 2024
    Configuration menu
    Copy the full SHA
    566c535 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10266 from thaJeztah/1.7_migrate_to_errdefs_module

    [release/1.7] migrate errdefs package to github.com/containerd/errdefs module
    dmcgowan authored May 26, 2024
    Configuration menu
    Copy the full SHA
    be820ac View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. migrate logs imports to github.com/containerd/log module

    Import the log module directly, instead of using the aliases that are
    provided in the log package. This helps find code-paths that still depend
    on the old location, and that haven't migrated yet to the new module.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0af6825 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #10269 from thaJeztah/1.7_migrate_containerd_log

    [release/1.7] migrate log imports to github.com/containerd/log module
    estesp authored May 28, 2024
    Configuration menu
    Copy the full SHA
    300a6de View commit details
    Browse the repository at this point in the history
  2. [release/1.7] remove uses of platforms.Platform alias

    Commit 3c8469a removed uses of the api
    types.Platform type from public interfaces, instead using the type from
    the OCI image spec.
    
    For convenience, it also introduced an alias in the platforms package.
    While this alias allows packages that already import containerd's
    platforms package (now a separate module), it may also cause confusion
    (it's not clear that it's an alias for the OCI type), and for packages
    that do not depend on containerd's platforms package / module may now
    be resulting in an extra dependency.
    
    Let's remove the use of this alias, and instead use the OCI type directly.
    
    Equivalent of 446e635 in main.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1e3c662 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge pull request #10277 from thaJeztah/1.7_backport_remove_use_of_p…

    …latform_alias
    
    [release/1.7] remove uses of platforms.Platform alias
    dmcgowan authored May 29, 2024
    Configuration menu
    Copy the full SHA
    0a137f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update Go version to 1.21.11

    Includes fix for a symlink race on remove.
    
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cdd3ea9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request #10298 from dmcgowan/1.7-update-go

    [release/1.7] Update Go version to 1.21.11
    dmcgowan authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1d324db View commit details
    Browse the repository at this point in the history
  2. Prepare release notes for v1.7.18

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9426aab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10301 from dmcgowan/prepare-v1.7.18

    [release/1.7] Prepare release notes for v1.7.18
    dmcgowan authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ae71819 View commit details
    Browse the repository at this point in the history
Loading