Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: update dependencies #184

Merged
merged 3 commits into from Nov 19, 2020
Merged

go.mod: update dependencies #184

merged 3 commits into from Nov 19, 2020

Conversation

thaJeztah
Copy link
Member

go.mod: github.com/cilium/ebpf v0.2.0

full diff: cilium/ebpf@1c8d4c9...v0.2.0

v0.1.0 - Deprecate MapABI and ProgramABI

This release deprecates MapABI and ProgramABI in favour of straight up getters on Map and Program.

v0.2.0 - Support LSM hook and add network namespace link

The library now understands lsm/ sections. There is a new link.NetNsLink which allows attaching sk_lookup and flow_dissector programs.

  • btf: add go-fuzz targets
  • btf: avoid Type copy in FuncProto.walk
  • btf: check err in loadSpecFromVmlinux
  • btf: handle type name flavours
  • CI: test on 5.9 kernel
  • cmd/bpf2go: output ELF .o next to the .go file
  • link: add AttachSkLookup
  • Remove two unused functions
  • Support LSM attach
  • use buffered I/O to cut down on read syscalls
  • Various doc link fixes

go.mod: github.com/coreos/go-systemd v22.1.0

full diff: coreos/go-systemd@v22.0.0...v22.1.0

  • docs: update docs links in README
  • unit: do not export private constants
  • unit: deserialize keeps all semantic data
  • deserialize: Use quote to print possibly-invalid string
  • login1: support getting active session and session details

go.mod: sirupsen/logrus v1.7.0

full diff: sirupsen/logrus@v1.6.0...v1.7.0

removes dependency on github.com/konsorten/go-windows-terminal-sequences

Features:

  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added

@thaJeztah thaJeztah requested review from AkihiroSuda and Zyqsempai and removed request for AkihiroSuda November 19, 2020 11:28
Copy link
Member

@Zyqsempai Zyqsempai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM(ci failure wasn't caused by this PR)

@thaJeztah
Copy link
Member Author

oh! we need to update GH-actions in this repo. Let me do a quick PR for that

@thaJeztah
Copy link
Member Author

opened #185

full diff: cilium/ebpf@1c8d4c9...v0.2.0

v0.1.0 - Deprecate MapABI and ProgramABI
---------------------------------------------------------------------------

This release deprecates MapABI and ProgramABI in favour of straight up getters on Map and Program.

v0.2.0 - Support LSM hook and add network namespace link
---------------------------------------------------------------------------

The library now understands lsm/ sections. There is a new link.NetNsLink which allows attaching sk_lookup and flow_dissector programs.

- btf: add go-fuzz targets
- btf: avoid Type copy in FuncProto.walk
- btf: check err in loadSpecFromVmlinux
- btf: handle type name flavours
- CI: test on 5.9 kernel
- cmd/bpf2go: output ELF .o next to the .go file
- link: add AttachSkLookup
- Remove two unused functions
- Support LSM attach
- use buffered I/O to cut down on read syscalls
- Various doc link fixes

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: coreos/go-systemd@v22.0.0...v22.1.0

- docs: update docs links in README
- unit: do not export private constants
- unit: deserialize keeps all semantic data
- deserialize: Use quote to print possibly-invalid string
- login1: support getting active session and session details

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: sirupsen/logrus@v1.6.0...v1.7.0

removes dependency on github.com/konsorten/go-windows-terminal-sequences

Features:

* a new buffer pool management API has been added
* a set of `<LogLevel>Fn()` functions have been added

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

rebased, now that #185 was merged

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit 4cbc285 into containerd:master Nov 19, 2020
@thaJeztah thaJeztah deleted the bump_deps branch November 19, 2020 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants