Skip to content

Releases: containers/common

v0.40.0

16 Jun 09:55
Compare
Choose a tag to compare
Add default for log-tag
Add support for config drop in directories
Do not set the default netns
Don't use systemd defaults if /proc/1/comm != systemd
Fix spacing on name value pairs to be consistent
Leave default seccomp path empty
Sort containers.conf and containers.conf.5.md
Strip extra trailing newlines in templates
Tests are writing customer config to host machine
Use SetCredentials and add verbose to loginopts
[NO TESTS NEEDED] Sort containers.conf and containers.conf.5.md
add 'secret' section to the containers.conf struct.
add @Luap99 to OWNERS
add passdriver for secrets.
build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0
build(deps): bump github.com/containers/storage from 1.32.0 to 1.32.2
build(deps): bump github.com/docker/docker
build(deps): bump github.com/jinzhu/copier from 0.3.0 to 0.3.2
build(deps): bump github.com/onsi/ginkgo from 1.16.2 to 1.16.4
build(deps): bump github.com/onsi/gomega from 1.12.0 to 1.13.0
build(deps): bump github.com/opencontainers/selinux from 1.8.1 to 1.8.2
fix autodiscovery of the secret passdriver.
fixed comments
libimage: fix Exists
libimage: pull: turn image-lookup errors non-fatal
libmage: Exists: catch corrupted images
made necessary changes to handle OS/Arch while importing an image
pkg/config: fix systemd compile errors
pull: don't resolve short names on explicit docker:// reference
seccomp: add support for defaultErrnoRet
seccomp: allow more *_time64 syscalls
seccomp: allow timer_settime64
seccomp: switch default to ENOSYS
secrets: fix build with go 1.15
support tag@digest notation

v0.38.9

10 Jun 15:29
Compare
Choose a tag to compare
  • libimage: fix Exists

v0.38.8

10 Jun 11:05
Compare
Choose a tag to compare
  • libmage: Exists: catch corrupted images

v0.38.7

09 Jun 13:36
Compare
Choose a tag to compare
  • libimage: pull: turn image-lookup errors non-fatal

v0.38.6

09 Jun 07:20
Compare
Choose a tag to compare
  • [0.38] Leave default seccomp path empty

v0.38.5

27 May 11:10
Compare
Choose a tag to compare
  • pull: don't resolve short names on explicit docker:// reference

v0.39.0

25 May 18:31
Compare
Choose a tag to compare
Vendor in containers/storage v1.32.0
Ensure configuration directory is created for networks
Include gateway in generated default networks
Use Private as default for rootless when we want CNI
rootless networking
libimage: add some comments
libimage: add more image tests
build(deps): bump github.com/containers/storage from 1.31.1 to 1.32.0
rootless_networking = "slirp4netns | cni"
build(deps): bump github.com/opencontainers/runc from 1.0.0-rc94 to 1.0.0-rc95

v0.38.4

19 May 14:34
Compare
Choose a tag to compare
Revert "Do not emit warnings about OCI runtime paths"
libimage: lookup: tolerate corrupted image

v0.38.3

18 May 18:38
Compare
Choose a tag to compare
build(deps): bump github.com/containers/storage from 1.30.3 to 1.31.1
libimage: fix manifest list lookup

v0.38.2

17 May 17:38
Compare
Choose a tag to compare
libimage: add save tests
libimage/Image.HasDifferentDigest: handle manifest lists
libimage: push: ignore image platform
Cirrus: Use config. in common with all repos.
libimage: add import test
Fix handling of all capabilities
libimage: add save tests
containers.conf: don't set default logging driver