-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump to v3.2.0 #10552
Bump to v3.2.0 #10552
Conversation
This prevents goroutine leak: If background context were used then push operation would continue even if client aborted request by closing connection. [NO TESTS NEEDED] Signed-off-by: Matej Vasek <[email protected]>
The containers /etc/resolv.conf allways preserved the ipv6 nameserves from the host even when the container did not supported ipv6. Check if the cni result contains an ipv6 address or slirp4netns has ipv6 support enabled and only add the ipv6 nameservers when this is the case. The test needs to have an ipv6 nameserver in the hosts /etc/hosts but we should never mess with this file on the host. Therefore the test is skipped when no ipv6 is detected. Fixes containers#10158 Signed-off-by: Paul Holzinger <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
Signed-off-by: Matthew Heon <[email protected]>
Creating a macvlan network with the subnet or ipRange option should set the ipam plugin type to `host-local`. We also have to insert the default route. Fixes containers#10283 Signed-off-by: Paul Holzinger <[email protected]>
Signed-off-by: Matthew Heon <[email protected]>
Signed-off-by: Matthew Heon <[email protected]>
/lgtm |
Had to force-push again to fix release notes. |
Also, apparently branch protection isn't set up for this branch yet. Let me fix that. |
Needs a tweak here Line 22 in a53251e
I thought we had done something in this test to prevent it from failing on each release? |
I seem to recall us doing that as well... |
Signed-off-by: Matthew Heon <[email protected]>
Evidently only for API version, not minimum API version. |
@containers/podman-maintainers Anyone want to drop an LGTM? Looks like we're going to go green. |
/lgtm |
/hold cancel |
Two final backports, final release notes update, and version bump.