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.7
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.8
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 5, 2022

  1. release: rollback Ubuntu to 18.04 (except for riscv64)

    Partially revert 0e56e4f
    
    Rollback the build environment from Ubuntu 22.04 to 18.04, except for riscv64 that isn't supported by Ubuntu 18.04.
    
    Fix issue 7255 (`1.6.7 can't be run on Ubuntu LTS 20.04 (GLIBC_2.34 not found)`)
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    (cherry picked from commit 4818610)
    Signed-off-by: Samuel Karp <samuelkarp@google.com>
    AkihiroSuda authored and samuelkarp committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    57873e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Merge pull request #7260 from samuelkarp/fix-7255/1.6

    [release/1.6] release: rollback Ubuntu to 18.04 (except for riscv64)
    AkihiroSuda authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    76f5db4 View commit details
    Browse the repository at this point in the history
  2. release workflow: increase timeout to 30 minutes

    In the 1.6.7 release, we saw significantly longer execution time for
    producing builds that exceeded the previous timeout of 10 minutes,
    causing the workflow to fail.  After increasing to 20 minutes in the
    release/1.6 branch, we continued to see one failure (which succeeded on
    retry).
    
    Increase to 30 minutes to provide additional buffer for the build to
    complete.
    
    Signed-off-by: Samuel Karp <samuelkarp@google.com>
    (cherry picked from commit f8add92)
    Signed-off-by: Samuel Karp <samuelkarp@google.com>
    samuelkarp committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    cf48ba6 View commit details
    Browse the repository at this point in the history
  3. release workflow: remove Go setup action

    Release builds are performed from within a Dockerfile-defined
    environment and do not require Go to be installed in the GitHub Actions
    runner environment.
    
    Signed-off-by: Samuel Karp <samuelkarp@google.com>
    (cherry picked from commit 6ba91de)
    Signed-off-by: Samuel Karp <samuelkarp@google.com>
    samuelkarp committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    3909204 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7261 from samuelkarp/release-workflow/1.6

    [release/1.6] release workflow: increase timeout to 30 minutes & remove Go setup action
    estesp authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    a76f3c8 View commit details
    Browse the repository at this point in the history
  5. Prepare release notes for v1.6.8

    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    3364f41 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge pull request #7263 from dmcgowan/prepare-1.6.8

    [release/1.6] Prepare release notes for v1.6.8
    dmcgowan authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9cd3357 View commit details
    Browse the repository at this point in the history
Loading