-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency containers/podman to v5.1.0 #5029
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approved because label type/renovate is present.
🔍 Vulnerabilities of
|
digest | sha256:beebfac2df209cfe487a19fcb4f5e1066728c20db5df0179693d2c6880aeb0de |
vulnerabilities | |
platform | linux/amd64 |
size | 33 MB |
packages | 172 |
Description
Description
Description
Description
Description
Description
|
Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/9295655657. |
PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/9295655657. |
This PR contains the following updates:
5.0.3
->5.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
containers/podman (containers/podman)
v5.1.0
Compare Source
Features
podman machine
on macOS with Apple silicon can now use Rosetta 2 (a.k.a Rosetta) for high-speed emulation of x86 code. This is enabled by default. If you wish to change this option, you can use theCONTAINERS_MACHINE_ROSETTA
environment variable orcontainers.conf
.podman update
command are now persistent, and will survive container restart and be reflected inpodman inspect
.podman update
command now includes a new option,--restart
, to update the restart policy of existing containers..container
files now support a new key,GroupAdd
, to add groups to the container.podman inspect
.podman run --mount type=image,...
now support a new option,subpath
, to mount only part of the image into the container.healthcheck_events
, has been added tocontainers.conf
under the[engine]
section to allow users to disable the generation ofhealth_status
events to avoid spamming logs on systems with many healthchecks.io.podman.annotations.kube.image.automount/$CTRNAME
annotation (where$CTRNAME
is the name of the container they will be mounted into).podman info
command now includes the default rootless network command (pasta
orslirp4netns
).podman ps
command now shows ports from--expose
that have not been published with--publish-all
to improve Docker compatibility.podman runlabel
command now expands$HOME
in the label being run to the user's home directory.podman network list
, has been added to thepodman network ls
command.podmansh
can now be set incontainers.conf
.podman-setup.exe
Windows installer now provides 3 new CLI variables,MachineProvider
(choose the provider for the machine,windows
orwsl
, the default),HyperVCheckbox
(can be set to1
to install HyperV if it is not already installed or0
, the default, to not install HyperV), andSkipConfigFileCreation
(can be set to1
to disable the creation of configuration files, or0
, the default).Changes
podman kube play
that does not include animagePullPolicy
and does not set a tag for the image, the image is now always pulled (#21211).podman kube play
, pod-level restart policies are now passed down to individual containers within the pod (#20903).--runroot
global option can now accept paths with lengths longer than 50 characters (#22272).podman update
command now emits an event.Bugfixes
--userns=keep-id:uid=0
option topodman create
andpodman run
would generate incorrect UID mappings and cause the container to fail to start (#22078).podman stats
could report inaccurate percentages for very large or very small values (#22064).rbind
instead ofbind
, meaning recursive mounts were allowed by default (#22107).podman machine rm -f
command would fail to remove Hyper-V virtual machines if they were running.podman ps --sync
command could sometimes fail to properly update the status of containers.:idmap
option would sometimes be inaccessible with rootless Podman (#22228).:U
option would have their ownership changed to the owner of the directory in the image being mounted over (#22224).--force
option did not work when multiple arguments were given to the command and one of them did not exist (#21529).pause.pid
file in an incorrect directory (#22327).containers.conf
(#22561).podman kube down
command would not respect theStopTimeout
andStopSignal
of containers that it stopped (#22397).podman stop
finished stopping the container (#19629).podman farm build
command would not updating manifests on the registry that were already pushed (#22647).argv[0]
that is not a valid command path, as might happen when used inpodmansh
(#22672).podman machine
connection URIs could be incorrect after an SSH port conflict, rendering machines inaccessible.podman events
command would not print an error if incorrect values were passed to its--since
and--until
options.host.containers.internal
entry could be added when running rootless containers using thebridge
network mode (#22653).API
Misc
podman machine
on Darwin systems when--log-level=debug
is used.EXTRA_BUILD_TAGS
environment variable.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.