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

Commits on Dec 10, 2024

  1. VERSION: back to development

    Signed-off-by: lifubang <[email protected]>
    lifubang committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    b01ffa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. merge #4552 into opencontainers/runc:release-1.2

    lifubang (2):
      VERSION: back to development
      VERSION: release v1.2.3
    
    LGTMs: cyphar thaJeztah kolyshkin
    cyphar committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    d4534b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. keyring: update @kolyshkin key expiry

    Signed-off-by: Kir Kolyshkin <[email protected]>
    (cherry picked from commit b15fcc1)
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    e9c9dad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4554 from kolyshkin/1.2-4553

    [1.2] keyring: update @kolyshkin key expiry
    AkihiroSuda authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    2dec17d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. [1.2] Re-add tun/tap to default device rules

    Since v1.2.0 was released, a number of users complained that the removal
    of tun/tap device access from the default device ruleset is causing a
    regression in their workloads.
    
    Additionally, it seems that some upper-level orchestration tools
    (Docker Swarm, Kubernetes) makes it either impossible or cumbersome
    to supply additional device rules.
    
    While it's probably not quite right to have /dev/net/tun in a default
    device list, it was there from the very beginning, and users rely on it.
    Let's keep it there for the sake of backward compatibility.
    
    This reverts commit 2ce40b6.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    (Cherry-pick of commit 394f4c3.)
    Signed-off-by: Aleksa Sarai <[email protected]>
    kolyshkin authored and cyphar committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    33ed43b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4556 from cyphar/1.2-readd-tuntap

    [1.2] Re-add tun/tap to default device rules
    kolyshkin authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5243eba View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. VERSION: release v1.2.4

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    6c52b3f View commit details
    Browse the repository at this point in the history
Loading