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: opencontainers/runc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.9
Choose a base ref
...
head repository: opencontainers/runc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.2
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 27, 2025

  1. VERSION: back to development

    Signed-off-by: lifubang <lifubang@acmcoder.com>
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    lifubang authored and cyphar committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    4ab771f View commit details
    Browse the repository at this point in the history
  2. merge #5045 into opencontainers/runc:release-1.2

    Li Fu Bang (2):
      VERSION: back to development
      VERSION: release 1.2.9
    
    LGTMs: rata cyphar
    cyphar committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    77f2125 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. [1.2] Test/build using supported Go version

    In addition to testing with Go 1.22 (the oldest supported version in
    this branch, let's switch to using the supported Go versions (1.25 and
    1.26) for CI, and using oldest supported Go version (1.25) for the
    official build.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    65256e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. [1.2] ci: bump bats-action to v4.0.0

    Older one fails on ARM for some reason.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    eb63817 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Merge pull request #5112 from kolyshkin/1.2-go125-126

    [1.2] Test/build using supported Go version
    kolyshkin authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    449775e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. keyring: remove asarai@suse.de key

    I no longer work at SUSE and thus this key (and email address) are no
    longer associated with me.
    
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    (cherry picked from commit a691486)
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    efc715f View commit details
    Browse the repository at this point in the history
  2. keyring: validate: allow maintainers to have no keys

    Some maintainers appear to have removed their PGP keys, which causes
    "gpg --import" during "make validate-keyring" to fail. The solution is
    to switch to a non-fatal warning if no keys were imported.
    
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    (cherry picked from commit 936a59b)
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    732aded View commit details
    Browse the repository at this point in the history
  3. keyring: update AkihiroSuda's key

    This comes from <https://github.com/AkihiroSuda.gpg> and is a valid
    update of the key metadata.
    
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    (cherry picked from commit 9ad18b1)
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    0f6d9e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Merge pull request #5145 from cyphar/1.2-keyring-fixes

    [1.2] keyring fixes
    kolyshkin authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    9b5065b View commit details
    Browse the repository at this point in the history
Loading