diff options
author | Matthew Heon <matthew.heon@pm.me> | 2022-05-04 14:02:29 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-05-04 14:02:29 -0400 |
commit | d45a68bceb05e9164a63a0b2ab2e1c6293bbf492 (patch) | |
tree | 5f1e6c06b987775237f610e6a597e1dfe6cfa988 | |
parent | c4357f0f7b7a032908abfab358616d82163eaf9e (diff) | |
download | podman-d45a68bceb05e9164a63a0b2ab2e1c6293bbf492.tar.gz podman-d45a68bceb05e9164a63a0b2ab2e1c6293bbf492.tar.bz2 podman-d45a68bceb05e9164a63a0b2ab2e1c6293bbf492.zip |
Update release notes for v4.1.0 RC2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fd4f96fe0..eefb68a46 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,7 @@ - A new container command has been added, `podman container clone`. This command makes a copy of an existing container, with the ability to change some settings (e.g. resource limits) while doing so. - A new machine command has been added, `podman machine inspect`. This command provides details on the configuration of machine VMs. - The `podman machine set` command can now change the CPUs, memory, and disk space available to machines after they were initially created, using the new `--cpus`, `--disk-size`, and `--memory` options ([#13633](https://github.com/containers/podman/issues/13633)). +- Podman now supports sending JSON events related to machines to a Unix socket named `machine_events.*\.sock` in `XDG_RUNTIME_DIR/podman` or to a socket whose path is set in the `PODMAN_MACHINE_EVENTS_SOCK` environment variable. - Two new volume commands have been added, `podman volume mount` and `podman volume unmount`. These allow for Podman-managed named volumes to be mounted and accessed from outside containers ([#12768](https://github.com/containers/podman/issues/12768)). - VMs created by `podman machine` now automatically mount the host's `$HOME` into the VM, to allow mounting volumes from the host into containers. - The `podman container checkpoint` and `podman container restore` options now support checkpointing to and restoring from OCI images. This allows checkpoints to be distributed via standard image registries. |