Releases: containers/common
Releases · containers/common
v0.50.1
v0.50.0
What's Changed
- RFC: tag v0.49.1 by @mtrmac in #1107
- Podman rmi --no-prune flag by @karthikelango137 in #1108
- libimage: image removal: add hint to external containers by @vrothberg in #1111
- cirrus: bump cpus and ram by @vrothberg in #1113
- ssh package by @cdoern in #1094
- Add conmon-rs paths by @jakecorrenti in #1117
- GHA: Use golang 1.18 + run in verbose mode by @cevich in #1120
- config: look at the conmon-rs version string by @giuseppe in #1121
- Use an alternative CNI lock for read-only config dirs by @mheon in #1122
- Eliminate segfault when image does not have config by @rhatdan in #1118
- Fix spelling mistake by @rhatdan in #1128
- Adjust default volumes for windows compatibility by @arixmkii in #1125
- Add volume plugin timeout to containers.conf by @mheon in #1129
- build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.8 by @dependabot in #1116
- config: Allow specifying helper dirs with $BINDIR as base directory by @filbranden in #1127
- Add support for returning image path with ARCH and OS Substitutions by @rhatdan in #1119
- libimage: untag events on image removal by @vrothberg in #1132
- Fix stutters by @rhatdan in #1138
- Change default cgroups mode to enabled on FreeBSD by @dfr in #1137
- build(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.1 by @dependabot in #1139
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 by @dependabot in #1141
- docs: containers.conf: list all log drivers by @vrothberg in #1133
- cgroup: do not fail with missing cpuset file by @giuseppe in #1135
- build(deps): bump github.com/onsi/gomega from 1.20.1 to 1.20.2 by @dependabot in #1143
- build(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0 by @dependabot in #1144
- pkg/report: handle newline in template string by @Luap99 in #1146
- Update vendor of containers/(storage,image) by @rhatdan in #1149
- Add labels to secrets by @ashley-cui in #1147
- Ignore additionalstore images when deciding to use netavark or CNI by @rhatdan in #1148
- phg/config: do not force default EventsLogFilePath by @Luap99 in #1151
- Use StoreOpts for secret store API by @ashley-cui in #1150
- build(deps): bump github.com/docker/docker from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in #1153
- libimage: remove: fix event by @vrothberg in #1154
- libnetwork/types: add correct swagger types by @Luap99 in #1156
- config: look user id instead of rootless by @giuseppe in #1157
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in #1158
- build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.2 to 22.4.0 by @dependabot in #1159
- config: correct the check for root by @giuseppe in #1161
- libimage: platform: check if image is corrupted by @vrothberg in #1160
- add proper handling for golang ssh by @cdoern in #1136
- Eval symlinks on XDG_RUNTIME_DIR by @rhatdan in #1162
- libimage.NormalizePlatform: normalize default
variant
as per specifiedarch
by @flouthoc in #1164 - build(deps): bump github.com/opencontainers/selinux from 1.10.1 to 1.10.2 by @dependabot in #1166
- Vendor in latest containers/storage by @rhatdan in #1165
- util, GetRuntimeDir: don't error out early if
XDG_RUNTIME_DIR
is not set. by @flouthoc in #1167
New Contributors
- @karthikelango137 made their first contribution in #1108
- @jakecorrenti made their first contribution in #1117
- @arixmkii made their first contribution in #1125
- @filbranden made their first contribution in #1127
Full Changelog: v0.49.1...v0.50.0
v0.49.1
v0.49.0
What's Changed
- Bump to v0.48.0 by @rhatdan in #1018
- cgroups: kill processes when deleting a cgroup by @giuseppe in #1019
- build(deps): bump github.com/containers/storage from 1.40.0 to 1.40.2 by @dependabot in #1021
- build(deps): bump github.com/containerd/containerd from 1.6.3 to 1.6.4 by @dependabot in #1022
- libimage should be using containers.conf for tmpdir by @rhatdan in #1020
- build(deps): bump github.com/docker/docker from 20.10.14+incompatible to 20.10.15+incompatible by @dependabot in #1023
- enable unparam, exportloopref and revive linters by @Luap99 in #1024
- Only attempt CGO_ENABLED builds on Linux by @dfr in #1028
- enable prealloc and makezero linters by @Luap99 in #1029
- Add SCMP_ACT_NOTIFY to seccomp actions by @ccojocar in #1027
- Define default loggers in man page by @TomSweeneyRedHat in #1011
- Config changes and pkg/parse fixes for FreeBSD by @dfr in #1026
- [CI:DOCS] Add updated horizontal containers logo by @ashley-cui in #1031
- build(deps): bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 by @dependabot in #1033
- build(deps): bump github.com/containers/storage from 1.40.2 to 1.41.0 by @dependabot in #1034
- build(deps): bump github.com/docker/docker from 20.10.15+incompatible to 20.10.16+incompatible by @dependabot in #1036
- Vendor in latest containers/image by @rhatdan in #1032
- [CI:DOCS] Add more logos and Fix logo in Code of Conduct by @ashley-cui in #1038
- Build libnetwork on FreeBSD by @dfr in #1035
- .golanci-lint: enable gofumpt by @kolyshkin in #1039
- CI: enable extra linters for new code by @kolyshkin in #1040
- cirrus-ci: rm make validate by @kolyshkin in #1041
- pkg/completion: add common completion command by @Luap99 in #1043
- libimage: load: close reader by @vrothberg in #1044
- OWNERS: add @mtrmac by @vrothberg in #1045
- Support setting image_volume_mode in containers.conf by @rhatdan in #1037
- libimage/define: add search filters by @vrothberg in #1046
- libnetwork: add new resolvconf package by @Luap99 in #1030
- libimage: address a number of TODOs by @vrothberg in #1049
- [CI:DOCS] Pin actions to a full length commit SHA by @cevich in #1050
- F36 update by @cevich in #1048
- libimage: pull: warn if platforms do not match by @vrothberg in #1052
- Check if retry error is a Timeout by @rhatdan in #1051
- Revert "pkg/completion: add common completion command" by @Luap99 in #1055
- build(deps): bump github.com/containernetworking/cni from 1.1.0 to 1.1.1 by @dependabot in #1056
- build(deps): bump github.com/containerd/containerd from 1.6.4 to 1.6.5 by @dependabot in #1060
- libimage: image lookup: check platform by @vrothberg in #1054
- build(deps): bump github.com/docker/docker from 20.10.16+incompatible to 20.10.17+incompatible by @dependabot in #1063
- Fix option names and functions to make lint happy. by @rhatdan in #1059
- build(deps): bump github.com/containerd/containerd from 1.6.5 to 1.6.6 by @dependabot in #1061
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #1062
- libimage: tweak platform checks by @vrothberg in #1065
- use runc cgroup creation logic by @cdoern in #936
- Update vendor of containers/(storage,image) and runc by @rhatdan in #1066
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #1069
- improve NewSystemd's capability for setting resources by @cdoern in #1068
- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #1070
- pkg: migrate
hooks
from podman to common by @flouthoc in #1071 - cpu quota patch by @cdoern in #1072
- build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.4 by @dependabot in #1073
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #1074
- parse: support copy and nocopy by @giuseppe in #1075
- libimage: normalize platforms correctly by @vrothberg in #1078
- type conversion for systemd memory limits and additonal tests by @cdoern in #1079
- build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #1080
- seccomp: Allow Landlock syscalls by @l0kod in #1081
- move code from Podman so it can be shared with conmon-rs by @Luap99 in #1083
- [CI:DOCS] improve pull-policy documentation by @vrothberg in #1085
- libnetwork: add isolate network option by @Luap99 in #1086
- additional cgroup testing, implementation of cpu-shares, and introduction of blkio limits. by @cdoern in #1082
- add netavark dns port option by @martinetd in #1084
- code cleanup & MemorySwap handling by @cdoern in #1087
- Switch to golang native error wrapping by @saschagrunert in #1077
- Vendor in latest containers/(storage,image) by @rhatdan in #1089
- libimage, ManifestList:
fslock
andreload
to provide race-freeAdd
API by @flouthoc in #1090 - move prune filter parsing to common by @cdoern in #1088
- cgroup v2 support for IOWeight by @cdoern in #1092
- Update vendor of containers/storage and containers/image by @rhatdan in #1093
- build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #1095
- add support for metadata in Store() by @cdoern in #1096
- build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 by @dependabot in #1098
- build(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #1097
- vendor dance of containers/(storage,image) by @rhatdan in #1100
New Contributors
- @ccojocar made their first contribution in #1027
- @l0kod made their first contribution in #1081
- @martinetd made their first contribution in #1084
Full Changelog: v0.48.0...v0.49.0
v0.48.0
What's Changed
- Bump to v0.47.4 by @rhatdan in #924
- remove coverprofile and remove pkg/defaulnet by @Luap99 in #926
- parse: allow extra options for idmap by @giuseppe in #927
- docs: move
volumes
under containers table by @vrothberg in #929 - add default_subnet_pools to containers.conf by @Luap99 in #931
- build(deps): bump github.com/containerd/containerd from 1.5.9 to 1.6.0 by @dependabot in #932
- Fix bug in probeConmon and add unit tests by @saschagrunert in #933
- set DefaultSubnetPools for network backend by @Luap99 in #934
- docs: Reintroduce Containerfile and containerignore by @Foxboron in #905
- Add support for seccomp filter flags by @saschagrunert in #937
- build(deps): bump github.com/containernetworking/plugins from 1.0.1 to 1.1.0 by @dependabot in #942
- libimage: image lookup: fix ID vs short name by @vrothberg in #939
- Add ExitCommandDelay in containers.conf and set var and default by @rvandernoort in #941
- Update links of related projects in README by @rvandernoort in #940
- libnetwork: macvlan allow internal networks by @Luap99 in #943
- build(deps): bump github.com/godbus/dbus/v5 from 5.0.6 to 5.1.0 by @dependabot in #944
- Add support for seccomp
ListenerPath
andListenerMetadata
by @saschagrunert in #945 - Add additionalHelperBinariesDir by @ashley-cui in #946
- util: fix GetRuntimeDir permission check by @giuseppe in #947
- build(deps): bump github.com/containerd/containerd from 1.6.0 to 1.6.1 by @dependabot in #948
- libnetwork: warn only if network has
DNSEnabled
andaardvark-dns
binary is not there. by @flouthoc in #949 - Fix ImageCopyTmpDir for windows by @Luap99 in #951
- build(deps): bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.1+incompatible by @dependabot in #953
- build(deps): bump github.com/containernetworking/plugins from 1.1.0 to 1.1.1 by @dependabot in #955
- build(deps): bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible by @dependabot in #956
- build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #957
- Allow more syscalls by @saschagrunert in #954
- Allow rootless containers to use AppArmor profiles by @kernelmethod in #960
- libnetwork/netavark.netavarkNetwork.networkCreate(): close the file by @nalind in #961
- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #962
- containers.conf: add
events_logfile_max_size
by @nicrowe00 in #963 - libimage: RemoveImages: add Ignore field by @vrothberg in #966
- libnetwork/cni: add support for arbitrary ipam plugins by @Luap99 in #965
- pkg/auth: re-allow http{s} prefixes by @vrothberg in #964
- go fmt: use go 1.18 conditional-build syntax by @vrothberg in #968
- Revert "Allow rootless containers to use AppArmor profiles" by @vrothberg in #969
- build(deps): bump github.com/containers/ocicrypt from 1.1.2 to 1.1.3 by @dependabot in #970
- IPCMode default mode should be sharable not private by @rhatdan in #972
- [CI:DOCS] Add .containerignore.5 link file so users can find man page by @rhatdan in #974
- Add ptrace as a default seccomp allow to match Docker by @rhatdan in #973
- Add negation to filters by @rvandernoort in #971
- build(deps): bump github.com/containerd/containerd from 1.6.1 to 1.6.2 by @dependabot in #978
- build(deps): bump github.com/containers/storage from 1.38.2 to 1.39.0 by @dependabot in #979
- build(deps): bump github.com/docker/docker from 20.10.13+incompatible to 20.10.14+incompatible by @dependabot in #977
- pkg/config: events_logfile_max_size add omitzero by @Luap99 in #980
- libimage: import should not ignore configured
variant
inImportOptions
by @flouthoc in #981 - config.Write(): test for empty writes by @Luap99 in #982
- build(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in #985
- Add homedir option to passdriver by @ashley-cui in #983
- Switch all calls to filepath.Walk to filepath.WalkDir by @rhatdan in #984
- libnetwork: allow new none ipam driver by @Luap99 in #967
- Switch to ginkgo/v2 by @saschagrunert in #988
- build(deps): bump github.com/opencontainers/selinux from 1.10.0 to 1.10.1 by @dependabot in #987
- CI: add codespell job to GHA by @kolyshkin in #990
- libnetwork: ipam driver none disable dns by @Luap99 in #989
- build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 by @dependabot in #995
- Makefile: simplify for modern Go by @kolyshkin in #993
- build(deps): bump github.com/opencontainers/runc from 1.1.0 to 1.1.1 by @dependabot in #986
- Add machine volumes to containers.conf by @rhatdan in #1000
- OWNERS: add @kolyshkin by @vrothberg in #1002
- golangci-lint spring cleaning and bump by @kolyshkin in #997
- pkg/config: new value for events_logfile_max_size by @nicrowe00 in #999
- Build this on freebsd as well as linux, darwin by @dfr in #1007
- add new etchosts package by @Luap99 in #998
- remove github.com/mitchellh/mapstructure dep by @Luap99 in #1009
- pkg/config: fix docs for network_cmd_options by @Luap99 in #1006
- Add FreeBSD support for pkg/config by @dfr in #1010
- Deprecate MachineEnabled and replace with API by @n1hility in #1012
- Change rootfull->rootful by @rhatdan in #1013
- build(deps): bump github.com/containerd/containerd from 1.6.2 to 1.6.3 by @dependabot in #1014
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 by @dependabot in #1015
- build(deps): bump github.com/containernetworking/cni from 1.0.1 to 1.1.0 by @dependabot in #1016
- containers.conf: add pod_exit_policy by @vrothberg in #1017
New Contributors
- @rvandernoort made their first contribution in #941
- @kernelmethod made their first contribution in #960
- @nicrowe00 made their first contribution in #963
- @dfr made their first contribution in #1007
Full Changelog: v0.47.4...v0.48.0
v0.44.5
- libimage: speed up image filters (see containers/podman#11997)
v0.47.4
What's Changed
- Retract the v1.0.0 version by @mtrmac in #916
- Add libimage/manifests.PushOptions.SourceFilter by @nalind in #917
- Fix console password reading on Windows by @n1hility in #918
- netavark: add support for dns with internal by @Luap99 in #919
- cni: do not add default route for internal networks by @Luap99 in #920
- build(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible by @dependabot in #922
Full Changelog: v1.0.1...v0.47.4
v0.47.3
v0.47.2
v0.47.1
What's Changed
- Bump to v0.47.0 by @rhatdan in #896
- Run codespell on code by @rhatdan in #899
- Some documentation nits for FIPS and subscription functions by @haircommander in #898
- build(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.0 by @dependabot in #900
- libnetwork fix subnet validation for macvlan by @Luap99 in #901
- vendor in containers/storage v1.38.1 by @rhatdan in #902
- netavark: use aardvark-dns path from containers.conf by @Luap99 in #903
- build(deps): bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 by @dependabot in #906
- Change Libpod to Podman by @rhatdan in #907
New Contributors
- @haircommander made their first contribution in #898
Full Changelog: v0.47.0...v0.47.1