Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: Update vendored agent code
Browse files Browse the repository at this point in the history
Update the agent code under vendor/, to pull in
kata-containers/agent#855.  This is a change to
the grpc protocol files, but not an actual protocol change, since it's just
renaming a field without changing the field number or structure.

Shortlog:

Archana Shinde (2):
      Merge pull request #826 from jodh-intel/actions-for-issue-backlog
      Merge pull request #830 from keloyang/resolv

David Gibson (9):
      device: Index all devices in spec before updating them
      device: Check type as well as major:minor when looking up devices
      device: Rename pciDeviceMap in sandbox struct
      device: Simplify uevent matching in listenToUdevEvents()
      Merge pull request #849 from dgibson/bug848
      device: Rename and clarify semantics of getDevicePCIAddress
      device: Introduce PciPath type, name things consistently
      device: Reorganize TestPciPathToSysfs
      device: Generalize PCI paths to any number of bridges

Eric Ernst (2):
      release: Kata Containers 1.12.0-alpha1
      Merge pull request #822 from egernst/1.12.0-alpha1-branch-bump

James O. D. Hunt (6):
      Merge pull request #798 from bpradipt/hook-fix
      action: Require PR porting labels
      action: Add issue to project and move to "In progress" on linked PR
      Merge pull request #828 from jodh-intel/actions-require-pr-porting-labels
      action: Improve porting checks
      Merge pull request #836 from dgibson/bug834and835

Julio Montes (2):
      Merge pull request #844 from jodh-intel/action-improve-porting-checks
      Merge pull request #855 from dgibson/pcipath

Pradipta Kr. Banerjee (1):
      oci: Fix running of OCI hooks

Shukui Yang (1):
      network: Fix Could not create destination mount point: /etc/resolv.conf

Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
dgibson committed Oct 26, 2020
1 parent 0b8ef4d commit 1c0dccb
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 322 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "e921aa3d0fa39cbd7933c15bd6ae7f0a1d7ab757"
revision = "f9eab0fe9adb34e4f9f4a11f42a3eff983fd0659"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand Down
73 changes: 36 additions & 37 deletions vendor/github.com/kata-containers/agent/pkg/types/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c0dccb

Please sign in to comment.