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/nri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2d9a1b
Choose a base ref
...
head repository: containerd/nri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c68cf49
Choose a head ref
  • 12 commits
  • 14 files changed
  • 6 contributors

Commits on Sep 13, 2023

  1. scripts: fix protobuf URL on arm64

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9b43daa View commit details
    Browse the repository at this point in the history
  2. make plugins/ulimit-adjuster a separate module

    Also switch it to use the new log module, instead of depending
    on containerd
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    934815e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from thaJeztah/fix_arm64_download

    scripts: fix protobuf URL on arm64
    estesp authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    48a3aa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976af01 View commit details
    Browse the repository at this point in the history
  5. remove containerd as dependency

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    da8a7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #51 from thaJeztah/decouple

    remove containerd as dependency
    mikebrow authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f69b90b View commit details
    Browse the repository at this point in the history
  2. Take pkg/hooks from github.com/containers/common

    pkg/hooks was moved from github.com/containers/podman/v4 to
    github.com/containers/common and it's to much time consuming to
    keep packaging github.com/containers/podman/v3.
    
    Co-authored-by: Sebastiaan van Stijn <[email protected]>
    Signed-off-by: Robert-André Mauchin <[email protected]>
    Robert-André Mauchin and thaJeztah committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b4ac58c View commit details
    Browse the repository at this point in the history
  3. gha: remove working-dir and GOPATH

    We're only working with modules in this repo, so we should not have
    a need for this.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e33ac3e View commit details
    Browse the repository at this point in the history
  4. gha: update actions/setup-go@v4

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7b33fbf View commit details
    Browse the repository at this point in the history
  5. gha: update actions/checkout@v4

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ee96969 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53 from thaJeztah/gha_rm_workingdir

    gha: remove GOPATH and workingdir, update actions/setup-go@v4, actions/checkout@v4
    dmcgowan authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ab78d10 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55 from thaJeztah/relocate_hooks_carry

    Take pkg/hooks from github.com/containers/common (carry 46)
    dmcgowan authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c68cf49 View commit details
    Browse the repository at this point in the history
Loading