Skip to content

Releases: containers/common

v0.47.0

20 Jan 18:09
Compare
Choose a tag to compare

What's Changed

  • Bump to v0.46.0 by @rhatdan in #788
  • Standardize on capatalize logrus messages, remove stutters by @rhatdan in #787
  • libimage: prune: allow for removing external containers by @vrothberg in #785
  • libimage: use faster json library by @vrothberg in #792
  • libimage: load: try docker-archive first by @vrothberg in #793
  • config: add omitzero for numeric types by @Luap99 in #795
  • build(deps): bump github.com/containers/storage from 1.36.0 to 1.37.0 by @dependabot in #794
  • [CI:DOCS] Moved containerfile man page to buildah by @rhatdan in #799
  • build(deps): bump github.com/docker/docker from 20.10.8+incompatible to 20.10.9+incompatible by @dependabot in #801
  • build(deps): bump github.com/containers/image/v5 from 5.16.0 to 5.16.1 by @dependabot in #804
  • build(deps): bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1 by @dependabot in #805
  • libimage: Include Index in listTags response by @jelly in #803
  • libimage: Pull: fix logs by @vrothberg in #806
  • libimage: Inspect: add InspectOptions by @vrothberg in #808
  • containers.conf: unknown keys: reduce to Debug level by @vrothberg in #807
  • libimage: Return the full registry domain when searching by @jelly in #802
  • build(deps): bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 by @dependabot in #810
  • libimage: speed up image filters by @vrothberg in #811
  • build(deps): bump github.com/docker/docker from 20.10.9+incompatible to 20.10.10+incompatible by @dependabot in #817
  • add pkg/flag from Skopeo by @vrothberg in #814
  • Add a hint to resolve a misconfigured helper_binaries_dir by @jre21 in #813
  • build(deps): bump github.com/onsi/gomega from 1.16.0 to 1.17.0 by @dependabot in #819
  • libimage: inspect: extract healthchecks from configs by @vrothberg in #822
  • seccomp: accept strings for errno values by @giuseppe in #821
  • Add network_backend field for switching to netavark by @mheon in #824
  • pkg/download: for downloading files into tmp by @vrothberg in #825
  • libimage/manifests.list.Add(): pull variant info from configs by @nalind in #818
  • FindHelperBinary(): allow override via envariable by @edsantiago in #823
  • parse: accept idmap by @giuseppe in #827
  • Set the environment variables for the engine by @rhatdan in #828
  • build(deps): bump github.com/docker/docker from 20.10.10+incompatible to 20.10.11+incompatible by @dependabot in #829
  • increase default machine vm size to 100GiB by @vrothberg in #832
  • Set netns to default to private like other namespaces by @rhatdan in #830
  • Refactor report package to be more compatible by @jwhonce in #831
  • UPdate vendor of container/storage by @rhatdan in #834
  • build(deps): bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0 by @dependabot in #835
  • containers.conf: add option to enforce docker.io for compat API by @vrothberg in #833
  • libimage: enforce "latest" tag when looking up images by @vrothberg in #836
  • build(deps): bump github.com/containers/image/v5 from 5.16.1 to 5.17.0 by @dependabot in #837
  • libimage: search custom registries by @vrothberg in #838
  • manifests: set MediaType in OCI indexes by @nalind in #839
  • Check accessibility to journal without sdjournal library by @hshiina in #841
  • If we tell system to never pull we should not pull by @rhatdan in #816
  • build(deps): bump github.com/jinzhu/copier from 0.3.2 to 0.3.4 by @dependabot in #843
  • build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 by @dependabot in #844
  • config: add CompressionFormat option by @giuseppe in #845
  • reference filter: match exact behavior of Docker by @vrothberg in #847
  • Fix login/logout for docker.io/vendor by @mtrmac in #763
  • Update to f35 by @cevich in #846
  • Don’t retry on errcode.ErrorCodeDenied by @mtrmac in #727
  • Cirrus: Switch to VMs for CI by @cevich in #849
  • Move pkg/cgroups into common to be shared with buildah by @rhatdan in #842
  • libimage: fix reference filters by @vrothberg in #850
  • build(deps): bump github.com/opencontainers/runc from 1.0.2 to 1.0.3 by @dependabot in #851
  • Add image and repo defaults for podman machine by @n1hility in #852
  • load: support buildkit archives by @vrothberg in #853
  • Support matching filters disjoint filters by @rhatdan in #854
  • build(deps): bump github.com/docker/docker from 20.10.11+incompatible to 20.10.12+incompatible by @dependabot in #856
  • libimage: filter: check if image is corrupted in case of error by @vrothberg in #857
  • Add filters for image and manifest by @rhatdan in #855
  • cgroup: retry rmdir up to 5 seconds on EBUSY by @giuseppe in #858
  • Fix build failure on Podman vendor by @rhatdan in #859
  • build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #861
  • add libnetwork package by @Luap99 in #863
  • Run make build-cross in cirrus by @rhatdan in #860
  • pull: fix pulling from dir transport by @vrothberg in #864
  • Fix darwin builds by @rhatdan in #869
  • build(deps): bump github.com/containernetworking/plugins from 0.9.1 to 1.0.1 by @dependabot in #865
  • libimage: normalize platform by @vrothberg in #867
  • cgroups: do not create $ROOT/pids on cgroupv2 by @giuseppe in #868
  • fix: fixup memory usage for cgroup v2 by @ttys3 in #870
  • fix typo by @junnplus in #871
  • libnetwork: add function to get the default network backend by @Luap99 in #872
  • libnetwork: add method to get the default network name by @Luap99 in #873
  • Revert "pull: fix pulling from dir transport" by @Luap99 in #875
  • WEB Proxy is used in at least three different places in code by @rhatdan in #874
  • No reason to use a Map versus a slice for ProxyEnv by @rhatdan in #876
  • libnetwork: use atomic write for the backend file by @Luap99 in #877
  • image lookup: apply checks for matching digest by @vrothberg in #878
  • pull: fix pulling from dir transport by @vrothberg in #879
  • libimage: refine pull-policy enforcement for custom platforms by @vrothberg in #880
  • libnetwork: verify static ip only for host-local ipam and allow mtu option for netavark macvlan driver by @Luap99 in #881
  • libimage: pull: platform checks for non-local platform by @vrothberg in #882
  • libnetwork: run unit tests by @Luap99 in #884
  • build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 by @dependabot in #886
  • Cirrus: Make netavark binary available to unit tests by @cevich in #883
  • Document the events_logfile_path field in containers.conf by @rhatdan in https://github.com/containers/common/pull...
Read more

v0.44.4

30 Nov 13:32
Compare
Choose a tag to compare

v0.44.3

01 Oct 14:34
v0.44.3
Compare
Choose a tag to compare

config: add omitzero for numeric types

v0.44.2

27 Sep 18:07
v0.44.2
Compare
Choose a tag to compare

Add machine table to containers.conf

v0.46.0

24 Sep 19:28
Compare
Choose a tag to compare
containers.conf.5.md: simplify wording to avoit tautology
Add machine table to containers.conf
libimage: load: improve error messages

v0.45.0

21 Sep 18:57
Compare
Choose a tag to compare
copier: add OciAcceptUncompressedLayers option
Export no such secret error
libimage: accept CompressionFormat/CompressionLevel
Add description of slirp options
UserNS should default to '' rather then host
(*libimage.Image).HasDifferentDigest: add authentication
libimage: accept CompressionFormat/CompressionLevel
Enable ipv6 for rootless users by default
Make podman system service timeout configurable in containers.conf
build(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2
Merge pull request #768 from fcrozat/krun
ensure same path is used in all location for krun
Add support for image_copy_tmp_dir

v0.44.1

20 Sep 11:26
Compare
Choose a tag to compare
  • (*libimage.Image).HasDifferentDigest: add authentication

v0.42.3

20 Sep 11:16
Compare
Choose a tag to compare
  • (*libimage.Image).HasDifferentDigest: add authentication

v0.42.2

14 Sep 15:02
Compare
Choose a tag to compare
Backports for Podman 3.3.2
Fix the fallback runtime path
Switch default Rootless Networking to "CNI" for OSX
libimage: disk usage: catch corrupted images
set GOPROXY=https://proxy.golang.org

v0.44.0

13 Sep 13:35
Compare
Choose a tag to compare
Add HelperBinariesDir field to engine config
Add space trimming check in sysctl.Validate
Cirrus: Use fresher VM images
Fix `pkg/sysctl` path typo
Fix the fallback runtime path
Switch default Rootless Networking to "CNI" for OSX
Update pkg/sysctl/sysctl.go
add some cni plugin paths
build(deps): bump github.com/containers/image/v5 from 5.15.0 to 5.16.0
build(deps): bump github.com/containers/storage from 1.34.0 to 1.35.0
build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.16.0
build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
build(deps): bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5
docs/containers.conf.5.md: Fix manpage section
fix untag + v0.43.2
libimage: disk usage: catch corrupted images
libimage: relax untag by digest checks
path: dest paths inside container should always be treated as *nix type
remove-image: Add optional `LookupManifest` to RemoveImagesOptions.
runtime: Add ReturnManifestIfPresent to LookupImageOptions
runtime: Add `ManifestList` to `LookupImageOptions`
seccomp: allow memfd_secret