Releases: containers/oci-seccomp-bpf-hook
Releases · containers/oci-seccomp-bpf-hook
Release list
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
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
What's Changed
- Numerous dependency updates along with adding a check for root privileges to fix https://bugzilla.redhat.com/show_bug.cgi?id=2218663.
Full Changelog: v1.2.9...v1.2.10
v1.2.9
- 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
v1.2.7
v1.2.6
v1.2.5
- fix CVE-2019-11254: require gopkg.in/yaml.v2@v2.2.8
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_64variable - 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
v1.2.2
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