Skip to content

Releases: containers/oci-seccomp-bpf-hook

v1.3.0

Choose a tag to compare

@giuseppe giuseppe released this 18 Mar 12:30
v1.3.0

What's Changed

  • Bump to v1.2.11 by @vrothberg in #192
  • fix(deps): update module github.com/containers/storage to v1.58.0 by @renovate[bot] in #193
  • fix(deps): update module github.com/containers/storage to v1.59.1 by @renovate[bot] in #197
  • Makefile.am: bump .golangci-lint by @giuseppe in #202
  • fix(deps): update module github.com/sirupsen/logrus to v1.9.4 by @renovate[bot] in #201
  • fix(deps): update module github.com/opencontainers/runtime-spec to v1.3.0 by @renovate[bot] in #199
  • fix(deps): update module github.com/containers/common to v0.64.2 by @renovate[bot] in #194
  • fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #198
  • fix(deps): update module github.com/seccomp/libseccomp-golang to v0.11.1 by @renovate[bot] in #196
  • chore(deps): update dependency containers/automation_images to v20260310 by @giuseppe in #203
  • chore: switch Go imports from github.com/containers to go.podman.io by @giuseppe in #204

Full Changelog: v1.2.11...v1.3.0

v1.2.11

Choose a tag to compare

@vrothberg vrothberg released this 31 Mar 11:07

Fix an issue where the read syscall isn't being correctly recorded on
RHEL 10, see https://issues.redhat.com/browse/RHEL-85351.

v1.2.10

Choose a tag to compare

@vrothberg vrothberg released this 20 Oct 08:53

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

Choose a tag to compare

@vrothberg vrothberg released this 18 Apr 15:23
  • Cirrus: Always collect journal after testing
  • Cirrus: Update CI VM Images
  • fix builds on recent kernels
  • Update module github.com/opencontainers/runtime-spec to v1.1.0-rc.2
  • Update module github.com/stretchr/testify to v1.8.2
  • Use the latest fedora base image
  • Add renovate configuration
  • bump dependencies
  • Updates for golang 1.19
  • Cirrus: Update CI VM images to F37

v1.2.8

Choose a tag to compare

@vrothberg vrothberg released this 17 Oct 13:20
  • update gobpf: fix compatibility with bcc v0.25.0

v1.2.7

Choose a tag to compare

@vrothberg vrothberg released this 12 Oct 07:56
  • README: add copyright notice
  • Cirrus: Use the latest imgts container

v1.2.6

Choose a tag to compare

@vrothberg vrothberg released this 11 Jul 12:47
  • use containers/common/pkg/seccomp
  • fix make validate
  • CI: squash build & test tasks
  • CI: use newer libpod image
  • CI: bump golangci-lint to v1.45.2
  • CI: bump to golang:1.18 image

v1.2.5

Choose a tag to compare

@vrothberg vrothberg released this 16 Mar 08:47

Plus changes from v1.2.4 which has not been tagged as the above CVE just popped up in the alerts after merging the v1.2.4 branch:

  • migrate to native error handling
  • update dependencies
  • Remove unused zero_64 variable
  • Do not record empty syscall names
  • [CI:DOCS] Update link master -> main
  • Fix docs links due to branch rename
  • bump github.com/iovisor/gobpf v0.1.1 -> v0.2.0
  • Update F34beta -> F34

v1.2.3

Choose a tag to compare

@vrothberg vrothberg released this 27 Apr 12:44

This fixes a build issue on armv7hl

v1.2.2

Choose a tag to compare

@vrothberg vrothberg released this 20 Apr 14:25

Mostly performance improvements and bug fixes for Fedora 34.

  • cirrus: set selinux to permissive
  • hook: delay SIGUSR1
  • Cirrus: Use shared get_ci_vm container image
  • Cirrus: Update to F34beta VM image
  • ebpf: check for NULL
  • ebpf: move prctl handling to ebpf
  • ebpf: memorize what syscalls were notified
  • Test suite: minimal tweaks for gating environment