Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
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: rancher/k3c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0-rc.11
Choose a base ref
...
head repository: rancher/k3c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on May 16, 2020

  1. build: add back -fno-PIC to extldflags

    - include -buildmode=pie as well
    dweomer committed May 16, 2020
    Copy the full SHA
    3360217 View commit details
  2. Merge pull request #50 from dweomer/build/mode

    build: add back -fno-PIC to extldflags
    dweomer authored May 16, 2020
    Copy the full SHA
    96e2540 View commit details

Commits on May 21, 2020

  1. support running as containerd

    When `k3c` is invoked as `containerd` (e.g. via symlink) it will act as
    if `k3c daemon` was invoked allowing for drop-in replacement for
    containerd.
    dweomer committed May 21, 2020
    Copy the full SHA
    602f9a5 View commit details
  2. Merge pull request #54 from dweomer/containerd

    support running as containerd
    dweomer authored May 21, 2020
    Copy the full SHA
    18e5fb5 View commit details
  3. Copy the full SHA
    d1fe3e5 View commit details
  4. Merge pull request #55 from dweomer/static-build

    build: adjust to using netcgo as k3s does
    dweomer authored May 21, 2020
    Copy the full SHA
    23de3ec View commit details

Commits on May 26, 2020

  1. Copy the full SHA
    ca6b41d View commit details

Commits on Jun 5, 2020

  1. Merge pull request #56 from dweomer/buildkit-cni

    buildkit: network mode = host by default
    dweomer authored Jun 5, 2020
    Copy the full SHA
    fca8597 View commit details

Commits on Jun 11, 2020

  1. daemon: add socket ownership flags

    - --socket-gid default 0 aka root with legacy alias --group
    - --socket-uid default 0 aka root
    dweomer committed Jun 11, 2020
    Copy the full SHA
    bfdc41d View commit details
  2. Merge pull request #59 from dweomer/daemon/group-flag

    daemon: add socket ownership flags
    dweomer authored Jun 11, 2020
    Copy the full SHA
    548be10 View commit details

Commits on Jun 12, 2020

  1. netcgo is a no go

    also, bump CNI with CVE fix
    dweomer committed Jun 12, 2020
    Copy the full SHA
    2e9e573 View commit details
  2. Merge pull request #60 from dweomer/netgo-and-cni

    netcgo is a no go
    dweomer authored Jun 12, 2020
    Copy the full SHA
    89c4439 View commit details
Loading