-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[CI:ALL] Bump to v5.3.0-rc2 #24424
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
[CI:ALL] Bump to v5.3.0-rc2 #24424
Conversation
RELEASE_NOTES.md
Outdated
@@ -1,5 +1,208 @@ | |||
# Release Notes | |||
|
|||
## 5.3.0 | |||
### Features | |||
- The `podman kube generate` and `podman kube play` commands can now created and run Kubernetes Job YAML ([#17011](https://github.com/containers/podman/issues/17011)). |
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.
s/can now created/can now create/
RELEASE_NOTES.md
Outdated
- The `podman kube play` command now supports Kubernetes volumes of type image ([#23775](https://github.com/containers/podman/issues/23775)). | ||
- The service name of systemd units generated by Quadlet can now be set with the `ServiceName` key in all supported Quadlet files ([#23414](https://github.com/containers/podman/issues/23414)). | ||
- Quadlets can now disable their implicit dependency on `network-online.target` via a new key, `DefaultDependencies`, supported by all Quadlet files ([#24193](https://github.com/containers/podman/issues/24193)). | ||
- Quadlet `.container` and `.pod` files not support a new key, `AddHost`, to add hosts to the container or pod. |
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.
s/files not support/files now support/
Signed-off-by: Matt Heon <mheon@redhat.com>
Signed-off-by: Matt Heon <mheon@redhat.com>
Signed-off-by: Matt Heon <mheon@redhat.com>
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lsm5, 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 |
48c6be4
into
containers:v5.3
Includes preliminary release notes for v5.3.0.
Does this PR introduce a user-facing change?