aboutsummaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-07-22 10:48:13 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-07-22 10:48:13 -0400
commit9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8 (patch)
treec52c30a688b77d37fa944cc52118d033d4a9b97d /vendor
parentff31cdc5588b6ae41e4ecd578e829da90ba64346 (diff)
downloadpodman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.tar.gz
podman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.tar.bz2
podman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.zip
Bump github.com/containers/common to v0.14.6
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/containers/common/pkg/config/systemd.go10
-rw-r--r--vendor/github.com/containers/common/version/version.go2
-rw-r--r--vendor/modules.txt2
3 files changed, 12 insertions, 2 deletions
diff --git a/vendor/github.com/containers/common/pkg/config/systemd.go b/vendor/github.com/containers/common/pkg/config/systemd.go
index e02f52192..02e5c4ac2 100644
--- a/vendor/github.com/containers/common/pkg/config/systemd.go
+++ b/vendor/github.com/containers/common/pkg/config/systemd.go
@@ -2,7 +2,17 @@
package config
+import (
+ "github.com/containers/common/pkg/cgroupv2"
+ "github.com/containers/storage/pkg/unshare"
+)
+
func defaultCgroupManager() string {
+ enabled, err := cgroupv2.Enabled()
+ if err == nil && !enabled && unshare.IsRootless() {
+ return CgroupfsCgroupsManager
+ }
+
return SystemdCgroupsManager
}
func defaultEventsLogger() string {
diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go
index d5004c60a..d3f67d04c 100644
--- a/vendor/github.com/containers/common/version/version.go
+++ b/vendor/github.com/containers/common/version/version.go
@@ -1,4 +1,4 @@
package version
// Version is the version of the build.
-const Version = "0.14.4"
+const Version = "0.14.6"
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 2aab33b70..0fdbbb67f 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -84,7 +84,7 @@ github.com/containers/buildah/pkg/secrets
github.com/containers/buildah/pkg/supplemented
github.com/containers/buildah/pkg/umask
github.com/containers/buildah/util
-# github.com/containers/common v0.14.4
+# github.com/containers/common v0.14.6
github.com/containers/common/pkg/apparmor
github.com/containers/common/pkg/auth
github.com/containers/common/pkg/capabilities