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.6.22
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.6.23
Choose a head ref
  • 13 commits
  • 21 files changed
  • 10 contributors

Commits on Jul 20, 2023

  1. Update hcsshim tag to v0.9.10

    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    43a02c0 View commit details
    Browse the repository at this point in the history
  2. Add support for stable ABI windows versions

    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f51bf19 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix ro mount option being passed

    "ro" was not parsed out of the string, so it was passed as part of data
    to mount().
    This would lead to mount() returning an invalid argument code.
    Separate out the "ro" option, much like "userxattr", which will allow
    the MS-RDONLY mountflag to get set.
    
    Signed-off-by: Ben Foster <bpfoster@gmail.com>
    (cherry picked from commit f3daf32)
    bpfoster authored and estesp committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    47d73b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge pull request #8888 from estesp/cp-8852-1.6

    [release/1.6] backport: ro option for userxattr mount check + cherry-pick: Fix ro mount option being passed
    fuweid authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6e41bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. update to go1.19.12

    Includes a fix for CVE-2023-29409
    
    go1.19.12 (released 2023-08-01) includes a security fix to the crypto/tls
    package, as well as bug fixes to the assembler and the compiler. See the
    Go 1.19.12 milestone on our issue tracker for details.
    
    - https://github.com/golang/go/issues?q=milestone%3AGo1.19.12+label%3ACherryPickApproved
    - full diff: golang/go@go1.19.11...go1.19.12
    
    From the mailing list announcement:
    
    [security] Go 1.20.7 and Go 1.19.12 are released
    
    Hello gophers,
    
    We have just released Go versions 1.20.7 and 1.19.12, minor point releases.
    
    These minor releases include 1 security fixes following the security policy:
    
    - crypto/tls: restrict RSA keys in certificates to <= 8192 bits
    
      Extremely large RSA keys in certificate chains can cause a client/server
      to expend significant CPU time verifying signatures. Limit this by
      restricting the size of RSA keys transmitted during handshakes to <=
      8192 bits.
    
      Based on a survey of publicly trusted RSA keys, there are currently only
      three certificates in circulation with keys larger than this, and all
      three appear to be test certificates that are not actively deployed. It
      is possible there are larger keys in use in private PKIs, but we target
      the web PKI, so causing breakage here in the interests of increasing the
      default safety of users of crypto/tls seems reasonable.
    
      Thanks to Mateusz Poliwczak for reporting this issue.
    
    View the release notes for more information:
    https://go.dev/doc/devel/release#go1.20.7
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    00d1092 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Upgrade GitHub actions packages in release workflow

    Resolve NodeJS 12 and command deprecation warnings by upgrading
    docker/setup-buildx-action and crazy-max/ghaction-github-runtime
    packages.
    
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    (cherry picked from commit 14a38e1)
    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    austinvazquez authored and akhilerm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4238cff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8905 from thaJeztah/1.6_update_go1.19.12

    [release/1.6] update to go1.19.12
    mxpv authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    de5e262 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8908 from akhilerm/fix-deprecated-actions

    [release/1.6 backport] Upgrade GitHub actions packages in release workflow
    mxpv authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4803c73 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. cri: Don't use rel path for image volumes

    Runc 1.1 throws a warning when using rel destination paths, and runc 1.2
    is planning to thow an error (i.e. won't start the container).
    
    Let's just make this an abs path in the only place it might not be: the
    mounts created due to `VOLUME` directives in the Dockerfile.
    
    Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
    (cherry picked from commit 2d64ab8)
    rata committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cc5b0a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8927 from kinvolk/rata/runc-abs-path-1.6

     [release/1.6] cri: Don't use rel path for image volumes
    estesp authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7251156 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8854 from kiashok/stableAbi-rel-1.6

    [release/1.6] Add stable ABI support in windows platform matcher + update hcsshim tag
    mikebrow authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8559256 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add release notes for v1.6.23

    Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
    kiashok committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e297a66 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge pull request #8939 from kiashok/newTag-1.6

    [release/1.6] Add release notes for v1.6.23
    dmcgowan authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b69f1ad View commit details
    Browse the repository at this point in the history
Loading