dependabot[bot]
467dd23402
build(deps): bump golang.org/x/sys from 0.1.0 to 0.2.0
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/compare/v0.1.0...v0.2.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-09 04:04:06 +00:00
Sebastiaan van Stijn
627e815f20
Merge pull request #3654 from AkihiroSuda/go-mod-sys-v0.1.0
...
go.mod: golang.org/x/*: use tagged versions
2022-11-08 22:32:06 +01:00
dependabot[bot]
e0d3c3e07f
build(deps): bump github.com/coreos/go-systemd/v22 from 22.4.0 to 22.5.0
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.4.0 to 22.5.0.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.4.0...v22.5.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-systemd/v22
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-08 04:10:57 +00:00
Akihiro Suda
79aedac186
go.mod: golang.org/x/*: use tagged versions
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2022-11-03 11:11:19 +09:00
Kir Kolyshkin
6462e9de67
runc update: implement memory.checkBeforeUpdate
...
This is aimed at solving the problem of cgroup v2 memory controller
behavior which is not compatible with that of cgroup v1.
In cgroup v1, if the new memory limit being set is lower than the
current usage, setting the new limit fails.
In cgroup v2, same operation succeeds, and the container is OOM killed.
Introduce a new setting, memory.checkBeforeUpdate, and use it to mimic
cgroup v1 behavior.
Note that this is not 100% reliable because of TOCTOU, but this is the
best we can do.
Add some test cases.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-11-02 17:15:26 -07:00
Radostin Stoyanov
fbce47a6b6
deps: bump github.com/checkpoint-restore/go-criu to 6.3.0
...
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org >
2022-11-01 10:08:14 +00:00
Akihiro Suda
535b8b716a
Merge pull request #3619 from opencontainers/dependabot/go_modules/github.com/opencontainers/selinux-1.10.2
...
build(deps): bump github.com/opencontainers/selinux from 1.10.1 to 1.10.2
2022-10-04 09:29:25 +09:00
dependabot[bot]
1be5d45df9
build(deps): bump github.com/cilium/ebpf from 0.9.1 to 0.9.3
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.9.1...v0.9.3 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 04:15:32 +00:00
dependabot[bot]
da9126f788
build(deps): bump github.com/opencontainers/selinux
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.10.1...v1.10.2 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-29 04:09:47 +00:00
dependabot[bot]
7189ba8dfe
build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.2 to 22.4.0
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.3.2 to 22.4.0.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.3.2...v22.4.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-systemd/v22
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-28 21:26:56 +00:00
dependabot[bot]
6fce0a1c67
build(deps): bump github.com/checkpoint-restore/go-criu/v6
...
Bumps [github.com/checkpoint-restore/go-criu/v6](https://github.com/checkpoint-restore/go-criu ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/checkpoint-restore/go-criu/releases )
- [Commits](https://github.com/checkpoint-restore/go-criu/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: github.com/checkpoint-restore/go-criu/v6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 04:24:11 +00:00
Prajwal S N
746f45807d
deps: bump go-criu to v6
...
The v6.0.0 release of go-criu has deprecated the `rpc` package in favour
of the `crit` package. This commit provides the changes required to use
this version in runc.
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com >
2022-09-06 11:55:17 +05:30
dependabot[bot]
45041985e3
build(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0
...
Bumps [github.com/docker/go-units](https://github.com/docker/go-units ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/docker/go-units/releases )
- [Commits](https://github.com/docker/go-units/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/go-units
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 04:15:34 +00:00
Kir Kolyshkin
7e54290f11
Merge pull request #3530 from opencontainers/dependabot/go_modules/github.com/cilium/ebpf-0.9.1
...
build(deps): bump github.com/cilium/ebpf from 0.9.0 to 0.9.1
2022-08-04 15:38:07 -07:00
dependabot[bot]
450dd3e237
build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-29 23:51:56 +00:00
dependabot[bot]
6d00bf6cc3
build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-29 14:49:27 +00:00
dependabot[bot]
d9a3acb9fc
build(deps): bump github.com/cilium/ebpf from 0.9.0 to 0.9.1
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.9.0...v0.9.1 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 19:05:50 +00:00
Alban Crequy
c152e8310f
go.mod: update runtime-spec
...
Signed-off-by: Alban Crequy <albancrequy@microsoft.com >
2022-07-28 16:25:26 +02:00
Davanum Srinivas
56fcc9385c
Switch to newer v0.10.0 release of libseccomp-golang
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2022-06-10 15:27:30 -04:00
dependabot[bot]
5ed3fdff8f
build(deps): bump github.com/moby/sys/mountinfo from 0.6.1 to 0.6.2
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/mountinfo/v0.6.1...mountinfo/v0.6.2 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-07 04:14:12 +00:00
Sebastiaan van Stijn
182d77c1a9
Merge pull request #3491 from kolyshkin/bump-ebpf-0.9.0
...
vendor: bump cilium/ebpf to v0.9.0
2022-05-27 10:24:26 +02:00
Kir Kolyshkin
65f41d57d9
vendor: bump urfave/cli, add urfave_cli_no_docs tag
...
This removes the runc dependency on cpuguy83/md2man and
russross/blackfriday, which saves more than 400 KB (more than 300 KB
once stripped) from the binary.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-05-26 13:51:48 -07:00
Kir Kolyshkin
e0406b4ba6
vendor: bump cilium/ebpf to v0.9.0
...
Also, change the deprecated Sym to WithSymbol.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-05-26 13:35:32 -07:00
wineway
cab3888575
go.mod: golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
...
to include https://go-review.googlesource.com/c/sys/+/387194 which ensured unix::Getwd returned path is absolute
Signed-off-by: wineway <wangyuweihx@gmail.com >
2022-05-11 17:25:34 -07:00
CrazyMax
df2bc1380e
vendor: bump seccomp/libseccomp-golang to f33da4d
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-05-03 13:15:02 +02:00
Kir Kolyshkin
9c710564fd
vendor: bump urfave/cli to v1.22.6
...
This finally fixes the regression of not allowing -1 as an argument,
which is reported in https://github.com/urfave/cli/pull/1135 .
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-04-21 19:36:49 -07:00
dependabot[bot]
de25777a4b
build(deps): bump github.com/moby/sys/mountinfo from 0.6.0 to 0.6.1
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/signal/v0.6.0...mountinfo/v0.6.1 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-13 04:17:00 +00:00
dependabot[bot]
d77f898ff5
build(deps): bump github.com/opencontainers/selinux
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.10.0...v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-30 04:16:27 +00:00
dependabot[bot]
82bc042d27
build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.27.1...v1.28.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-23 18:14:30 +00:00
Kir Kolyshkin
a0f8847e2a
Drop go 1.16
...
Require go 1.17 from now on, since go 1.16 is no longer supported.
Drop go1.16 compatibility.
NOTE we also have to install go 1.18 from Vagrantfile, because
Fedora 35 comes with Go 1.16.x which can't be used.
Note the changes to go.mod and vendor are due to
https://go.dev/doc/go1.17#tools
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-03-22 12:22:22 -07:00
dependabot[bot]
ab9609dbc2
build(deps): bump github.com/godbus/dbus/v5 from 5.0.6 to 5.1.0
...
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus ) from 5.0.6 to 5.1.0.
- [Release notes](https://github.com/godbus/dbus/releases )
- [Commits](https://github.com/godbus/dbus/compare/v5.0.6...v5.1.0 )
---
updated-dependencies:
- dependency-name: github.com/godbus/dbus/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 04:22:13 +00:00
dependabot[bot]
0f0f1f61e2
build(deps): bump github.com/cilium/ebpf from 0.8.0 to 0.8.1
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.8.0...v0.8.1 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-15 04:14:16 +00:00
Qiang Huang
657ed0d4a0
Merge pull request #3354 from kolyshkin/factory-cleanup
...
Factory cleanup, some of the changes might make code less scalable, but we can add them back when we really want to scale someday.
2022-02-11 11:56:39 +08:00
dependabot[bot]
24ab543f58
build(deps): bump github.com/moby/sys/mountinfo from 0.5.0 to 0.6.0
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/signal/v0.5.0...signal/v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-04 04:16:30 +00:00
Kir Kolyshkin
9258eac072
libct/start: use execabs for newuidmap lookup
...
Since we are looking up the path to newuidmap/newgidmap in one context,
and executing those in another (libct/nsenter), it might make sense to
use a stricter rules for looking up path to those binaries.
Practically it means that if someone wants to use custom newuidmap and
newgidmap binaries from $PATH, it would be impossible to use these from
the current directory by means of PATH=.:$PATH; instead one would have
to do something like PATH=$(pwd):$PATH.
See https://go.dev/blog/path-security for background.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-02-03 17:33:00 -08:00
dependabot[bot]
cb36410868
build(deps): bump github.com/cilium/ebpf from 0.7.0 to 0.8.0
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 04:15:07 +00:00
dependabot[bot]
e155b3322c
build(deps): bump github.com/checkpoint-restore/go-criu/v5
...
Bumps [github.com/checkpoint-restore/go-criu/v5](https://github.com/checkpoint-restore/go-criu ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/checkpoint-restore/go-criu/releases )
- [Commits](https://github.com/checkpoint-restore/go-criu/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: github.com/checkpoint-restore/go-criu/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-22 04:18:26 +00:00
Akihiro Suda
f8c48e4617
go.mod: golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-12-07 17:33:46 +09:00
dependabot[bot]
e9ed200031
build(deps): bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.9.1...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-22 04:21:12 +00:00
Sebastiaan van Stijn
02d527d26d
go.mod: github.com/moby/sys/mountinfo v0.5.0
...
full diff: https://github.com/moby/sys/compare/mountinfo/v0.4.1...mountinfo/v0.5.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-11-05 17:10:46 +01:00
Sebastiaan van Stijn
0e21d56ed8
go.mod: golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
...
full diff: https://github.com/golang/sys/compare/6f6e22806c34...69cdffdb9359
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-11-05 17:09:21 +01:00
dependabot[bot]
b2d64fed31
build(deps): bump github.com/checkpoint-restore/go-criu/v5
...
Bumps [github.com/checkpoint-restore/go-criu/v5](https://github.com/checkpoint-restore/go-criu ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/checkpoint-restore/go-criu/releases )
- [Commits](https://github.com/checkpoint-restore/go-criu/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: github.com/checkpoint-restore/go-criu/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-05 04:16:40 +00:00
dependabot[bot]
fc658fb611
build(deps): bump github.com/godbus/dbus/v5 from 5.0.5 to 5.0.6
...
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus ) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/godbus/dbus/releases )
- [Commits](https://github.com/godbus/dbus/compare/v5.0.5...v5.0.6 )
---
updated-dependencies:
- dependency-name: github.com/godbus/dbus/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-29 16:55:45 +00:00
dependabot[bot]
dc473cad80
build(deps): bump github.com/cilium/ebpf from 0.6.2 to 0.7.0
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.6.2...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-18 17:50:42 +00:00
dependabot[bot]
6eba68deae
build(deps): bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.8.5 to 1.9.1.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.8.5...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-07 04:21:41 +00:00
Adrian Reber
412d68d1bd
Vendor in go-criu v5.1.0
...
Signed-off-by: Adrian Reber <areber@redhat.com >
2021-09-20 10:01:16 +02:00
Shengjing Zhu
163e2523d7
libct/cg: replace bitset with std math/big library
...
Cut down third party dependency.
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2021-09-19 23:38:15 +08:00
Akihiro Suda
7e9fd9941a
Merge pull request #3211 from opencontainers/dependabot/go_modules/github.com/bits-and-blooms/bitset-1.2.1
...
build(deps): bump github.com/bits-and-blooms/bitset from 1.2.0 to 1.2.1
2021-09-10 16:03:40 +09:00
dependabot[bot]
0865908023
build(deps): bump github.com/bits-and-blooms/bitset from 1.2.0 to 1.2.1
...
Bumps [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/bits-and-blooms/bitset/releases )
- [Commits](https://github.com/bits-and-blooms/bitset/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/bits-and-blooms/bitset
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-10 04:22:43 +00:00
dependabot[bot]
622acd24fb
build(deps): bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.8.4...v1.8.5 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-10 04:22:23 +00:00