Skip to content

Releases: containers/common

v0.14.2

25 Jun 13:35
Compare
Choose a tag to compare

Remove the VERSION file which was causing issues in non-master
branches for go. The version is now tracked in the version
package.

v0.14.1

25 Jun 10:49
Compare
Choose a tag to compare
  • Remove race condition on sync.Once
  • Change AppArmor profile prefix and fix name-check

v0.14.0

16 Jun 20:42
Compare
Choose a tag to compare
Add ability to read and write a default config file
Bump github.com/onsi/ginkgo from 1.12.3 to 1.13.0
replace error-prone non-ASCII quotes in template config

v0.13.1

11 Jun 09:51
Compare
Choose a tag to compare
logout suggests logout with docker

v0.13.0

08 Jun 19:13
Compare
Choose a tag to compare
V2 Store identity associated with remote URL
Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
Bump github.com/containers/storage from 1.20.1 to 1.20.2
Bump github.com/onsi/ginkgo from 1.12.2 to 1.12.3
Bump github.com/opencontainers/runc from 1.0.0-rc9 to 1.0.0-rc90

v0.12.0

28 May 20:54
Compare
Choose a tag to compare
Add support for Remote flags in containers.conf
Do not validate paths on remote platforms
Add full path for error messages on containers.conf
Bump github.com/opencontainers/selinux from 1.5.1 to 1.5.2
Bump github.com/onsi/ginkgo from 1.12.1 to 1.12.2
fixes for pkg/sysinfo/checkCgroupPids
pkg/sysinfo: fix error path in checkCgroupPids
pkg/sysinfo/checkCgroupPids: speedup

v0.11.4

21 May 15:24
Compare
Choose a tag to compare
Bump github.com/onsi/gomega from 1.10.0 to 1.10.1
Bump github.com/containers/storage from 1.19.2 to 1.20.1
Bump github.com/onsi/ginkgo from 1.12.0 to 1.12.1
Revert removal of Set flags

v0.11.3

16 May 10:31
Compare
Choose a tag to compare
Ignore empty strings from libpod.conf
Bump github.com/containers/storage from 1.19.1 to 1.19.2
Bump github.com/containers/image/v5 from 5.4.3 to 5.4.4
return Containers.PidsLimit iff rootless and cgroupmanager==systemd

v0.11.2

11 May 13:26
Compare
Choose a tag to compare
pkg/config: set correct path in XDG_CONFIG_HOME

v0.11.1

08 May 12:32
Compare
Choose a tag to compare
Simplify option handling
Document the intent of fully handling various options
Implement *.AuthFile and LoginOptions.CertDir
Do not set StaticDirSet, TmpDirSet,VolumePathSet
Remove LogoutOptions.Stdin
Provide a CLI flag for LoginOptions.GetLoginSet
Don't set pids limit on rootless cgroupv1 systems