Merged
Conversation
Member
|
b9d2f95 to
2aba733
Compare
podman: add go1.24.3 build patch Signed-off-by: Rui Chen <rui@chenrui.dev> podman: update sha Signed-off-by: Rui Chen <rui@chenrui.dev>
2aba733 to
c57bab5
Compare
branchv
approved these changes
May 15, 2025
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.resourceblocks have been checked for updates.release notes
containers.Commit()function now returns a new struct (types.IDResponse) with identical contents, and thecontainers.ExecCreatefunction'shandlers.ExecCreateConfigparameter now contains a different embedded struct, potentially requiring changes to how it is assigned to.Changes
stopped, which is reported if the container the healthcheck was run on stopped before the check could be completed (#25276).podman machineVMs with a host mount over the VM's/tmpdirectory is no longer allowed (#18230).podman logscommand now allows options to be specified after the container name (e.g.podman logs $containername --follow) (#25653).catatonitbinary will be used (#23292).podman system resetcommand no longer removes the user'spodman.sockAPI socket.dns.podmanadded. Queries resolving such names will still work..networkunit will now delete the network (if no containers are actively using it) (#23678)./proc/interruptsand/sys/devices/system/cpu/$CPU/thermal_throttlepaths are now masked by default in containers (#25634).Bugfixes
CAP_SYS_ADMIN(#25241).podman execcommand would not add the additional groups of the user the exec session was run as unless the user was explicitly added with the--useroption (#25610).podman network connectandpodman network disconnectcommands could create errors in the database which would causepodman inspecton the container to fail.podman kube generatecommand did not correctly generate YAML for volume mounts using a subpath.podman system dfcommand could show a negative reclaimable size.podman machineVM that was notpodman-machine-default(the default VM) with thepodman machine sshcommand would put the user into the rootless shell (#25332).podman machine initwould report nonsensical memory values in error messages when trying to create a machine with more memory than the system.podman start --attachcommand would incorrectly print an error when run on a container created with the--rmoption (#25965).podman pullcommand could hang and leak memory if the server was unexpectedly stopped or encountered an error during a pull.podman cpcommand would, on Windows, often fail to copy files into the container due to improper handling of Windows paths (#14862).podman container clonecommand did not correctly copy healthcheck settings to the new container (#21630).podman kube playcommand would fail to start empty pods (#25786).podman volume lscommand did not output headers when no volumes were present (#25911).--health-cmdoption was specified when creating the container (#20212).--useroption topodman createandpodman runcould not be used with users added to the container by the--hostuseroption (#25805).podman system resetcommand on FreeBSD would incorrectly print an error.podman machine startcommand with SIGINT could result in machine state being incorrectly set to "Starting" (#24416).podman machine startcommand would fail when starting a VM with volume mounts containing spaces using the HyperV machine provider (#25500).API
Misc
ExecStartAndAttach()function in the Go bindings for the REST API have been silenced, where the function would incorrectly report errors when stdin was consumed after the exec session was stopped (#25344).