Skip to content

Commit 84c8870

Browse files
committed
Release notes for v4.0.0 final
Signed-off-by: Matthew Heon <[email protected]>
1 parent 15cb918 commit 84c8870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE_NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- The `podman machine init` command now supports a new VM type, `wsl`, available only on Windows; this uses WSL as a backend for `podman machine`, instead of creating a separate VM and managing it via QEMU ([#12503](https://github.com/containers/podman/pull/12503)).
3030
- The `podman machine init` command now supports a new option, `--now`, to start the VM immediately after creating it.
3131
- The `podman machine init` command now supports a new option, `--volume`, to mount contents from the host into the created virtual machine.
32+
- Virtual machines created by `podman machine` now automatically mount the Podman API socket to the host, so consumers of the Podman or Docker APIs can use them directly from the host machine ([#11462](https://github.com/containers/podman/issues/11462)).
3233
- Virtual machines created by `podman machine` now automatically mount certificates from the host's keychain into the virtual machine ([#11507](https://github.com/containers/podman/issues/11507)).
3334
- Virtual machines created by `podman machine` now automatically propagate standard proxy environment variables from the host into the virtual machine, including copying any required certificates from `SSL_FILE_CERT` into the VM.
3435
- The `podman machine ssh` command now supports a new option, `--username`, to specify the username to connect to the VM with.
@@ -136,7 +137,7 @@
136137
- Fixed a bug where the `podman build` command did not properly propagate non-0 exit codes from Buildah when builds failed.
137138
- Fixed a bug where the remote Podman client's `podman build` command could fail to build images when the remote client was run on Windows and the Containerfile contained `COPY` instructions ([#13119](https://github.com/containers/podman/issues/13119)).
138139
- Fixed a bug where the remote Podman client's `--secret` option to the `podman build` command was nonfunctional.
139-
- Fixed a bug where the remote Podman client's `podman build` command would error if given a relative path to a Containerfile ([#12841](https://github.com/containers/podman/issues/12841)).
140+
- Fixed a bug where the remote Podman client's `podman build` command would error if given a relative path to a Containerfile ([#12841](https://github.com/containers/podman/issues/12841) and [#12763](https://github.com/containers/podman/issues/12763)).
140141
- Fixed a bug where the `podman generate kube` command would sometimes omit environment variables set in containers from generated YAML.
141142
- Fixed a bug where setting `userns=auto` in `containers.conf` was not respected ([#12615](https://github.com/containers/podman/issues/12615)).
142143
- Fixed a bug where the `podman run` command would fail if the host machine did not have a `/etc/hosts` file ([#12667](https://github.com/containers/podman/issues/12667)).

0 commit comments

Comments
 (0)