Skip to content

Commit 1b7e166

Browse files
lsm5vrothberg
andcommitted
v4.2.0-rc3 release notes
Co-authored-by: Valentin Rothberg <[email protected]> Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 500a00c commit 1b7e166

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE_NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- The `podman create` and `podman run` commands now include the `-c` short option for the `--cpu-shares` option.
2121
- The `podman create` and `podman run` commands can now create containers from a manifest list (and not an image) as long as the `--platform` option is specified ([#14773](https://github.com/containers/podman/issues/14773)).
2222
- The `podman build` command now supports a new option, `--cpp-flag`, to specify options for the C preprocessor when using `Containerfile.in` files that require preprocessing.
23-
- The `podman build` command now supports a new option, `--build-contaxt`, allowing the user to specify an additional build context.
23+
- The `podman build` command now supports a new option, `--build-context`, allowing the user to specify an additional build context.
2424
- The `podman machine inspect` command now prints the location of the VM's Podman API socket on the host ([#14231](https://github.com/containers/podman/issues/14231)).
2525
- The `podman machine init` command on Windows now fetches an image with packages pre-installed ([#14698](https://github.com/containers/podman/issues/14698)).
2626
- Unused, cached Podman machine VM images are now cleaned up automatically. Note that because Podman now caches in a different directory, this will not clean up old images pulled before this change ([#14697](https://github.com/containers/podman/issues/14697)).
@@ -40,6 +40,8 @@
4040
- The `podman stop` command now includes a new flag, `--filter`, to filter which containers will be stopped (e.g. `podman stop --all --filter label=COM.MY.APP`).
4141
- The Podman global option `--url` now has two aliases: `-H` and `--host`.
4242
- The `podman network create` command now supports a new option with the default `bridge` driver, `--opt isolate=`, which isolates the network by blocking any traffic from it to any other network with the `isolate` option enabled. This option is enabled by default for networks created using the Docker-compatible API.
43+
- Added the ability to create sigstore signatures in `podman push` and `podman manifest push`.
44+
- Added an option to read image signing passphrase from a file.
4345

4446
### Changes
4547
- Paused containers can now be killed with the `podman kill` command.
@@ -52,6 +54,7 @@
5254
- Init containers created with `podman play kube` now default to the `once` type ([#14877](https://github.com/containers/podman/issues/14877)).
5355
- Pods created with no shared namespaces will no longer create an infra container unless one is explicitly requested ([#15048](https://github.com/containers/podman/issues/15048)).
5456
- The `podman create`, `podman run`, and `podman cp` commands can now autocomplete paths in the image or container via the shell completion.
57+
- The `libpod/common` package has been removed as it's not used anywhere.
5558

5659
### Bugfixes
5760
- Fixed a bug where bind-mounting `/dev` into a container which used the `--init` flag would cause the container to fail to start ([#14251](https://github.com/containers/podman/issues/14251)).
@@ -111,6 +114,8 @@
111114
- The `podman system prune` command now no longer prints the `Deleted Images` header if no images were pruned.
112115
- The `podman system service` command now automatically creates and moves to a sub-cgroup when running in the root cgroup ([#14573](https://github.com/containers/podman/issues/14573)).
113116
- Podman will automatically create a sub-cgroup and move itself into it when it detects that it is running inside a container ([#14884](https://github.com/containers/podman/issues/14884)).
117+
- Fixed an incorrect release note about regexp.
118+
- MacOS pkginstaller support is now included.
114119

115120
## 4.1.1
116121
### Features

0 commit comments

Comments
 (0)