From af7bd67d4e2ee4fe1323aed0c89f775753a798d1 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 3 Jun 2024 10:42:25 -0500 Subject: [PATCH] Fix 5.1 release note re: runlabel runlabel` should be `podman container runlabel`. Note: I am not fixing past references before this on purpose. Fixes #22871 Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ea5cefe022..8ae3591366 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,7 +12,7 @@ - A list of images to automatically mount as volumes can now be specified in Kubernetes YAML via the `io.podman.annotations.kube.image.automount/$CTRNAME` annotation (where `$CTRNAME` is the name of the container they will be mounted into). - The `podman info` command now includes the default rootless network command (`pasta` or `slirp4netns`). - The `podman ps` command now shows ports from `--expose` that have not been published with `--publish-all` to improve Docker compatibility. -- The `podman runlabel` command now expands `$HOME` in the label being run to the user's home directory. +- The `podman container runlabel` command now expands `$HOME` in the label being run to the user's home directory. - A new alias, `podman network list`, has been added to the `podman network ls` command. - The name and shell of containers created by `podmansh` can now be set in `containers.conf`. - The `podman-setup.exe` Windows installer now provides 3 new CLI variables, `MachineProvider` (choose the provider for the machine, `windows` or `wsl`, the default), `HyperVCheckbox` (can be set to `1` to install HyperV if it is not already installed or `0`, the default, to not install HyperV), and `SkipConfigFileCreation` (can be set to `1` to disable the creation of configuration files, or `0`, the default).